The custom dialog uses DIALOG to create custom alert in android studio. Dialog display a small window i.e a popup which draws the user attention over the activity before they continue moving forward. The dialog appears over the current window and display the content defined in it. AlertDialog Vs Custom AlertDialog: The Alert Dialog and … Continue reading Custom Alert Dialog With Example In Android Studio
In Android, Fragment is a part of an activity which enable more modular activity design. It will not be wrong if we say a fragment is a kind of sub-activity. It represents a behavior or a portion of user interface in an Activity. We can combine multiple Fragments in single Activity to build a multi … Continue reading Fragment Lifecycle Tutorial With Example In Android Studio
Here is the example of using RadioButton Inside ListView. In this example we create a list of Questions with two options yes or no. For providing these options we use Radio Buttons with Radio Group inside our list item. Firstly we create an String array for questions and then set an adapter to fill the data … Continue reading RadioButton Inside ListView Example In Android Studio
Here we show how to change background color and image in Relative Layout with example in Android Studio. In this example we create a custom layout in which we display two RelativeLayout’s , one is the parent layout and other one is the child layout in which we display two TextView’s. In the background of … Continue reading Relative Layout Background Color And Image Example In Android Studio
Premium Project Source Code: