#xml
Read more stories on Hashnode
Articles with this tag
Introduction A fragment is a small reusable piece of activity that is hosted by an activity. However, they are different from normal activities & have...
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...
Toast Messages in Android A Toast is a simple popup message in Android. We use the maketext() method to instantiate a Toast, and show() method to...
Introduction A View is a simple building block of a user interface. It is a small rectangular box that can be TextView, EditText, or even a button. It...