New Android Tutorials
How to Create a Navigation Drawer in Android
Step-by-step guide to building a Material Design navigation drawer in Android with Kotlin and XML, covering menu setup, header, drawer toggle, and best practices.
Read more
Insert Data into Room Database in Android: A Kotlin Guide
Step-by-step guide to inserting data into Room in Android with Kotlin: create entities, DAO with @Insert, use suspend functions and coroutines, handle conflicts, and test.
Read more
How to Add SearchView to RecyclerView in Android
Learn how to wire a SearchView to filter a RecyclerView in Android. This guide covers Kotlin setup, Filterable adapters, query listeners, and UX tips.
Read more
How to Create RecyclerView with CardView in Android (Step-by-Step)
Follow this step-by-step guide on how to create RecyclerView with CardView in Android, including setup, adapter, layouts, click listeners, and performance tips.
Read more
1
2