All the tested project that I have tested before integrate in the main project are here. All the projects are written in very simplified way.
- BasicMVP - Just "Hello World" printing. Nothing else.
- RecyclerView - Basic RecyclerView + Multiple view type
- RetrofitWithRecyclerView - RecyclerView with retrofit (network calling).
- TabLayout - Basic and Simple Tablayout example
- CustomPopUp - Basic Custom Pop With Lottie Files
- CustomSnackBar - Normal SnackBar works in Bottom of the layout. But This SanckBar works Top of the layout but under the Action Bar.
- TextWatcherExample - Button Enable Disable by Basic Textwatcher
- RecyclerViewKotlinExample - This example is not so simple to understand in the first time. But you can try. Hope you will understand.
- SimpleRecyclerViewWithKotlin - So easy and understandable if you know about RecyclerView in Java.