Articles in this series
Your Complete RecyclerView Guide: How to Handle Clicks, Searches, and Expandable Items. · Introduction RecyclerView is a flexible way to display a large...
Unlock the Power of Layout Management with RelativeLayout, LinearLayout, ConstraintLayout, and More in Android Development · Introduction ViewGroups in...
Comprehensive Guide to Views, Attributes, and Custom Drawables for Better Android Interfaces · Introduction to UI in Android XML - eXtensible Markup...
A style is a collection of attributes that specifies the appearance for a single View. A style can specify attributes such as font color, font size,...
ListView Displays a vertically scrollable collection of views, where each view is positioned immediately below the previous view in the list. ListView...
Introduction In this article, we will learn how to create a Toolbar - Action Bar in our Android Application. The ToolBar provides content & actions...