Description
When the user clicks on the "burger" icon in the top left part of the home screen, they will be taken to a side navigation drawer. This drawer will include a circular ImageView for the profile picture, along with the first and last name of the user on the right side using a TextView. This part can be created using a RelativeLayout.
Underneath, there will be separate rows, one for Trip History, one for Payment Method, and one for Settings. These will be created with a Menu attribute. When the user clicks on any of these rows, they will be taken to the appropriate activity.
Helpful Links
Guide
Checklist
Description
When the user clicks on the "burger" icon in the top left part of the home screen, they will be taken to a side navigation drawer. This drawer will include a circular ImageView for the profile picture, along with the first and last name of the user on the right side using a TextView. This part can be created using a RelativeLayout.
Underneath, there will be separate rows, one for Trip History, one for Payment Method, and one for Settings. These will be created with a Menu attribute. When the user clicks on any of these rows, they will be taken to the appropriate activity.
Helpful Links
Guide
Checklist