Activity Life Cycle
Activity: An activity represents a single screen with a user interface just like window or frame of Java. Android activity is the subclass of ContextThemeWrapper class Service A service is a component…
Recycler view in Kotlin
activity_main.xml MainActivity.kt CustomAdapter.kt rowlayout.xml
Recycler view in Android With Java
activity_main.xml MainActivity.Java CustomAdapter.Java rowlayout.xml
Java Coding Conventions (Hungarian Notations)
Every predefined class, interface, method etc. will follow the java coding conventions and we are recommended to follow the same conventions. It is always a good programing practice to develop…