项目作者: ymex

项目描述 :
A simplifies and accelerates Android developer kits、tools 、utils for android .
高级语言: Java
项目地址: git://github.com/ymex/kits.git
创建时间: 2016-04-23T07:10:49Z
项目社区:https://github.com/ymex/kits

开源协议:Apache License 2.0

下载


Download

Android kits

android 便捷库,日常开发常用工具。

  1. compile 'cn.ymex:kits:1.3.1'

目录

工具类

AppContent

继承自Application 增加app 进入前后台的监听回调方法。

  1. protected void applicationDidEnterBackground() //后台回调
  2. protected void applicationDidEnterForeground() //前台回调
  3. public int getCheckDelay()//进行前后台延时

kits:Toaster

Toast

FragmentManagerWrap

简单的标签切换管理,防止重叠。