Giter Site home page Giter Site logo

technourceofficial / android_kotlin_boilerplate Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 23.13 MB

An Android boilerplate project with: Kotlin, MVVM

Home Page: https://www.technource.com

License: MIT License

Kotlin 100.00%
boilerplate-application clean-architecture kotlin-android mvvm-android mvvm-architecture android-navigation-component clean-ui architectural-patterns

android_kotlin_boilerplate's Introduction

Welcome to Android Kotlin Boilerplate!

This repository provides a boilerplate codebase for developing Android applications using Kotlin. It aims to provide a starting point with preconfigured project structure, common libraries, and best practices to kickstart your Android development process.

Table of Contents

Getting Started

This project is a starting point for a Android application.

A few resources to get you started if this is your first Android project:

For help getting started with Android development, refer to the official Android documentation, which provides tutorials, samples, guidance on mobile development, and a comprehensive API reference.

  • An Android app with MVVM architectural pattern.
  • ViewBinding for activities and fragments.
  • Android Studio EditorConfig file to maintain consistent coding styles.

Softwares and Version Install Android:

https://docs.flutter.dev/get-started/install
Install Android Studio : Android Studio Dolphin | 2021.3.1 Patch 1

  • Android supported version:
    • compileSdk 33
    • minSdk 21
    • targetSdk 33
    • versionCode 1
    • versionName "1.0"
    • jvmTarget '1.8'

Features

Clone Project :

git clone https://github.com/TechnourceOfficial/Android_Kotlin_Boilerplate After cloning the project, you can open it in Android Studio by following these steps:

  1. Open Android Studio.
  2. Select "Open an existing Android Studio project" from the welcome screen.
  3. Navigate to the directory where you cloned the project and select the project folder.
  4. Click "OK" to open the project in Android Studio.
  5. Android Studio will take some time to index and set up the project.
  6. Once the indexing is complete, you can start working on the Android project in Android Studio.

Folder Structure:

.
├── app                    - Folder which contains example application
│   ├── src
│   └── main
│   ├── manifests       
│   └── java
│   	├── com.technource.android
│   		├── base
│   		├── commonInterface     
│   		├── preference
│   		├── ui
│   		├── utils    
│   ├── assets
│   ├── res
│   	├── anim
│   	├── color
│   	├── drawable
│   	├── font
│   	├── layout
│   	├── menu
│   	├── mipmap
│   	├── values
│   		├── colors
│   		├── dimens
│   		├── strings
|		├── xml
├── build.gradle
├── gradle                 - Folder for gradle build tool
├── gradle.properties      - File for gradle configuration
├── gradlew
├── gradlew.bat
├── project.properties
├── README.md
└── settings.gradle        - File for graddle setting

Build variants

Herein you can find multiple targets that the app takes into account: Where the following formed variants are built for staging purposes:

  • stagingInternalDebug
  • stagingInternalRelease

And these ones for production purposes:

  • productionInternalDebug
  • productionInternalRelease
  • productionExternalDebug
  • productionExternalRelease

Dependencies

  • App Localization implementation 'dev.b3nedikt.applocale:applocale:3.0.0'
    implementation 'dev.b3nedikt.reword:reword:4.0.2'
  • PinView
    implementation 'io.github.chaosleung:pinview:1.4.4'
  • Glide
    implementation 'com.github.bumptech.glide:glide:4.14.2'
    kapt 'com.github.bumptech.glide:compiler:4.14.2'
  • Image picker
    implementation 'com.github.dhaval2404:imagepicker:2.1'

Test Dependencies

  • JUnit - a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
  • AndroidX - the androidx test library provides an extensive framework for testing Android apps.

Authentication

  • Registration Screen
  • Login Screen
  • Forgot-password Screen
  • OTP Verification Screen
  • Reset Password Screen
  • Edit Profile Screen
    • Upload Photo from Camera & Gallery

Application Language

  • English
  • French
  • Russian

Dashboard

  • Dashboard UI with Bottom TabNavigation
  • AboutUs Screen
  • Terms-Conditions Screen
  • Privacy-Policy Screen
  • Change Language Screen
  • Logout Screen

Application Preview

77ad96d2-c2b3-4c82-a343-33f517b2dbdb.mp4

License

android_kotlin_boilerplate's People

Contributors

technourcedeveloper avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.