This repository serves as a template for building Android mobile applications using Kotlin and Android Jetpack libraries. It provides a structured starting point with example fragments and view models, allowing developers to quickly bootstrap their projects.
- Kotlin: Written in Kotlin, the modern programming language for Android development.
- Android Jetpack: Utilizes ViewModel and LiveData for effective UI management.
- MVVM Architecture: Implements the Model-View-ViewModel architecture pattern.
- Fragment Example: Includes a simple home fragment with a ViewModel.
To start using this template, clone the repository and open it in Android Studio.
-
Clone the repository:
git clone https://github.com/ProjectDreadman/AndroidAppTemplate.git cd AndroidAppTemplate
-
Open the project in Android Studio:
- Open Android Studio
- Select "Open an existing Android Studio project"
- Navigate to the cloned repository folder and select it
- Build and run the project on an emulator or physical device.
Contributions are welcome! Feel free to fork this repository, make improvements(via pull request), and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.