Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7565799
Merge remote-tracking branch 'refs/remotes/XXApple/pr/57'
jp1017 Apr 13, 2016
a7297e2
add ActivityRouter
jp1017 Apr 18, 2016
e5f5440
Utils Update
jp1017 Apr 18, 2016
2338566
Merge remote-tracking branch 'refs/remotes/origin/master' into XXAppl…
jp1017 Apr 18, 2016
e6d6069
utils update
jp1017 Apr 18, 2016
d75c1c4
Merge remote-tracking branch 'refs/remotes/origin/master' into XXAppl…
jp1017 Apr 18, 2016
eb01460
Merge branch 'master' of github.com:XXApple/AndroidLibs into jp1017
jp1017 Apr 25, 2016
402ecf4
add EasyForm
jp1017 Apr 25, 2016
dccb226
Merge branch 'master' of github.com:XXApple/AndroidLibs into jp1017
jp1017 Apr 25, 2016
29444ed
add Android-Image-Cropper
jp1017 Apr 26, 2016
e23c86d
add image-zoom
jp1017 Apr 27, 2016
1ca50d0
add zxing-barcode
jp1017 Apr 27, 2016
cac5f9a
Merge remote-tracking branch 'refs/remotes/XXApple/master' into jp1017
jp1017 Apr 27, 2016
a317f6e
add android-widget-ticktock
jp1017 Apr 28, 2016
0b47813
add some cool views and tools
jp1017 May 4, 2016
991ce0b
Merge remote-tracking branch 'refs/remotes/XXApple/master' into jp1017
jp1017 May 4, 2016
8bba12d
add country picker
jp1017 May 9, 2016
ba0d98f
Revert "add country picker"
jp1017 May 9, 2016
26a946c
Merge remote-tracking branch 'refs/remotes/XXApple/master' into jp1017
jp1017 May 9, 2016
fb19aa0
Merge remote-tracking branch 'refs/remotes/XXApple/master' into jp1017
jp1017 May 9, 2016
d536707
add MagicViewPager
jp1017 May 9, 2016
d3befee
Merge branch 'master' of github.com:XXApple/AndroidLibs into jp1017
jp1017 May 10, 2016
ec408dd
add ClassyShark and Prefs
jp1017 May 10, 2016
9692309
add BubbleLayout and EffectiveShapeView
jp1017 May 10, 2016
acb3add
add some views and tools
jp1017 May 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 完整开源项目Project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ This is a better android-tv-launcher,it can running on the tv box.Build with gra

---

**TLint**: https://github.com/gzsll/TLint

TLint for 虎扑体育 基于Dagger2+RxJava+Retrofit开发,采用MVP模式

<img src="https://raw.githubusercontent.com/gzsll/TLint/master/resource/Screenshot1.png" width="320" />
<img src="https://raw.githubusercontent.com/gzsll/TLint/master/resource/Screenshot8.png" width="320" />

---

**Joker**: https://github.com/ColorfulCat/Joker

基于糗事百科接口数据的Android客户端,简单版的,有图文笑话,蹲厕所的时候可以看看 0 - 0 ~~(14年6月份写的,相对有点旧~)
Expand Down
24 changes: 24 additions & 0 deletions 布局Layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@

---

**TagCloudView**: https://github.com/kingideayou/TagCloudView

支持 SingleLine 模式的标签云效果 http://kingideayou.github.io/TagCloudView/

<img src="https://raw.githubusercontent.com/kingideayou/TagCloudView/master/imgs/tagCloudView_1.png" width="320" /> <img src="https://raw.githubusercontent.com/kingideayou/TagCloudView/master/imgs/tagCloudView_3.gif" width="320" />

---

**BubbleLayout**: https://github.com/MasayukiSuda/BubbleLayout

Bubble View for Android

<img src="https://raw.githubusercontent.com/MasayukiSuda/BubbleLayout/master/art/all.gif" width="320" />

---

**EffectiveShapeView**: https://github.com/TangXiaoLv/EffectiveShapeView

Effective custom shape imageview

<img src="https://raw.githubusercontent.com/TangXiaoLv/EffectiveShapeView/master/png/first.jpg" width="320" /> <img src="https://raw.githubusercontent.com/TangXiaoLv/EffectiveShapeView/master/png/second.jpg" width="320" />

---

**MagicViewPager**: https://github.com/hongyangAndroid/MagicViewPager

单页显示3个Item的ViewPager炫酷切换效果,适用于Banner等
Expand Down
30 changes: 27 additions & 3 deletions 辅助工具类Utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,40 @@

**redex**: https://github.com/facebook/redex

facebook 出品的 apk 包优化工具

[Optimizing Android bytecode with ReDex](https://code.facebook.com/posts/1480969635539475/optimizing-android-bytecode-with-redex)
facebook 出品的 apk 包优化工具 —— [Optimizing Android bytecode with ReDex](https://code.facebook.com/posts/1480969635539475/optimizing-android-bytecode-with-redex)

**enjarify**: https://github.com/google/enjarify

Enjarify is a tool for translating Dalvik bytecode to equivalent Java bytecode

---

**permissions-dispatcher-plugin**:https://github.com/shiraji/permissions-dispatcher-plugin

IntelliJ plugin for supporting PermissionsDispatcher

<img src="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/website/images/generate.png" width="480" />

---

**CompositeAndroid**: https://github.com/passsy/CompositeAndroid

Composition over inheritance for Android components like Activity or Fragment

---

**android-classyshark**: https://github.com/google/android-classyshark

apk 查看工具

---

**Prefs**: https://github.com/GrenderG/Prefs

Simple Android SharedPreferences wrapper

---

**legend**: https://github.com/asLody/legend

A framework for hook java methods
Expand Down