Giter Site home page Giter Site logo

android-template's Introduction

Android app starter template

Features

  • Clean architecture with 3 layers
    • Data (for models, database, API and preferences)
    • Domain (for business logic)
    • Presentation (for UI logic, with MVVM)
  • Tests
    • Unit tests
    • Application tests
    • Activity tests (with Espresso)
    • Application has a testing flag
  • Dependency injection (with Dagger v2)
  • View injection (with Butterknife)
  • Reactive programming with RxJava 2 and RxAndroid
  • Preconditions
  • Google Design library
  • Android architecture components to share ViewModels during configuration changes
  • Logging (with Timber)
  • Resource defaults
    • styles.xml
    • dimens.xml
    • colors.xml

Getting started

  1. Download this repository and open it on Android Studio
  2. Rename the app package io.bloco.template
  3. On AndroidApplication.java, change the package on the checkTestMode method
  4. On app/build.gradle, change the applicationId to the new app package
  5. On app/build.gradle, update the dependencies Android Studio suggests
  6. On string.xml, set your application name
  7. On colors.xml, set your application primary and secondary colors

And you're ready to start working on your new app.

Notes

  • Make sure the method checkTestMode inside AndroidApplication includes a test class that exists

To Do

  • Analytics (Google Analytics and Answers, at least)
  • Crashlytics
  • SharedPreferences helper with RxPreferences

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.