Merge RecyclerView adapters with ConcatAdapter Android
Merge mutiple adapters with single RecyclerView using ConcatAdapter. Check this article to learn more with example i have implemented also find this project in Github.
Merge mutiple adapters with single RecyclerView using ConcatAdapter. Check this article to learn more with example i have implemented also find this project in Github.
Navigation is part of Android Jetpack which handles everything needed for an app navigation. With SafeArgs, NavArgs and place to visualize all app destinations at one place. Learn with example I have created in this article.
Easy to implement and whole app navigation at one place, with visual code editor which connects different destinations using actions. Learn how to implement SafeArgs with this article. Also check the my example available in Github.
Pass data between destinations using Safe Args along with ViewModel, LiveData with this simple android app. Navigation is part of Android Architecture Components which helps to visualize and build an app which navigates properly between different destinations.
You must be logged in to post a comment.