Skip to content

Thogaruchesti-hemanth/android-principles-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Android Design Patterns & Principles πŸ“±πŸ“

This repository is a comprehensive, beginner-friendly, and real-world guide to mastering Design Patterns and Code Principles in Android Development.

✨ Ideal for personal reference and helping fellow developers.


πŸ“š Folder & File Structure

android-design-patterns-reference/
β”‚
β”œβ”€β”€ README.md                         
β”‚
β”œβ”€β”€ 1_Principles/
|   |── SOLID/
|   |    |── SRP.md
|   |    |── OCP.md
|   |    |── LSP.md
|   |    |── ISP.md
|   |    └── DIP.md
β”‚   β”œβ”€β”€ DRY.md
β”‚   β”œβ”€β”€ KISS.md
β”‚   β”œβ”€β”€ SoC.md
|   β”œβ”€β”€ YAGNI.md
β”‚   └── High_Cohesion_Low_Coupling.md
β”‚
β”œβ”€β”€ 2_Design_Patterns/
β”‚   β”œβ”€β”€ MVVM/
β”‚   β”‚   β”œβ”€β”€ explanation.md
β”‚   β”‚   β”œβ”€β”€ sample_project/
β”‚   β”œβ”€β”€ Singleton.md
β”‚   β”œβ”€β”€ Adapter.md
β”‚   β”œβ”€β”€ Builder.md
β”‚   β”œβ”€β”€ Factory.md
β”‚   β”œβ”€β”€ Observer.md
β”‚   β”œβ”€β”€ Strategy.md
β”‚   β”œβ”€β”€ Repository_Pattern.md
β”‚   β”œβ”€β”€ Command.md
β”‚   β”œβ”€β”€ Facade.md
β”‚
β”œβ”€β”€ 3_CheatSheets/
β”‚   β”œβ”€β”€ solid_principles_cheatsheet.png
β”‚   β”œβ”€β”€ design_patterns_cheatsheet.pdf
β”‚
β”œβ”€β”€ 4_Examples/
β”‚   β”œβ”€β”€ mvvm_example_app/
β”‚   β”œβ”€β”€ singleton_retrofit_demo/
β”‚   └── observer_livedata_flow_demo/
β”‚
β”œβ”€β”€ LICENSE
└── CONTRIBUTING.md (Optional)


πŸ“Œ Contents

🧠 Principles


βš™οΈ Design Patterns


πŸ’‘ Cheat Sheets


πŸ“¦ Sample Code Projects

See the 4_Examples/ folder for hands-on projects and code snippets.


πŸ‘₯ Contribute or Share

Fork, clone, or share this repo with friends! Contributions welcome.


πŸ“œ License

MIT

About

This repository is a comprehensive, beginner-friendly, and real-world guide to mastering Design Patterns and Code Principles in Android Development.

Topics

Resources

Stars

Watchers

Forks

Contributors