Loading external fonts in your android application is very easy. It can be achieved with only two lines of code. Start a new Project 1. Create a new project and fill the required details. File ⇒ New Project. 2. Create a folder called fonts under assets folder and place all…
STOP & READThis tutorial follows the old way of customizing the ListView using a third party library. Consider reading…
GridView layout in one of the most useful layouts in android. Gridview is mainly useful when we want show…
Android dashboard screen is an important element in android apps which provides easy navigation to prior functionalities of app.…
Almost all android application will have login or registration process in order to authenticate a user. In this article…
STOP & READAs tabhost is deprecated by android it is not recommended to implement tab layout using the way…