News

Before using RecyclerView in your android project, you have to import the RecyclerView library as a project dependency. You can do this by either adding the following to your app build.gradle file ...
Android Architecture Components: Creating an app using Room, LiveData, and ViewModel In this post we'll focus on what Android Architecture Components are, and how to use them.