/AndroidAppTemplate

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. ## Features

Primary LanguageKotlinMIT LicenseMIT

AndroidAppTemplate

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.

Features

  • 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.

Getting Started

To start using this template, clone the repository and open it in Android Studio.

Prerequisites

Installing

  1. Clone the repository:

    git clone https://github.com/ProjectDreadman/AndroidAppTemplate.git
    cd AndroidAppTemplate
    
  2. 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.

Contributing

Contributions are welcome! Feel free to fork this repository, make improvements(via pull request), and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.