Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Android
2.6K+ articles
Kotlin
1.1K+ articles
Kotlin Android
344+ articles
Java-Android
233+ articles
Android-Studio
182+ articles
Android-Button
33+ articles
Android-View
112+ posts
Recent Articles
Popular Articles
Step-by-Step Guide to Creating a Custom Spinner in Kotlin for Android
Last Updated: 01 September 2024
In Android development, a Spinner allows users to select an item from a dropdown menu. While the default ArrayAdapter provides basic functionality, customizing a Spinner c...
read more
Kotlin Basics
Kotlin Android
Android
Android-View
Android Projects
Android Developer
Data Binding in Android: Activities, Views, and Fragments
Last Updated: 01 August 2024
Data binding in Android is one of the most effective features for Android developers to bind the UI controls present in the layout with the data resources in the code. Thi...
read more
Picked
Android
Android-View
Base Line Constraints in Android
Last Updated: 04 May 2025
When developing Android applications, it can be essential to align the UI elements correctly to create a visually appealing and user-friendly interface. Baseline constrain...
read more
Picked
Android
Android-View
Constraints in Android
Last Updated: 01 August 2024
Constraints are a fundamental part of the modern Android UI design, especially with the use of the ConstraintLayout. It can provide a flexible and efficient way to design ...
read more
Picked
Android
Android-View
How to Implement RecylerView Inside a Dialogue Window?
Last Updated: 24 April 2025
RecyclerView is a ViewGroup added to the Android studio as a successor of the GridView and ListView. It is an improvement on both of them and can be found in the latest v-...
read more
Kotlin
Android
Android-View
How to Implement RecyclerView in a Fragment in Android?
Last Updated: 24 April 2025
In Android, a fragment is a modular section of a user interface that can be combined with other fragments to create a flexible and responsive application. A fragment repr...
read more
Kotlin
Kotlin Android
Android
Android-View
How to Apply OnClickListener to RecyclerView Items in Android?
Last Updated: 12 June 2024
As we know applying OnClickListener to a Button is very simple but applying OnClickListener to a RecylerView item is different. In this article we first create a RecylerVi...
read more
Kotlin
Android
Android-View
Android - How to Change the Color of Alternate Rows in RecyclerView
Last Updated: 24 April 2025
RecyclerView is an essential ViewGroup used in Android to display a list of items. It provides a flexible and highly customizable way of implementing a list that can be pr...
read more
Kotlin
Android
Android-View
Why Only the Original Thread that Created a View Hierarchy can Touch its Views in Android?
Last Updated: 03 February 2023
Firstly, we need to know about the properties of threads. Threads are nothing but different paths available to our android application to go through and complete a process...
read more
Picked
Android
Android-View
Android WebView with JavaScript Interface
Last Updated: 30 September 2022
JavascriptInterface Annotation provides the facility to create any method as the javascript Interface which means that method can be used by web components to communicate ...
read more
Java
Android
Android-View
Android - Difference Between RecyclerView and ListView
Last Updated: 27 September 2022
In Android View is a basic building block of UI (User Interface). A view is a small rectangular box that responds to user inputs. RecyclerView and ListView are the two maj...
read more
Difference Between
Android
Android-View
Android View Hierarchy
Last Updated: 15 September 2022
A block of the screen which is responsible for the UI of the application is called a View. An android app UI consists of views and ViewGroups. View refers to android.view....
read more
Picked
Android
Android-View
Multiple Views Inside a ScrollView in Android
Last Updated: 25 August 2022
In Android, a ScrollView is a view group that is used to make vertically scrollable views. A scroll view contains a single direct child only. In order to place multiple vi...
read more
Java
Kotlin
Android
Android-View
Horizontal ListView in Android
Last Updated: 16 August 2022
For understanding horizontal ListView in android, first, we have to know about list view in android. ListView is scrollable collection of views, where each view is positio...
read more
Java
Picked
Kotlin
Android
Android-View
What is onMeasure Custom View in Android?
Last Updated: 06 December 2022
In Android, there are many views available already, using them any developer creates a UI of an android application, that a developer wants to create. In-Built Views are t...
read more
Java
Picked
Android
Android-View
1
2
3
4
5
6
7
8
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !