Giter Site home page Giter Site logo

msoftware / ultimateandroidapptemplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andreid/ultimateandroidapptemplate

0.0 2.0 0.0 4.5 MB

A ready to use android app template. Powered by Android Annotations Retrofit API ready to be used Picasso for image loading Snackbar, RecyclerView, Pull to Refresh etc. Feedback contact by email for feedback / Settings Page with some dummy settings etc.

Home Page: http://androidadvance.com

Java 100.00%

ultimateandroidapptemplate's Introduction

Ultimate Android App Template 2

This is a simple start-template to save you a little time.

alt text

How to use it:

  • Create a new blank android project
  • Download the zip file for this project
  • Copy paste the app folder
  • Copy paste the build.gradle and modify applicationId "com.andrei.template" to your package name
  • Check the compileSdkVersion, and buildToolsVersion to be the latest
  • Run it. Remove the libs that you don't need. Add those that you do.
  • Star this repository :)

What it contains:


dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    apt "org.androidannotations:androidannotations:$AAVersion"
    compile "org.androidannotations:androidannotations-api:$AAVersion"
    compile 'com.android.support:appcompat-v7:23.0.1'
    compile 'com.android.support:support-v4:23+'
    compile 'com.android.support:support-annotations:23+'
    compile 'com.android.support:recyclerview-v7:23+'
    compile 'com.android.support:design:23+'
    compile 'de.greenrobot:eventbus:2.4.0'
    compile 'com.squareup.retrofit:retrofit:1.9.0'
    compile 'com.squareup.okhttp:okhttp:2.3.0'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'com.android.support:recyclerview-v7:23+'
    compile 'com.android.support:design:23+'

    //-------- app fonts -----------
    compile 'uk.co.chrisjenx:calligraphy:2.1.0'

    //----- nice progress app ----
    compile 'com.akexorcist:RoundCornerProgressBar:2.0.3'

}

  • Powered by Android Annotations
  • Retrofit API ready to be used
  • Picasso for image loading
  • Snackbar, RecyclerView, Pull to Refresh etc.
  • Feedback contact by email for feedback / Settings Page with some dummy settings etc.

Updates, Questions, and Requests

Ping me here :)

TODO://

  • proguard config
  • login forms
  • test cases
  • database examples
  • event bus

You like this library ? Check:

ultimateandroidapptemplate's People

Contributors

andreid avatar girlswhocodebulgaria avatar

Watchers

Michael jentsch avatar  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.