#android #NavigationTabs #NavigationDrawer #androidStudio #mobileApp
Please Do subscribe my channel :)
See Full article link: link : https://draftsbook.com/android-studio...
Android studio
Android XML Creating a project with an empty view on android studio. Creating the drawer layout.Creating navigation menu and header file the app:header Layout should be resolved, we now head over and right click menu under res/ then new/menu resource file and name it m_menu.xml Creating the collapsing toolbar.
Going back to our tab_layout_toolbar.xml file, we shall now create our collapsing toolbar The include tag is erroneous, again. To fix that, create a file under res/layout called content_main.xml. Embedding a tab layout in the toolbar.
Still on the tab_layout_toolbar.xml file, we shall now include our tab_layout. In case you are new to material design The content_main.xml file contains The string used can be gotten by creating a dummy scrolling activity then going to res/values/strings/large_text, you simply paste it as a string under res/values/strings/large_text.
Under res/layout, create a new file named m_header.xml and add a name and status textviews
To get the project link : https://draftsbook.com/android-studio...