ScrollView and Horizontal ScrollView with Example
In this tutorial, we will learn ScrollView and Horizontal ScrollView in android. In Android, ScrollView is a view group used to create a vertical scroll view. The scroll view contains…
In this tutorial, we will learn ScrollView and Horizontal ScrollView in android. In Android, ScrollView is a view group used to create a vertical scroll view. The scroll view contains…
Table in HTML: the <table> tag is used to display the given data in tabular form. So that the data can be stored in an organized manner and also becomes…
Introduction to Fragment Android Fragment is the part of the activity, it's also called sub-activity. There may be multiple fragments in an activity. Fragments represent more than one display screen…
Shared preference is a way of storing and retrieving a small amount of data in the form of key/value pairs in a file on a storage device, such as strings,…
The list in HTML is used to present the given information in a well and systematic manner. Some most widely used lists in HTML are:-- Unordered list An unordered list…
What is Custom Alert Dialog Box? The custom dialog uses DIALOG to create a custom alert or pop-up in Android Studio. A dialog box will appear above the current window,…
In this article, we will learn about some more Tags in HTML specifically about some media tag in HTML. Image tag : An image tag is used to insert an…
Alert Dialog Box in Android: The Alert dialog box will display a warning message and then proceed to the next step according to your answer. The Android alert dialog is…
What is Activity Lifecycle? The life cycle of activity is a series of states that an action may be in during its entire life cycle. From the moment it is…
In the previous article, we have learned some of the basic HTML tags (like heading and paragraph tag) which will be the most used tags in websites. let's see some…