Widget refers to the elements of the UI (User Interface) that helps user interacts with the Android App. TextView is one of many such widgets… Read More
Tag Archives: Android-View
In this article, it is shown how to change the size of View in Android App Development (like TextView, etc), so that they can modify… Read More
SearchView widget is used to provide a search interface to the user so that the user can enter his search query and submit a request… Read More
EditText is used to get input from the user. EditText is commonly used in login or registration screens. we already learn how to create an… Read More
In Android ScrollView allows multiple views that are places within the parent view group to be scrolled. Scrolling in the android application can be done… Read More
This article aims to help in How to create a Circular image view in Android without using any library in an Android Application. A Simple… Read More
In Android ScrollView incorporates multiple views within itself and allows them to be scrolled. In this article we will be discussing how to programmatically create… Read More
Android TextView is an user interface that is used to display some text to the user. In this article we will be discussing how to… Read More
An ImageView as the name suggests is used to display images in Android Applications. In this article, we will be discussing how to create an… Read More
Android ListView is a ViewGroup which is used to display the list of items in multiple rows and contains an adapter which automatically inserts the… Read More
Android ScrollView allows multiple views that are places within the parent view group to be scrolled. Scrolling in the android application can be done in… Read More
Android AutoCompleteTextView is an editable text view which shows a list of suggestions when user starts typing text. When a user starts typing, a dropdown… Read More
Android AutoCompleteTextView is an editable text view which shows a list of suggestions when user starts typing text. When a user starts typing, a dropdown… Read More
CheckedTextView is used to implement checkable interface where one can tick or check the needed or required items and leave out the rest. In this… Read More
CheckedTextView is used to implement checkable interface where one can tick or check the needed or required items and leave out the rest. In this… Read More