Giter Site home page Giter Site logo

rapidandroidframework's Introduction

Rapid Android Development Template

  • master: Build Status

  • Published in: Android Arsenal

Tools

Android Studio 1.x and Gradle 2.x

IDE Tools

Libraries

3rd Parties Social (as gradle imports)

  • Facebook SDK
  • Twitter SDK by Fabric
  • Crashlytics SDK by Fabric

Note: You can change the keys into api_keys.xml. For Crashlytics you can change it into AndroidManifest.xml. There is a SocialManager class to use for social actions.

Check the documentation

Testing

  • Robolectric for unit testing
  • JaCoCo coverage testing
  • Shell scripts to run tests fast. Check scripts folder.
  • CircleCI continuous integration server
  • Calabash (SOON)

Proguard

  • Proguard enable for LIVE, UAT environments to minify the build

Gradle

  • Gradle configuration for multi-environment support

Environment Manager

  • Multi-environment support (LIVE, UAT, STAGING)
  • Assigns dynamically environment for the current build
  • Assigns dynamically the API URL for the current build
  • Assigns dynamically the API logging level for the current build
  • Assigns dynamically the logging level for the current build
  • Decides if the app according to the environment can track in analytics
  • Decides if the app according to the environment can receive notifications
  • Decides if the app according to the environment can track bugs in crashlytics

API Managers

  • OkHttpClient support to make the HTTP requests for API
  • AbstractApiManager with Retrofit based on the Environment manager API URL
  • FULL/NONE logging for API based on the Environment manager LOGLEVEL of API
  • AbstractAsyncTask which produces events in a public BUS
  • Event Base architecture with Otto for each response after an AbstractAsyncTask
  • Access to API methods via Reflection. The only thing you must set up is the ApiRequestAttrs. Example in wiki

Activities

  • Dagger for dependency injection
  • ButterKnife views injection to use this -> @InjectView(R.id.btnTest) to minimize and remove the old (Button) findViewById(R.id.btnTest)
  • Each Activity/FragmentActivity registered to listen the Event BUS
  • Customizable/Overridable action bar for each Activity/FragmentActivity
  • AbstractFragmentActivity to extended by each Fragment activity and it can contains the fragment you want. You must implement only the createFragment method
  • BaseFragment to be extended by each fragment as generic fragment

Google Analytics

  • Support for google analytics track events and pageviews. Use AnalyticsManager

rapidandroidframework's People

Contributors

spirosoik avatar

Stargazers

 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.