Category: Android Tutorial
Android CardView with Example
Hi developer, Today we are going to learn about a view container which is used to style the app design. It has inbuild rounded corners which creates an attractive user interface. Let’s Start.
Continue reading “Android CardView with Example”ScrollView in Android with Example
Now we are going to learn about another widget of the Android System. It is Android ScrollView.
Continue reading “ScrollView in Android with Example”ListView in Android
Hello Android Learner, you want to display a list in an application. What will you do? Android has a widget that can be used. In this part we will learn about Android ListView. Let’s start.
Continue reading “ListView in Android”Android ImageView with example
In Android, ImageView is a view used to display images. We can set the image to the ImageView using the android:src attribute. Let’s take an overview of Android ImageView.
Continue reading “Android ImageView with example”EditText Tutorial With Example In Android Studio (Kotlin/Java)
Android EditText is a type of User Interface that allow the user to enter or modify text. Its parent class is TextView, so it inherits all the features of the Android TextView class. It helps the user to interact with the application. EditText is widely used in form screen type. Like user profile, login, sign up, feedback screen.
Continue reading “EditText Tutorial With Example In Android Studio (Kotlin/Java)”How to create ImageButton In Android
ImageButton is a type of Android User Interface used to display a button with an image. ImageView is the parent class of ImageButton class.
Continue reading “How to create ImageButton In Android”