Giter Club home page Giter Club logo

android-clean-architecture-1's Introduction

Android Clean Architecture

Platform Language Version CodeFactor

android_clean_architecture

Features

  • 100% Kotlin.
  • App architecture - (MVVM).
  • Asynchronous programming - (Corountines).
  • Dependency injection - (Koin).
  • Observable data holder class - (Livedata).
  • HTTP client - (OkHttp).
  • Type-safe HTTP client - (Retrofit).
  • A Java serialization/deserialization library to convert Java Objects into JSON and back - (Gson).
  • Android logging - (Timber).
  • Android SharedPreferences delegation library for Kotlin - (Kotpref).
  • A beautiful, fluid, and extensible dialogs API for Kotlin & Android - (material-dialogs).
  • Android library which makes playing with sensor events & detecting gestures a breeze - (Sensey).
  • Useful extensions to eliminate boilerplate code in Android SDK and focus on productivity - (KAndroid).
  • Android utilities - (AndroidUtilCode).
  • Code Formatting - (ktlint) & (ktlint-gradle).

Configuration Host

Manually:

// build.gradle (app)


android {
  ...

  buildTypes {
    def BASE_URL = "BASE_URL"

    def DEV = "\"" + "<ENTER_YOUR_HOST>" + "\""

    def PROD = "\"" + "<ENTER_YOUR_HOST>" + "\""

    debug {
      buildConfigField "String", BASE_URL, DEV
    }

    release {
      buildConfigField "String", BASE_URL, PROD

      ...
    }
  }

  ...
}

Dynamically:

You can shake your real device, or you can use Cmd+M when running in an Android emulator on Mac OS and Ctrl+M on Windows and Linux to open dialog menu.

The dialog menu is disabled in release (production) builds.

Development

android-clean-architecture-1's People

Contributors

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