This project demonstrates how to implement a standard navigation layout in an Android application with a Top App Bar (Toolbar) and a Bottom App Bar. The app displays a simple "Welcome to the App" message in the center of the screen.
- Top App Bar: Displays the application name on the left and a search icon on the right.
- Bottom App Bar: Contains a centered Floating Action Button (FAB), with two action items: a menu icon on the left and a profile icon on the right.
- Main Content: Displays a simple
TextViewwith the message "Welcome to the App".
- Android Studio
- Android SDK
- Minimum SDK version: API 21 (Lollipop)
-
Clone the repository:
git clone https://github.com/yourusername/simple-android-app.git