Welcome to the repository for the MaterialApp Android application built using Jetpack Compose! This app is a simple Material Design application that demonstrates the use of various Material Design components in Jetpack Compose. It's a fun and interactive way to explore the capabilities of Jetpack Compose. 😄🚀
- Uses
MaterialThemeto apply a theme to its children. - Uses
Scaffoldto provide a layout structure for your app. TheScaffoldincludes aTopAppBar,FloatingActionButton, andBottomAppBar. - The
TopAppBarincludes a title with the text "My App". - The
FloatingActionButtonincludes anIconwith an add icon. - The
BottomAppBarincludes aRowofCustomIconButtons. TheRowfills the maximum width and arranges its children evenly.
- Clone this repository using
git clone https://github.com/KarthiDreamr/MaterialApp-Android-Jetpack.git - Open the project in Android Studio Arctic Fox or later
- Run the app on an emulator or a physical device
This project is licensed under the GNU General Public License (GPL-3.0). The GPL is a strong copyleft license that requires improvements to be shared back with the community. For more information, see the LICENSE file.
