Niranjan Vniranjanv.hashnode.dev·Apr 8, 2024How to make Banners in Android App?Hi, Everyone welcome to my first blog, In this blog we will see how to make banners using viewpager2 and dots indicator in Kotlin. The final outcome of the app will be, Ok, Let's get started. Create a new project in android studio and select empty v...40 readsbanners android
Tejprakash Upadhyaytejupadhyay.hashnode.dev·Jun 10, 2023View BindingView binding is a feature that makes it easier to write code and helps to find the id of the element of an XML file Setup goto the gradle (app) file and enable viewBinding buildFeatures { viewBinding true } use view Binding in activities...ViewModel
Dineothelazydevelpr.hashnode.dev·Aug 25, 2022Create a basic android custom view component under 10min - Part 1Do you want to create a button-like, textview-like android component which will be reusable throughout your project? You have come to the right place! I promise this is not going to be overly technical, it is straight to the point. 😅 Android offers ...83 readsAndroid