android 开发碰到的好一点的 框架和 Android studio 很好用的插件 ,记录下来,以防后面要用,欢迎补充。

工具类:
https://github.com/jonfinerty/Once (多少时间执行一次)


https://github.com/afollestad/material-dialogs (多种多样的弹出框)


https://github.com/DreaminginCodeZH/MaterialProgressBar (多种多样的进度条)


https://github.com/laobie/StatusBarUtil (状态栏,可支持半透明和全透明)


https://github.com/greenrobot/EventBus 


https://github.com/WangGanxin/LoadDataLayout (加载不同情况的界面)


https://github.com/greenrobot/greenDAO (数据库)


https://github.com/iwgang/CountdownView (倒计时)


com.github.open-android:FragmentTabhostUtils:0.5.0(导航栏)

compile 'com.belerweb:pinyin4j:2.5.0'(汉字转拼音)

android studio 插件:1.Key Promoter(鼠标点出来的功能时候,会提示如何按键)
     2.String Manipulation(自动驼峰式命名,变大小写,Alt+M弹出提示框)
       3.ButterKnife Zelezny(配合ButterKnife快速设置view的id,相当方便,build文件中添加:

compile 'com.jakewharton:butterknife:7.0.0',不能高于8.0.0,因为不支持)

                4.lombok Plugin(减少实体类的代码,在类名上方加@Data即可,不需要再写构造方法,get,set方法,toString方法,在build文件中添加

compile 'javax.annotation:javax.annotation-api:1.2'
 
compile 'org.projectlombok:lombok:1.16.6'
即可)

Android Studio 新建文件修改Created by后面的名称方法

Created by

 

 https://github.com/leolin310148/ShortcutBadger :桌面图标右上角添加小红点角标,支持很多品牌的手机。

 

https://github.com/xingda920813/HelloDaemon   : Android服务保活,内附打开各种手机自动启动设置页面

 android studio项目的build.gradle文件里 导入 implementation 'com.blankj:utilcode:1.23.7':Android 通用util库,功能强大,里面有个NetworkUtils.isConnected() 判断是否有网络,特别好用

 

更多相关文章

  1. 一款常用的 Squid 日志分析工具
  2. GitHub 标星 8K+!一款开源替代 ls 的工具你值得拥有!
  3. RHEL 6 下 DHCP+TFTP+FTP+PXE+Kickstart 实现无人值守安装
  4. Linux 环境下实战 Rsync 备份工具及配置 rsync+inotify 实时同步
  5. Android如何获取屏幕的分辨
  6. Android里handler线程间的通信详解
  7. android避免回复出厂设置导致数据丢失的办法
  8. android生成的apk文件反编译源代码然后修改
  9. 解决eclipse中overlaps the location of another project: 'xxxx

随机推荐

  1. SQL2005使用多个备份设备和镜像备份设备
  2. “重定义;不同的基类型”,可能是顺序问题
  3. 实例演示抽象类和接口的区别
  4. 我的第五个代码
  5. 0128- 实例演示函数作用域与闭包,回调的
  6. 在 vue 中使用条件渲染语句实现 todolist
  7. The non-volatile variable storage is a
  8. 2021_2_10
  9. 2021.2.10
  10. Java爬虫可以非常溜