项目作者: happyfresh

项目描述 :
Support library for android development
高级语言: Java
项目地址: git://github.com/happyfresh/HappySupportAndroid.git
创建时间: 2018-04-23T09:09:35Z
项目社区:https://github.com/happyfresh/HappySupportAndroid

开源协议:MIT License

下载


HappySupportAndroid

This library for supporting our android development

How to Get

To get our support for android development into your build:

Step 1. Add the JitPack repository to your build file

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

Step 2. Add the dependency

  1. def latest_version = "1.5.5"
  2. dependencies {
  3. // HappySupport
  4. implementation "com.github.happyfresh.HappySupportAndroid:happysupport:$latest_version"
  5. // extentions for kotlin
  6. implementation "com.github.happyfresh.HappySupportAndroid:happysupport-kotlinextentions:$latest_version"
  7. // HappyTracker
  8. implementation "com.github.happyfresh.HappySupportAndroid:happytracker:$latest_version"
  9. // HappyRouter
  10. implementation "com.github.happyfresh.HappySupportAndroid:happyrouter:$latest_version"
  11. annotationProcessor "com.github.happyfresh.HappySupportAndroid:happyrouter-processor:$latest_version"
  12. }

Index

Helper

HappyTracker

HappyRouter

Changes Log

Version 1.5.5

  • Rename Annotation Provider to Providers
  • Annotation Providers now can be multiple Adapter