Android

Android: Use ComposeView with RecyclerView

  RecyclerView is a powerful and flexible UI component in Android development which is used to display large datasets efficiently. Almost in every Android application development we use it. We can mold it as per our need e.g. to display different type of views in terms of height, width and working. It has efficient mechanism […]

Aman Shandilya
Aman Shandilya
Read

Android

Pagination with Paging3

During the development journey, we may require to show unlimited data as no of users of a particular mobile application grows, so does the data associated with that application. Consider the image application, the user scrolls to the bottom of the screen and wants to be able to fetch more data from the server to […]