. f October 2019 ~ Android Developers Blog

Tuesday, 8 October 2019

Android MVP template | Android MVP Plugin

Hello Friends,               Today I am sharing the android MVP template which make the development Faster. This is an android studio template inspired by android view-model template. When we follow Android MVP architecture in any project, for each module or feature we...

Monday, 7 October 2019

Kotlin Android - RecyclerView Example

Hello Friends,           Today I am sharing the demo of RecyclerView in Kotlin. A RecyclerView is essentially a ViewGroup of containers called ViewHolders which populate a particular item. So lets first familiar with RecyclerView and What RecyclerView requires: 1. It requires a set of...

Saturday, 5 October 2019

Kotlin Android – AlertDialog – Example

Hello Friends,                 Here is the demo Alert Dialog in Kotlin. Android AlertDialog class                 is used to display a dialog box to user with positive and negative buttons. It Appears on top of...

 

Copyright @ 2013 Android Developers Blog.