Git Product home page Git Product logo

quickaf's Introduction

QuickAF

Build Status GitHub release Bintray Release

An Android framework library and demo to help you building your app quickly.

screenshot

Sample apk (scan or click to download sample apk)

sample apk

Install

  • Android Studio
dependencies {
    compile 'cn.ieclipse.af:af-library:2.1.0'
}
android {
    // for target api >= 23 (Android 6.0)
    useLibrary('org.apache.http.legacy')
    ...
}

Features

architecture

library

  • Component
    • tab, tab+viewpager
    • cview, lots of custom views, e.g. Preference, FlowLayout, TableLayout, AutoPlayView
    • refresh, use RefreshLayout, support any RecyclerView, ListView and ScrollView
  • Network
    • Volley+Gson, base on volley for data tranfer, gson for json parsing
    • Common Task, common REST API request task
    • Upload Task, compressed image upload task
  • Utils, lots of utility tool class e.g.
    • DialogsUtils
    • AppUtils
    • FileUtils
    • SharedPrefsUtils

3rd library: (Use the existing wheels)

In sample:

  • Profile, sample user profile
    • login
    • register
    • forget password
  • Common, common activity
    • BaseActivity
    • BaseFragment
    • H5Activity
    • BaseListFragment

Blog

See http://www.ieclipse.cn/tags/QuickAF/

Integrated library as source

SystemBarTint https://github.com/hexiaochun/SystemBarTint

SwipeMenuRecyclerView unkonwn

WheelView(@Deprecated) unkonwn

BadgeView https://github.com/stefanjauker/BadgeView

PagerSlidingTabStrip https://github.com/astuetz/PagerSlidingTabStrip

ScrollLayout(@Deprecated) http://blog.csdn.net/Yao_GUET

Contributors

Discuss

Join QQ群: 629153672

quickaf's People

Contributors

jamling avatar wangjiandett avatar michael-destiny avatar harryxr avatar

Watchers

James Cloos avatar zhupeng 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.