Published inBetter ProgrammingHow to Format All Possible Errors From API Calls in Android With Clean ArchitectureMinimize app crashesApr 11, 20222Apr 11, 20222
Android ImageView: Double Tap and Pinch Zoom with Multi-Touch Gestures in KotlinAndroid provides many views which we can use to define a user interface for our apps. The imageview which can be used to display images…Oct 4, 20206Oct 4, 20206
How to use PagingDataAdapter with ViewBinding in KotlinThe Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows…Sep 27, 2020Sep 27, 2020
Published inThe StartupHow to Use View Binding in RecyclerView AdapterView binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module…Sep 7, 20204Sep 7, 20204