
Android dashboard screen is an important element in android apps which provides easy navigation to prior functionalities of app. In this tutorial i am going to discuss how to build a dashboard screen for your app.
Download Exemplehttp://www.box.com/s/3s5gutt1b9v2r49h8175
As a reference i am using some of the code from Google I/O app. In this article i am taking an example of facebook android dashboard screen and below is a screenshot of final output.
The main goal is to achieve dashboard screen layout and provide navigation to related screens on selecting appropriate icon on the dashboard.
So let’s start by creating simple project.
1. Create a new project by going to File ⇒ New Android Project. Fill all the details and name...