Good Design
MVVM architecture with additional separation patterns.
Reference Android Architecture Components guide
Dependency Injection and thorough test coverage
Knowledge
Understand “what, how, why” of each design patterns that is applicable for Kotlin
Some examples: Observer, Singleton, Factory, Builder, Delegate, Decorator, Adapter, Façade, Dependency Injection
Code Quality
Approaches and examples of Readability, Maintainability, Testability
SOLID principle
Difference between Dependency Inversion vs Dependency Injection
REST Verb Standards
CRUD and Idempotent behavior for each verb
Reference
Design Patterns for Android and Kotlin
Clean code
Translate
Monday, June 22, 2020
Best coding practices to implement Android applications with clean architecture
Subscribe to:
Post Comments (Atom)
Could not identify launch activity: Default activity not found : Error while Launching activity
Problem : I got this Error , When I tried to create an application without any Activity . Basically like to develop an Android Headless appl...
-
Audio Focus Android O – 26.0 : https://developer.android.com/guide/topics/media-apps/audio-focus.html#audio-focus-change...
-
down vote Following is the fix for AndroidStudio 3.1.2 OR Newer Versions : We have faced the same issue on AS 3.1.2 , but a simp...
-
PHP is a server side scripting language. Php is for fetching data from the datastore, perform bussiness logics, then dump the necessary htm...
No comments:
Post a Comment