Android快速开发整理(库、插件、常用网站)(1)

工具


Gson

  • implementation 'com.google.code.gson:gson:2.8.6’

  • GitHub:https://github.com/google/gson

  • 相关文章:Gson 解析教程

Glide

  • implementation 'com.github.bumptech.glide:glide:4.11.0’

  • annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0’

  • GitHub:https://github.com/bumptech/glide

  • 相关文章:带你全面了解Glide 4的用法

Glide Transformations

  • implementation 'jp.wasabeef:glide-transformations:4.1.0’

  • Github:https://github.com/wasabeef/glide-transformations

Picasso

Picasso Transformations

  • implementation 'jp.wasabeef:picasso-transformations:2.2.1’

  • Github:https://github.com/wasabeef/picasso-transformations

Butter Knife

Dagger 2(Google)

  • implementation 'com.google.dagger🗡2.22.1’

  • annotationProcessor 'com.google.dagger:dagger-compiler:2.22.1’

  • Github:https://github.com/google/dagger

EventBus

EventBus使用详解(二)——EventBus使用进阶

greenDAO(数据库)

LitePal(数据库)

  • implementation 'org.litepal.guolindev:core:3.2.2’

  • Github:https://github.com/guolindev/LitePal

PermissionsDispatcher(6.0权限)

  • implementation “com.github.hotchemi:permissionsdispatcher:4.6.0”

  • annotationProcessor “com.github.hotchemi:permissionsdispatcher-processor:4.6.0”

  • GitHub:https://github.com/hotchemi/PermissionsDispatcher

  • 相关文章:Android6.0运行时权限。

RxPermissions(6.0权限)

  • ** implementation ‘com.github.tbruyelle:rxpermissions:0.10.2’**

  • GitHub:https://github.com/tbruyelle/RxPermissions

PermissionX(6.0权限)

  • ** implementation ‘com.permissionx.guolindev:permissionx:1.4.0’**

  • GitHub:https://github.com/guolindev/PermissionX

Android Saripaar v2(表单校验)

YUtils(Android快速开发工具集合)

  • implementation 'com.github.yechaoa:YUtils:3.1.1’

  • GitHub:https://github.com/yechaoa/YUtils

AndroidUtilCode(各种util)

  • implementation 'com.blankj:utilcode:1.29.0’

  • GitHub:https://github.com/Blankj/AndroidUtilCode

网络


OkHttp

  • implementation(“com.squareup.okhttp3:okhttp:4.9.0”)

  • 官网:http://square.github.io/okhttp/

  • GitHub:https://github.com/square/okhttp

okhttp-utils(鸿洋_)

OkGo

  • implementation 'com.lzy.net:okgo:3.0.4’

  • GitHub:https://github.com/jeasonlzy/okhttp-OkGo

xUtils3

  • implementation 'org.xutils:xutils:3.8.3’

  • GitHub:https://github.com/wyouflf/xUtils3

Retrofit

RX系列:https://github.com/ReactiveX

RxJava

  • implementation “io.reactivex.rxjava2:rxjava:3.0.7”

  • Github:https://github.com/ReactiveX/RxJava

RxAndroid

  • implementation 'io.reactivex.rxjava2:rxandroid:2.1.1’

  • Github:https://github.com/ReactiveX/RxAndroid

RxKotlin

  • implementation 'io.reactivex:rxkotlin:2.4.0’

  • Github:https://github.com/ReactiveX/RxKotlin

  • Kotlin:Kotlin中文文档

UI


MaterialEditText

  • implementation 'com.rengwuxian.materialedittext:library:2.1.4’

  • GitHub:https://github.com/rengwuxian/MaterialEditText

Android View Animations(各种动画)

  • implementation 'com.android.support:support-compat:25.1.1’

  • implementation 'com.daimajia.easing:library:2.0@aar’

  • implementation 'com.daimajia.androidanimations:library:2.2@aar’

  • GitHub:https://github.com/daimajia/AndroidViewAnimations

hellocharts-android(图表)

  • implementation 'com.github.lecho:hellocharts-android:v1.5.8’

  • GitHub:https://github.com/lecho/hellocharts-android

BottomBar(底部导航栏)

  • implementation 'com.roughike:bottom-bar:2.3.1’

  • GitHub:https://github.com/roughike/BottomBar

BottomNavigationViewEx

  • implementation ‘com.github.ittianyu:BottomNavigationViewEx:1.2.4’’

  • GitHub:https://github.com/ittianyu/BottomNavigationViewEx

Banner(图片轮播控件)

  • implementation 'com.youth.banner:banner:1.4.10’

  • GitHub:https://github.com/youth5201314/banner

Dachshund-Tab-Layout

  • implementation 'com.github.Andy671:Dachshund-Tab-Layout:v0.3.3’

  • GitHub:https://github.com/Andy671/Dachshund-Tab-Layout

Android PagerSlidingTabStrip(滑动导航栏)

  • implementation 'com.astuetz:pagerslidingtabstrip:1.0.1’

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

EasyRecyclerView

  • implementation 'com.jude:easyrecyclerview:4.4.2’

  • GitHub:https://github.com/Jude95/EasyRecyclerView

BaseRecyclerViewAdapterHelper

  • implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4’

  • GitHub:https://github.com/CymChad/BaseRecyclerViewAdapterHelper

vlayout(RecyclerView的LayoutManager扩展-阿里)

  • implementation (‘com.alibaba.android:vlayout:1.2.8@aar’) {transitive = true}

  • GitHub:https://github.com/alibaba/vlayout

RichText(富文本解析器)

  • implementation 'com.zzhoujay.richtext:richtext:3.0.8’

  • GitHub:https://github.com/zzhoujay/RichText

ViewPagerIndicator

  • implementation 'com.shizhefei:ViewPagerIndicator:1.1.9’

  • GitHub:https://github.com/LuckyJayce/ViewPagerIndicator

EasyIndicator

  • implementation 'com.github.LuckSiege:EasyIndicator:v1.1.3’

  • GitHub:https://github.com/LuckSiege/EasyIndicator

ImagePicker(图片选择器,okgo作者)

  • implementation 'com.lzy.widget:imagepicker:0.6.1’

  • GitHub:https://github.com/jeasonlzy/ImagePicker

PictureSelector

  • implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.3.9’

  • GitHub:https://github.com/LuckSiege/PictureSelector

Matisse(知乎)

  • implementation 'com.zhihu.android:matisse:0.5.3-beta3’

  • GitHub:https://github.com/zhihu/Matisse

PhotoView

  • implementation 'com.github.chrisbanes:PhotoView:2.3.0’

  • GitHub:https://github.com/chrisbanes/PhotoView

Android-SpinKit(Android loading animations)

  • implementation 'com.github.ybq:Android-SpinKit:1.4.0’

  • GitHub:https://github.com/ybq/Android-SpinKit

  • 官网:http://ybq.github.io/Android-SpinKit/

Toasty

  • implementation 'com.github.GrenderG:Toasty:1.4.2’

  • GitHub:https://github.com/GrenderG/Toasty

DialogPlus(各种样式的Dialog)

  • implementation 'com.orhanobut:dialogplus:1.11@aar’

  • GitHub:https://github.com/orhanobut/dialogplus

MaterialDateTimePicker

  • implementation 'com.wdullaer:materialdatetimepicker:4.2.3’

  • GitHub:https://github.com/wdullaer/MaterialDateTimePicker

FloatingActionButton

  • implementation 'com.github.clans:fab:1.6.4’

  • GitHub:https://github.com/Clans/FloatingActionButton

CityPicker

  • implementation 'liji.library.dev:citypickerview:5.1.0’

  • GitHub:https://github.com/crazyandcoder/citypicker

VerticalTabLayout

  • implementation 'q.rorbin:VerticalTabLayout:1.2.5’

  • GitHub:https://github.com/qstumn/VerticalTabLayout

SmartRefreshLayout(下拉刷新框架)

  • implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-21’

  • GitHub:https://github.com/scwang90/SmartRefreshLayout

AgentWeb(WebView框架)

  • api 'com.just.agentweb:agentweb:4.1.2’

  • GitHub:https://github.com/Justson/AgentWeb

FragmentRigger(Fragment管理框架)

  • 接入引导:https://github.com/JingYeoh/FragmentRigger/wiki/%E9%A6%96%E9%A1%B5

  • GitHub:https://github.com/JingYeoh/FragmentRigger

GSYVideoPlayer(视频播放器)

  • implementation 'com.shuyu:GSYVideoPlayer:7.1.6’

  • GitHub:https://github.com/CarGuo/GSYVideoPlayer

SwipeBackLayout(滑动返回)

  • implementation 'me.imid.swipebacklayout.lib:library:1.1.0’

  • GitHub:https://github.com/ikew0ng/SwipeBackLayout

BGASwipeBackLayout-Android

  • implementation 'cn.bingoogolapple:bga-swipebacklayout:latestVersion@aar’

  • GitHub:https://github.com/bingoogolapple/BGASwipeBackLayout-Android

recyclerview-animators(recyclerview动画)

  • implementation 'jp.wasabeef:recyclerview-animators:3.0.0’

  • GitHub:https://github.com/wasabeef/recyclerview-animators

XPopup(各种弹窗)

  • implementation 'com.lxj:xpopup:2.1.4’

  • GitHub:https://github.com/li-xiaojun/XPopup

FlowLayout(流式布局)

  • implementation 'com.hyman:flowlayout-lib:1.1.2’

  • GitHub:https://github.com/hongyangAndroid/FlowLayout

Switcher(切换按钮)

  • implementation 'com.bitvale:switcher:1.1.0’

  • GitHub:https://github.com/bitvale/Switcher

EasyFloat(悬浮窗框架)

  • implementation 'com.github.princekin-f:EasyFloat:1.3.4’

  • GitHub:https://github.com/princekin-f/EasyFloat

GuideView(新手引导库)

  • implementation 'com.binioter:guideview:1.0.0’

  • GitHub:https://github.com/binIoter/GuideView

StatusBarUtil(状态栏工具类)

  • implementation 'com.jaeger.statusbarutil:library:1.5.1’

  • GitHub:https://github.com/laobie/StatusBarUtil

ImmersionBar(状态栏工具类)

  • implementation 'com.gyf.immersionbar:immersionbar:3.0.0’

  • GitHub:https://github.com/gyf-dev/ImmersionBar

三、各种好用的插件

===================================================================

安装方法
可能有的插件搜索不到,直接点击Search in repositories

这里写图片描述

点击install开始安装,安转成功之后会提示restart重启as,重启就好了。

GsonFormat

  • 快速将json字符串转换成一个Java Bean

  • 快捷键Alt+S

Android ButterKnife Zelezny

  • 配合ButterKnife快速生成注解

  • 光标放在布局文件ID上(如R.layut.activity_main),Ctrl+Shift+B

Android Methods Count

  • 可查看依赖库中的方法数

Lifecycle Sorter

  • 对Activity或者fragment的生命周期方法进行先后排序

  • Ctrl + alt + K

JsonOnlineViewer

  • 直接在as中请求接口,方便调试

genymotion

  • 超快超好用的android模拟器

自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数初中级Android工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则近万的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年Android移动开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。

img

img

img

img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上Android开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

如果你觉得这些内容对你有帮助,可以扫码获取!!(备注:Android)

最后

有任何问题,欢迎广大网友一起来交流,分享高阶Android学习视频资料和面试资料包~

偷偷说一句:群里高手如云,欢迎大家加群和大佬们一起交流讨论啊!

《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》点击传送门即可获取!

Android移动开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。**

[外链图片转存中…(img-3Fe7FKeS-1712718771814)]

[外链图片转存中…(img-m7CbImmD-1712718771815)]

[外链图片转存中…(img-zCCqRMkj-1712718771815)]

[外链图片转存中…(img-pyTT7z4T-1712718771815)]

[外链图片转存中…(img-f0xklKDI-1712718771815)]

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上Android开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

如果你觉得这些内容对你有帮助,可以扫码获取!!(备注:Android)

最后

有任何问题,欢迎广大网友一起来交流,分享高阶Android学习视频资料和面试资料包~

偷偷说一句:群里高手如云,欢迎大家加群和大佬们一起交流讨论啊!

[外链图片转存中…(img-HeJYBdZF-1712718771816)]

《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》点击传送门即可获取!

  • 21
    点赞
  • 18
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值