Aman Shandilya

Never be serious by Nature, Always be serious for Nature.

Android

Android: Use ComposeView with RecyclerView

[caption id="attachment_70908" align="aligncenter" width="887"] JetPack ComposeView[/caption]   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...

23-Sep-2024

Android, Front End Development

Ways to improve UI performance for Native Android

It is understood that using basic layout structures is an efficient way to create UI. Here, we need to understand that each widget that we add to our layout structure requires initialization and drawing. Below, we will discuss some of the Android API's to improve UI performance. ViewStub ViewStub is a zero-sized view that is invisible...

31-Jan-2024