Android RadioButton & RadioGroup with Example in Kotlin
Android RadioButton is given a choice to users to select an option. It can be shown side by side or in other ways but it… Read More »Android RadioButton & RadioGroup with Example in Kotlin
android user interface
Android RadioButton is given a choice to users to select an option. It can be shown side by side or in other ways but it… Read More »Android RadioButton & RadioGroup with Example in Kotlin
Android CheckBox is used for the android application user interface, where the user can select any one or more options. Checkbox example is the food… Read More »Android CheckBox and Example in Kotlin
Android TextView is a user interface element that shows the text (label) to users in the application. You can change TextView dynamically (programmatically). View class is the… Read More »Android TextView and setText Dynamically example in Kotlin
Android Button widget is the most important UI element in the Android app. You can perform Operations by button click like send Email, Message, WhatsApp,… Read More »Android Button Example [OnClick|Color|Design] in Kotlin
Android ConstraintLayout is added in Android to overcome the issues of the existing layout. It provides a Flat view hierarchy, exactly no more nested views (inside RelativeLayout… Read More »Android ConstraintLayout and example in kotlin
Android TableLayout is provided row and column to manage UI data. You can manage your data in tabular format. Like you have a list of… Read More »Android TableLayout Tutorial with Example kotlin
Android FrameLayout is easy to use and very effective to control views. It shows views on top of other views. It provides a Block area… Read More »Android FrameLayout Tutorial with Example kotlin
Android RelativeLayout provides flexibility to arrange a child’s views relative to each other. This means you can align child view left, right, below, and above… Read More »Android RelativeLayout Tutorial with Example kotlin
Android LinearLayout is used for application UI. It’s a view group that aligns and contain nested widget or layout in a single direction, vertically or… Read More »Android LinearLayout Tutorial with Example
With Android Notification in the Android app, you can give a message to the user like Reminders, alerts, Messages, etc even app not running or… Read More »Android Notification New features in Android 8.0+