├── .travis.yml
├── README.md
└── categories
├── android_tv.md
├── personalization.md
├── finance.md
├── travel_and_local.md
├── productivity.md
├── android_wear.md
├── communication.md
├── game.md
├── multi_media.md
├── news_and_magazines.md
├── social_network.md
├── education.md
└── tools.md
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: ruby
2 | rvm:
3 | - 2.2
4 | notifications:
5 | email: false
6 | before_script:
7 | - gem install awesome_bot
8 | script:
9 | - awesome_bot README.md --allow-dupe --allow-redirect --white-list bitdeli,travis-ci
10 | - awesome_bot categories/android_tv.md --allow-dupe --allow-redirect
11 | - awesome_bot categories/android_wear.md --allow-dupe --allow-redirect
12 | - awesome_bot categories/communication.md --allow-dupe --allow-redirect
13 | - awesome_bot categories/education.md --allow-dupe --allow-redirect
14 | - awesome_bot categories/finance.md --allow-dupe --allow-redirect
15 | - awesome_bot categories/game.md --allow-dupe --allow-redirect
16 | - awesome_bot categories/multi_media.md --allow-dupe --allow-redirect
17 | - awesome_bot categories/news_and_magazines.md --allow-dupe --allow-redirect --white-list pan.baidu.com
18 | - awesome_bot categories/personalization.md --allow-dupe --allow-redirect
19 | - awesome_bot categories/productivity.md --allow-dupe --allow-redirect
20 | - awesome_bot categories/social_network.md --allow-dupe --allow-redirect
21 | - awesome_bot categories/tools.md --allow-dupe --allow-redirect
22 | - awesome_bot categories/travel_and_local.md --allow-dupe --allow-redirect
23 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | [](https://gitter.im/pcqpcq/open-source-android-apps?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](http://androidweekly.net/issues/issue-145) [](http://habrahabr.ru/post/253713/)
2 |
3 | # Why?
4 | > This is a collection of Android Apps which are open source.
5 | > I believe that we can find something interesting and gain helpful skills from an open source app.
6 | > This idea comes from [this project](https://github.com/dkhamsing/open-source-ios-apps)
7 |
8 |
9 | # How?
10 | > I'll push awesome projects when I find any.
11 | > It's WELCOMED for you to [star](https://github.com/pcqpcq/open-source-android-apps/stargazers) and [fork](https://github.com/pcqpcq/open-source-android-apps#fork-destination-box) this project.
12 | > If you know something that is not here, it'll be great if you could make a [Pull Request](https://github.com/pcqpcq/open-source-android-apps/pulls).
13 | > All applications are sorted in various categories.
14 |
15 |
16 | # What?
17 | | Name of category | What's inside |
18 | ---------------- | -------------
19 | [Android TV](categories/android_tv.md) | Apps for Android TV.
20 | [Android Wear](categories/android_wear.md) | Apps for Android Wear.
21 | [Communication](categories/communication.md) | Apps like Messager, Hangout, Gmail...
22 | [Education](categories/education.md) | Apps about education.
23 | [Finance](categories/finance.md) | Apps about finance.
24 | [Game](categories/game.md) | All games for Android.
25 | [Multi-Media](categories/multi_media.md) | Apps like Google Play Music, MX Player...
26 | [News & Magazines](categories/news_and_magazines.md) | Apps about news and magazines.
27 | [Personalization](categories/personalization.md) | Apps about live-wallpaper, launcher...
28 | [Productivity](categories/productivity.md) | Apps like Any.Do, EverNote...
29 | [Social Network](categories/social_network.md) | Apps like Twitter, Facebook, Github, Dribble...
30 | [Tools](categories/tools.md) | Apps like Clean Master, Barcode Scanner, Keyboard...
31 | [Travel & Local](categories/travel_and_local.md) | Apps about travel or local things.
32 |
33 |
34 | # Contribute Rules
35 | > 1. Don't do evil.
36 | > 2. Don't repeat yourself.
37 | > 3. Only make one change per commit ([English](http://blog.ploeh.dk/2015/01/15/10-tips-for-better-pull-requests/), [Chinese](http://www.infoq.com/cn/news/2015/02/pull-reques-ten-suggestion))
38 |
39 |
40 | # FAQ
41 | > * [Redundant with F-Droid?](https://github.com/pcqpcq/open-source-android-apps/issues/16)
42 |
43 |
44 | # Share
45 | > Like this project? Why not share to your friend :)
46 | >
47 | >
48 |
49 |
50 | [](https://bitdeli.com/free "Bitdeli Badge") [](https://travis-ci.org/pcqpcq/open-source-android-apps/builds "Travis CI")
51 |
52 |
--------------------------------------------------------------------------------
/categories/android_tv.md:
--------------------------------------------------------------------------------
1 | ## Android TV
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | | | |
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | | | |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | | | |
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | | | |
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | | | |
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | | | |
61 |
62 | ###L
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | | | |
66 |
67 | ###M
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | | | |
71 |
72 | ###N
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | | | |
76 |
77 | ###O
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | | | |
81 |
82 | ###P
83 | App Name | Describe | Major Language | Download
84 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
85 | | | |
86 |
87 | ###Q
88 | App Name | Describe | Major Language | Download
89 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
90 | | | |
91 |
92 | ###R
93 | App Name | Describe | Major Language | Download
94 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
95 | | | |
96 |
97 | ###S
98 | App Name | Describe | Major Language | Download
99 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
100 | | | |
101 |
102 | ###T
103 | App Name | Describe | Major Language | Download
104 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
105 | | | |
106 |
107 | ###U
108 | App Name | Describe | Major Language | Download
109 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
110 | | | |
111 |
112 | ###V
113 | App Name | Describe | Major Language | Download
114 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
115 | [Vineyard](https://github.com/hitherejoe/Vineyard) | Vine client for Android TV https://medium.com/@hitherejoe/vineyard-creating-an-android-tv-vine-app-e1480708b0a3#.frgdtz4yg | Java |
116 |
117 | ###W
118 | App Name | Describe | Major Language | Download
119 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
120 | | | |
121 |
122 | ###X
123 | App Name | Describe | Major Language | Download
124 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
125 | [XiaomiTV](https://github.com/XiaoMi/android_tv_metro)|android tv metro framework and server API |Java |
126 |
127 | ###Y
128 | App Name | Describe | Major Language | Download
129 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
130 | | | |
131 |
132 | ###Z
133 | App Name | Describe | Major Language | Download
134 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
135 | | | |
136 |
137 |
--------------------------------------------------------------------------------
/categories/personalization.md:
--------------------------------------------------------------------------------
1 | ## Personalization
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | | | |
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | | | |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | | | |
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | | | |
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | | | |
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | | | |
61 |
62 | ###L
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | | | |
66 |
67 | ###M
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | [Muzei Live Wallpaper](https://github.com/romannurik/muzei) | Muzei Live Wallpaper for Android http://www.muzei.co/ | Java | [](https://play.google.com/store/apps/details?id=net.nurik.roman.muzei)
71 |
72 | ###N
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | | | |
76 |
77 | ###O
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | | | |
81 |
82 | ###P
83 | App Name | Describe | Major Language | Download
84 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
85 | | | |
86 |
87 | ###Q
88 | App Name | Describe | Major Language | Download
89 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
90 | | | |
91 |
92 | ###R
93 | App Name | Describe | Major Language | Download
94 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
95 | | | |
96 |
97 | ###S
98 | App Name | Describe | Major Language | Download
99 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
100 | | | |
101 |
102 | ###T
103 | App Name | Describe | Major Language | Download
104 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
105 | | | |
106 |
107 | ###U
108 | App Name | Describe | Major Language | Download
109 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
110 | | | |
111 |
112 | ###V
113 | App Name | Describe | Major Language | Download
114 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
115 | | | |
116 |
117 | ###W
118 | App Name | Describe | Major Language | Download
119 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
120 | [wall-splash-android](https://github.com/mikepenz/wallsplash-android) | wall:splash is a free open source android client for the awesome unsplash.com service (Free (do whatever you want) high-resolution photos) | Java | [](https://play.google.com/store/apps/details?id=com.mikepenz.unsplash)
121 | [Wally](https://github.com/Musenkishi/wally) | Wally is a fast and efficient open source wallpaper application for Android. | Java | [](https://play.google.com/store/apps/details?id=com.musenkishi.wally)
122 |
123 | ###X
124 | App Name | Describe | Major Language | Download
125 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
126 | | | |
127 |
128 | ###Y
129 | App Name | Describe | Major Language | Download
130 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
131 | | | |
132 |
133 | ###Z
134 | App Name | Describe | Major Language | Download
135 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
136 | | | |
137 |
--------------------------------------------------------------------------------
/categories/finance.md:
--------------------------------------------------------------------------------
1 | ## Finance
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | | | |
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | [Bither](https://github.com/bither/bither-android) | Simple and secure Bitcoin wallet. | Java | [](https://play.google.com/store/apps/details?id=net.bither)
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | [Coins](https://github.com/nothingmagical/coins-android) | A simple app to see how much your Bitcoins are worth. | Java |
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | [Financius](https://github.com/mvarnagiris/financius-public) | Financius is a simple application that helps you log and track your expenses and keep an eye on your balance. | Java | [](https://play.google.com/store/apps/details?id=com.code44.finance)
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | [GnuCash](https://github.com/codinguser/gnucash-android) | Gnucash for Android mobile companion application. | Java | [](https://play.google.com/store/apps/details?id=org.gnucash.android)
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | | | |
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | | | |
61 |
62 | ###L
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | | | |
66 |
67 | ###M
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | [Money Manager Ex](https://github.com/moneymanagerex/android-money-manager-ex) | Android port of Money Manager Ex. | Java | [](https://play.google.com/store/apps/details?id=com.money.manager.ex)
71 |
72 | ###N
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | | | |
76 |
77 | ###O
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | | | |
81 |
82 | ###P
83 | App Name | Describe | Major Language | Download
84 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
85 | | | |
86 |
87 | ###Q
88 | App Name | Describe | Major Language | Download
89 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
90 | | | |
91 |
92 | ###R
93 | App Name | Describe | Major Language | Download
94 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
95 | | | |
96 |
97 | ###S
98 | App Name | Describe | Major Language | Download
99 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
100 | | | |
101 |
102 | ###T
103 | App Name | Describe | Major Language | Download
104 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
105 |
106 | ###U
107 | App Name | Describe | Major Language | Download
108 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
109 | | | |
110 |
111 | ###V
112 | App Name | Describe | Major Language | Download
113 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
114 | | | |
115 |
116 | ###W
117 | App Name | Describe | Major Language | Download
118 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
119 | | | |
120 |
121 | ###X
122 | App Name | Describe | Major Language | Download
123 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
124 | | | |
125 |
126 | ###Y
127 | App Name | Describe | Major Language | Download
128 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
129 | | | |
130 |
131 | ###Z
132 | App Name | Describe | Major Language | Download
133 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
134 | | | |
135 |
136 |
--------------------------------------------------------------------------------
/categories/travel_and_local.md:
--------------------------------------------------------------------------------
1 | ## Travel & Local
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | | | |
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | [Buddy Navigator](https://github.com/jemboy/android-buddy-navigator) | Buddy Navigator is a compass for your buddies. It is a cursor that points in your friend's direction. It makes use of the Google API and requires both GPS and Internet connection to work. | Java |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | [c:geo](https://github.com/cgeo/cgeo) | c:geo is an open source, full-featured, always ready-to-go client for geocaching.com (unofficial) and offers basic support for other geocaching platforms (like Opencaching) | Java | [](https://play.google.com/store/apps/details?id=cgeo.geocaching)
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | [Dining Out](https://github.com/pushbit/dining-out) | Create your own list of restaurants, write reviews and share with friends. | Java | [](https://play.google.com/store/apps/details?id=net.sf.diningout)
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | | | |
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | | | |
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | | | |
61 |
62 | ###L
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | | | |
66 |
67 | ###M
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | [Maps.me](https://github.com/mapsme/omim) | Offline OpenStreetMap maps for iOS/Android/Mac/Linux/Windows | C++ | [](https://play.google.com/store/apps/details?id=com.mapswithme.maps.pro)
71 |
72 | ###N
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | | | |
76 |
77 | ###O
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | [Opaler](https://github.com/timgreen/opaler) | Public Transport card manager for Sydney | Scala | [](https://play.google.com/store/apps/details?id=it.timgreen.opal)
81 | [OpenBikeSharing](https://github.com/bparmentier/OpenBikeSharing) | Shared bikes availability in your city | Java | [](https://play.google.com/store/apps/details?id=be.brunoparmentier.openbikesharing.app)
82 |
83 | ###P
84 | App Name | Describe | Major Language | Download
85 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
86 | [PAT Track](https://github.com/rectangle-dbmi/Realtime-Port-Authority/) | Tracks the Port Authority buses of Pittsburgh, PA, in real-time. | Java (moving to Kotlin) | [](https://play.google.com/store/apps/details?id=rectangledbmi.com.pittsburghrealtimetracker)
87 |
88 | ###Q
89 | App Name | Describe | Major Language | Download
90 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
91 | | | |
92 |
93 | ###R
94 | App Name | Describe | Major Language | Download
95 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
96 | [RoX for Android](https://github.com/dan-zx/rox-android) | Android app for Tourism Recommendations https://rox.herokuapp.com | Java |
97 |
98 | ###S
99 | App Name | Describe | Major Language | Download
100 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
101 | | | |
102 |
103 | ###T
104 | App Name | Describe | Major Language | Download
105 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
106 | | | |
107 |
108 | ###U
109 | App Name | Describe | Major Language | Download
110 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
111 | | | |
112 |
113 | ###V
114 | App Name | Describe | Major Language | Download
115 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
116 | | | |
117 |
118 | ###W
119 | App Name | Describe | Major Language | Download
120 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
121 | | | |
122 |
123 | ###X
124 | App Name | Describe | Major Language | Download
125 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
126 | | | |
127 |
128 | ###Y
129 | App Name | Describe | Major Language | Download
130 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
131 | | | |
132 |
133 | ###Z
134 | App Name | Describe | Major Language | Download
135 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
136 | | | |
137 |
--------------------------------------------------------------------------------
/categories/productivity.md:
--------------------------------------------------------------------------------
1 | ## Productivity
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | | | |
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | | | |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | [Conquer](https://github.com/hanks-zyh/Conquer) | A todo list app base Material Design | Java |
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | [EverMemo](https://github.com/daimajia/EverMemo) | Fast Record, Organize and Share. The android memo app you will deeply love. ❤ http://mudlab9.com/ | Java | [](https://play.google.com/store/apps/details?id=com.zhan_dui.evermemo)
31 | [EarthViewer](https://github.com/PDDStudio/earthview-android) | Showcase for earthview-android library and a wallpaper application together in one. | Java | [](https://play.google.com/store/apps/details?id=com.pddstudio.earthviewer)
32 |
33 | ###F
34 | App Name | Describe | Major Language | Download
35 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
36 | | | |
37 |
38 | ###G
39 | App Name | Describe | Major Language | Download
40 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
41 | | | |
42 |
43 | ###H
44 | App Name | Describe | Major Language | Download
45 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
46 | | | |
47 |
48 | ###I
49 | App Name | Describe | Major Language | Download
50 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
51 | | | |
52 |
53 | ###J
54 | App Name | Describe | Major Language | Download
55 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
56 | | | |
57 |
58 | ###K
59 | App Name | Describe | Major Language | Download
60 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
61 | | | |
62 |
63 | ###L
64 | App Name | Describe | Major Language | Download
65 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
66 | | | |
67 |
68 | ###M
69 | App Name | Describe | Major Language | Download
70 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
71 | [Minimal-Todo](https://github.com/avjinder/Minimal-Todo) | A fully Material ToDo app with minimal features, just enough to be useful. | Java |
72 |
73 | ###N
74 | App Name | Describe | Major Language | Download
75 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
76 | [Notes](https://github.com/lguipeng/Notes) | A simple note app with Material Design | Java | [](http://www.coolapk.com/apk/com.lguipeng.notes)
77 |
78 | ###O
79 | App Name | Describe | Major Language | Download
80 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
81 | [Omni Notes](https://github.com/federicoiosue/Omni-Notes) | Open source note-taking application for Android | Java | [](https://play.google.com/store/apps/details?id=it.feio.android.omninotes)
82 |
83 | ###P
84 | App Name | Describe | Major Language | Download
85 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
86 | | | |
87 |
88 | ###Q
89 | App Name | Describe | Major Language | Download
90 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
91 | | | |
92 |
93 | ###R
94 | App Name | Describe | Major Language | Download
95 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
96 | [Remindly](https://github.com/blanyal/Remindly) | Remindly is a simple and user friendly application to create reminders. | Java | [](https://play.google.com/store/apps/details?id=com.blanyal.remindly)
97 |
98 | ###S
99 | App Name | Describe | Major Language | Download
100 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
101 | [SmartisanNote](https://github.com/drakeet/SmartisanNote) | An unofficial Smartisan Notes. | Kotlin |
102 | [Swiftnotes](https://github.com/adrianchifor/Swiftnotes) | Swiftnotes for Android - Note taking, simplified. | Java | [](https://play.google.com/store/apps/details?id=com.moonpi.swiftnotes)
103 |
104 | ###T
105 | App Name | Describe | Major Language | Download
106 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
107 | [Tasks](https://github.com/dmfs/opentasks) | A task app for Android | Java | [](https://play.google.com/store/apps/details?id=org.dmfs.tasks)
108 | [tudounotepad](https://github.com/geminiwen/tudounotepad) | A simple Notepad Application developed on Kotlin | Kotlin |
109 | [Turbo Editor](https://github.com/vmihalachi/turbo-editor) | Simple, Powerful and Open Source Text Editor for Android | Java | [](https://play.google.com/store/apps/details?id=com.maskyn.fileeditor)
110 |
111 | ###U
112 | App Name | Describe | Major Language | Download
113 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
114 | | | |
115 |
116 | ###V
117 | App Name | Describe | Major Language | Download
118 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
119 | | | |
120 |
121 | ###W
122 | App Name | Describe | Major Language | Download
123 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
124 | | | |
125 |
126 | ###X
127 | App Name | Describe | Major Language | Download
128 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
129 | | | |
130 |
131 | ###Y
132 | App Name | Describe | Major Language | Download
133 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
134 | | | |
135 |
136 | ###Z
137 | App Name | Describe | Major Language | Download
138 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
139 | | | |
140 |
--------------------------------------------------------------------------------
/categories/android_wear.md:
--------------------------------------------------------------------------------
1 | ## Android Wear
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | [9elements One Watch Face](https://github.com/9elements/9elements-One-for-Android-Wear) | A custom watch face for square Android Wear devices. | Java |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | [Arcade Watchface](https://github.com/prempalsingh/arcade-watchface) | Arcade style watchface for Android Wear | Java | [](https://play.google.com/store/apps/details?id=com.prempal.arcadewatchface)
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | [Binary Watch Face](https://github.com/dwa012/WearBinaryWatchFace) | A Binary watch face for you Android Wear device! | Java |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | | | |
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | [FORM Watch Face](https://github.com/romannurik/FORMWatchFace) | A watch face for Android Wear based on the FORM event typeface. | Java | [](https://play.google.com/store/apps/details?id=net.nurik.roman.formwatchface)
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | | | |
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | | | |
61 |
62 | ###L
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | [LapseFace](https://github.com/OhMyLob/LapseFace) | LapseFace | Java | [](https://play.google.com/store/apps/details?id=com.lob.lapseface)
66 |
67 | ###M
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | | | |
71 |
72 | ###N
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | | | |
76 |
77 | ###O
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | | | |
81 |
82 | ###P
83 | App Name | Describe | Major Language | Download
84 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
85 | [Pomodoro](https://github.com/vngrs/PomoPomoAndroid)| Yet Another Android Pomodoro Client|java | [](https://play.google.com/store/apps/details?id=com.vngrs.android.pomodoro)
86 |
87 | ###Q
88 | App Name | Describe | Major Language | Download
89 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
90 | | | |
91 |
92 | ###R
93 | App Name | Describe | Major Language | Download
94 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
95 | [Reddit for Wear](https://github.com/emmaguy/wear-notify-for-reddit) | Reddit for Android Wear | Java | [](https://play.google.com/store/apps/details?id=com.emmaguy.todayilearned)
96 |
97 | ###S
98 | App Name | Describe | Major Language | Download
99 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
100 | | | |
101 |
102 | ###T
103 | App Name | Describe | Major Language | Download
104 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
105 | | | |
106 |
107 | ###U
108 | App Name | Describe | Major Language | Download
109 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
110 | | | |
111 |
112 | ###V
113 | App Name | Describe | Major Language | Download
114 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
115 | [Voice Activated Tip Calculator](https://github.com/mbcrump/FirstGoogleWearableApp) | This Google Wear app includes voice recognition that will calculate a tip. | Java | [](https://play.google.com/store/apps/details?id=net.michaelcrump.voicetipcalculator)
116 |
117 | ###W
118 | App Name | Describe | Major Language | Download
119 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
120 | [Wear for Swarm](https://github.com/sealskej/wear-for-swarm) | Swarm (aka Foursquare) for Android Wear! | Java | [](https://play.google.com/store/apps/details?id=io.seal.swarmwear)
121 | [Wearable Chess](https://github.com/mitchazj/Wearable-Chess) | Chess for Android Wear | Java | [](https://play.google.com/store/apps/details?id=com.orangutandevelopment.wearablechess)
122 | [WearSquare](https://github.com/destil/WearSquare) | Foursquare for Android Wear | Java | [](https://play.google.com/store/apps/details?id=cz.destil.wearsquare)
123 | [WearTimer](https://github.com/brave-warrior/WearTimer) | Improved stopwatch & timer for Android Wear | Java | [](https://play.google.com/store/apps/details?id=com.cologne.hackaton.wearstopwatch)
124 | ###X
125 | App Name | Describe | Major Language | Download
126 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
127 | | | |
128 |
129 | ###Y
130 | App Name | Describe | Major Language | Download
131 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
132 | | | |
133 |
134 | ###Z
135 | App Name | Describe | Major Language | Download
136 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
137 | | | |
138 |
139 |
--------------------------------------------------------------------------------
/categories/communication.md:
--------------------------------------------------------------------------------
1 | ## Communication
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | | | |
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | | | |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | [ChatSecureAndroid](https://github.com/guardianproject/ChatSecureAndroid) | the most private messaging for Android and iOS https://dev.guardianproject.info/projects/gibberbot/issues | Java | [](https://play.google.com/store/apps/details?id=info.guardianproject.otr.app.im)
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | | | |
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | | | |
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | [K-9 Mail](https://github.com/k9mail/k-9) | K-9 Mail – Advanced Email for Android | Java | [](https://play.google.com/store/apps/details?id=com.fsck.k9)
61 | [KissProxy](https://github.com/coderkiss/KissProxy) | NIO based android http&https local proxy. | Java |
62 | [Kontalk Messenger](https://github.com/kontalk/androidclient) | Kontalk official Android client http://www.kontalk.org | Java | [](https://play.google.com/store/apps/details?id=org.kontalk)
63 |
64 | ###L
65 | App Name | Describe | Major Language | Download
66 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
67 | | | |
68 |
69 | ###M
70 | App Name | Describe | Major Language | Download
71 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
72 | [MaterialQQLite](https://github.com/wang4yu6peng13/MaterialQQLite) | A material style of QQ (based on MingQQ) | Java |
73 | [messaging](https://github.com/Odoo-mobile/messaging) | Odoo Mobile Messaging Client. | Java | [](https://play.google.com/store/apps/details?id=com.odoo)
74 | [mogujie TeamTalk](https://github.com/mogutt/TTAndroidClient) | The android client of mogutt http://tt.mogu.io/ | Java |
75 |
76 | ###N
77 | App Name | Describe | Major Language | Download
78 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
79 | | | |
80 |
81 | ###O
82 | App Name | Describe | Major Language | Download
83 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
84 | | | |
85 |
86 | ###P
87 | App Name | Describe | Major Language | Download
88 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
89 | [ProxyDroid](https://github.com/madeye/proxydroid) | Global Proxy for Android | C | [](https://play.google.com/store/apps/details?id=org.proxydroid)
90 |
91 | ###Q
92 | App Name | Describe | Major Language | Download
93 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
94 | [qksms](https://github.com/qklabs/qksms) | QKSMS is an open source replacement to the stock messaging app on Android | java | [](https://play.google.com/store/apps/details?id=com.moez.QKSMS)
95 |
96 | ###R
97 | App Name | Describe | Major Language | Download
98 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
99 | [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat) | Have your own Slack like online chat, built with Meteor. https://rocket.chat/ | CoffeeScript | [](https://play.google.com/store/apps/details?id=com.konecty.rocket.chat)
100 |
101 | ###S
102 | App Name | Describe | Major Language | Download
103 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
104 | | | |
105 |
106 | ###T
107 | App Name | Describe | Major Language | Download
108 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
109 | [Tutanota](https://github.com/tutao/tutanota) | Tutanota is the end-to-end encrypted mail client that enables you to communicate securely with anyone. | JavaScript | [](https://play.google.com/store/apps/details?id=de.tutao.tutanota)
110 | [Telegram Messenger](https://github.com/DrKLO/Telegram) | Telegram Messenger for Android https://telegram.org/ | Java | [](https://play.google.com/store/apps/details?id=org.telegram.messenger)
111 | [Signal](https://github.com/WhisperSystems/Signal-Android) | A secure calling app for Android. | Java | [](https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms)
112 | [TintBrowser](https://github.com/Anasthase/TintBrowser) | Is an open-source browser for Android 4 and above | Java | [](https://play.google.com/store/apps/details?id=org.tint)
113 |
114 | ###U
115 | App Name | Describe | Major Language | Download
116 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
117 | | | |
118 |
119 | ###V
120 | App Name | Describe | Major Language | Download
121 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
122 | [VideoFly](https://github.com/VideoFly/VideoFly)| VideoFly is a video calling application which enables you to stay in a video call while using other applications.| Java | [](https://play.google.com/store/apps/details?id=example.com.videofly)
123 |
124 | ###W
125 | App Name | Describe | Major Language | Download
126 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
127 | [wechat](https://github.com/motianhuo/wechat) | 高仿微信 | | [](https://raw.githubusercontent.com/motianhuo/wechat/master/WeChat/bin/WeChat.apk)
128 | [WiFi Walkie Talkie](https://github.com/js-labs/WalkieTalkie) | Simple application transmitting audio from mic to all devices running the same program on the same network segment. Use NSD for device discovery. | Java | [](https://play.google.com/store/apps/details?id=org.jsl.wfwt)
129 |
130 | ###X
131 | App Name | Describe | Major Language | Download
132 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
133 | | | |
134 |
135 | ###Y
136 | App Name | Describe | Major Language | Download
137 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
138 | [Yaaic](https://github.com/pocmo/Yaaic) | Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices. http://www.yaaic.org | Java | [](https://play.google.com/store/apps/details?id=org.yaaic)
139 |
140 | ###Z
141 | App Name | Describe | Major Language | Download
142 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
143 | [Zulip Android](https://github.com/zulip/zulip-android) | Zulip Android app, Powerful open source group chat https://www.zulip.org/ | Java | [](https://play.google.com/store/apps/details?id=com.zulip.android)
144 |
--------------------------------------------------------------------------------
/categories/game.md:
--------------------------------------------------------------------------------
1 |
2 | ## Game
3 | ###\#
4 | App Name | Describe | Major Language | Download
5 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
6 | [2048-android](https://github.com/uberspot/2048-android) | The android port of the 2048 game (for offline playing) | Java | [](https://play.google.com/store/apps/details?id=com.uberspot.a2048)
7 |
8 | ###A
9 | App Name | Describe | Major Language | Download
10 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
11 | | | |
12 |
13 | ###B
14 | App Name | Describe | Major Language | Download
15 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
16 | [Blockinger](https://github.com/vocollapse/Blockinger) | Tetris clone for Android | Java | [](http://www.coolapk.com/game/org.blockinger.game)
17 |
18 | ###C
19 | App Name | Describe | Major Language | Download
20 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
21 | [cantstoptherock](https://github.com/huntergdavis/cantstoptherock) | A simple adversarial game | Java |
22 | [Chase Whisply](https://github.com/tvbarthel/ChaseWhisplyProject) | an augmented reality attempt | Java | [](https://play.google.com/store/apps/details?id=fr.tvbarthel.games.chasewhisply)
23 | [Cloud Cup](https://github.com/google/cloud-cup-android) | Firebase Android client of the a multi device game https://cloud-cup.firebaseapp.com/ | Java | [](https://play.google.com/store/apps/details?id=fr.steren.cloudcup)
24 | [Pie Noon](https://github.com/google/pienoon) | Multiplayer party game where you can throw pies at your friends. http://google.github.io/pienoon/ | C++ | [](https://play.google.com/store/apps/details?id=com.google.fpl.pie_noon)
25 |
26 | ###D
27 | App Name | Describe | Major Language | Download
28 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
29 | | | |
30 |
31 | ###E
32 | App Name | Describe | Major Language | Download
33 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
34 | | | |
35 |
36 | ###F
37 | App Name | Describe | Major Language | Download
38 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
39 | [friendspell](https://github.com/chiuki/friendspell) | Party icebreaker game based on the Google Nearby API | java | [](https://play.google.com/store/apps/details?id=com.sqisland.friendspell)
40 |
41 | ###G
42 | App Name | Describe | Major Language | Download
43 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
44 | [Gloomy Dungeons 3D](https://github.com/restorer/Gloomy-Dungeons-3D) | Old-school 3D shooter | Java | [](https://play.google.com/store/apps/details?id=zame.GloomyDungeons.freedemo.game)
45 | [Gloomy Dungeons 2: Blood Honor](https://github.com/restorer/gloomy-dungeons-2) | Continuation of old-school 3D shooter | Java | [](https://play.google.com/store/apps/details?id=org.zamedev.gloomydungeons2.fullnfree)
46 | [Google Santa Tracker](https://github.com/google/santa-tracker-android) | Google Santa Tracker app for Android is an educational and entertaining tradition that brings joy to millions of children (and children at heart) across the world over the December holiday period. | Java |
47 |
48 | ###H
49 | App Name | Describe | Major Language | Download
50 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
51 | | | |
52 |
53 | ###I
54 | App Name | Describe | Major Language | Download
55 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
56 | | | |
57 |
58 | ###J
59 | App Name | Describe | Major Language | Download
60 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
61 | | | |
62 |
63 | ###K
64 | App Name | Describe | Major Language | Download
65 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
66 | | | |
67 |
68 | ###L
69 | App Name | Describe | Major Language | Download
70 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
71 | | | |
72 |
73 | ###M
74 | App Name | Describe | Major Language | Download
75 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
76 | [Material Life](https://github.com/juankysoriano/MaterialLife) | A Material Design styled Game of Life for Android | Java | [](https://play.google.com/store/apps/details?id=com.juankysoriano.materiallife)
77 | [Memory Game](https://github.com/sromku/memory-game) | Simple and beautiful memory game for kids | Java | [](https://play.google.com/store/apps/details?id=com.snatik.matches)
78 | [Minetest](https://github.com/minetest/minetest) | Minetest, an open source infinite-world block sandbox game with survival and crafting. [also https://github.com/minetest/minetest_game] http://www.minetest.net/ | C++ | [](https://play.google.com/store/apps/details?id=net.minetest.minetest)
79 |
80 | ###N
81 | App Name | Describe | Major Language | Download
82 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
83 | [newplanegame](https://github.com/nuptboyzhb/newplanegame) | a simple plane game in android. | Java | [](http://www.wandoujia.com/apps/edu.njupt.zhb.planegame)
84 |
85 | ###O
86 | App Name | Describe | Major Language | Download
87 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
88 | | | |
89 |
90 | ###P
91 | App Name | Describe | Major Language | Download
92 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
93 | [PokerTH](https://github.com/pokerth/pokerth) | PokerTH is a poker game written in C++/Qt. http://www.pokerth.net/ | C++ |
94 |
95 | ###Q
96 | App Name | Describe | Major Language | Download
97 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
98 | | | |
99 |
100 | ###R
101 | App Name | Describe | Major Language | Download
102 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
103 | | | |
104 |
105 | ###S
106 | App Name | Describe | Major Language | Download
107 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
108 | [SOPA](https://github.com/pongo710/sopa) | SOPA is an Android puzzle game. The goal is to connect the green and the red gate with the blue tubes. Get better while solving the games level and enjoy playing. | Java | [](https://play.google.com/store/apps/details?id=de.sopa)
109 | [Simon Tatham's Puzzles](https://github.com/chrisboyle/sgtpuzzles) | Android port of Simon Tatham's Puzzles. *git replace in use* - you might want to {{ git fetch origin 'refs/replace/*:refs/replace/*' }} https://chris.boyle.name/projects/android-puzzles/ | C | [](https://play.google.com/store/apps/details?id=name.boyle.chris.sgtpuzzles)
110 | [Stratagus](https://github.com/drodin/Stratagus) | A port of Stratagus real-time strategy gaming engine for Android. | C++ | [](https://play.google.com/store/apps/details?id=com.drodin.stratagus)
111 |
112 | ###T
113 | App Name | Describe | Major Language | Download
114 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
115 | [Tanks of Freedom](https://github.com/w84death/Tanks-of-Freedom) | Indie Turn Based Strategy in Isometric Pixel Art
116 | http://w84death.itch.io/tanks-of-freedom | GDScript |
117 |
118 | ###U
119 | App Name | Describe | Major Language | Download
120 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
121 | | | |
122 |
123 | ###V
124 | App Name | Describe | Major Language | Download
125 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
126 | | | |
127 |
128 | ###W
129 | App Name | Describe | Major Language | Download
130 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
131 | | | |
132 |
133 | ###X
134 | App Name | Describe | Major Language | Download
135 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
136 | | | |
137 |
138 | ###Y
139 | App Name | Describe | Major Language | Download
140 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
141 | | | |
142 |
143 | ###Z
144 | App Name | Describe | Major Language | Download
145 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
146 | [Zabyrinth](https://github.com/Zachacious/Zabyrinth) | Physics Game based on the Layrinth board Game. | C++ | [](https://play.google.com/store/apps/details?id=com.EpicElf.Zabyrinth)
147 |
--------------------------------------------------------------------------------
/categories/multi_media.md:
--------------------------------------------------------------------------------
1 | ## Multi-Media
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | [ACEMusicPlayer](https://github.com/C-Aniruddh/ACEMusicPlayer) | A material music player for the android platform | Java |
11 | [AnimeTaste](https://github.com/daimajia/AnimeTaste) | Taste global original animation | Java | [](https://play.google.com/store/apps/details?id=com.zhan_dui.animetaste)
12 | [AntennaPod](https://github.com/AntennaPod/AntennaPod) | A podcast manager for Android | Java | [](https://play.google.com/store/apps/details?id=de.danoeh.antennapod)
13 | [Awkward Ratings](https://github.com/nasahapps/AwkwardRatings-Android) | Shows a list of movies which would be awkward to watch with parents. | Java | [](https://play.google.com/store/apps/details?id=com.nasahapps.awkwardratings)
14 | [Apollo](https://github.com/CyanogenMod/android_packages_apps_Apollo) | Highly customizable Android music app. | Java |
15 | [Auro](https://github.com/architjn/Auro) | 1st Most Fastest, Latest Designed and open source Music player | Java | [](https://play.google.com/store/apps/details?id=com.nasahapps.awkwardratings)
16 |
17 | ###B
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | [Bandhook-Kotlin](https://github.com/antoniolg/Bandhook-Kotlin) | A showcase music app for Android entirely written using Kotlin language. | Kotlin | [](https://play.google.com/store/apps/details?id=com.limecreativelabs.bandhook)
21 |
22 | ###C
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###D
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###E
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | [Easy Sound Recorder](https://github.com/dkim0419/SoundRecorder) | A simple sound recording app implementing Material Design | Java | [](https://play.google.com/store/apps/details?id=com.danielkim.soundrecorder)
36 |
37 | ###F
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###G
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | [GEM](https://github.com/Substance-Project/GEM) | A music player for Android, in stunning Material Design. https://substanceproject.net/ | Java |
46 |
47 | ###H
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | | | |
51 |
52 | ###I
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###J
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | [heMusicPlayer](https://github.com/psaravan/JamsMusicPlayer) | A free, powerful and elegant music player for Android. | Java | [](https://play.google.com/store/apps/details?id=com.jams.music.player.de.repat)
61 |
62 | ###K
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | | | |
66 |
67 | ###L
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | [Last.fm](https://github.com/lastfm/lastfm-android) | The official Last.fm Android app. | Java | [](https://play.google.com/store/apps/details?id=fm.last.android)
71 | [L Camera](https://github.com/PkmX/lcamera) | A camera app using the new camera2 API in Android Lollipop | Scala | [](https://github.com/PkmX/lcamera/releases)
72 |
73 | ###M
74 | App Name | Describe | Major Language | Download
75 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
76 | [Material-Movies](https://github.com/saulmm/Material-Movies) | An application about movies with material design | Java |
77 | [MD-BiliBili](https://github.com/Qixingchen/MD-BiliBili) | Third-part android client of http://www.bilibili.com with Material Design | Java | [](https://github.com/Qixingchen/MD-BiliBili/releases)
78 | [Mizuu](https://github.com/MizzleDK/Mizuu) | Popular media indexer app for Android. http://mizuu.tv | Java | [](http://mizuu.tv/wp-content/plugins/download-monitor/download.php?id=20)
79 | [MovieGuide](https://github.com/esoxjem/MovieGuide) | An Android app that showcases the MVP pattern and RxJava | Java |
80 | [MPDroid](https://github.com/abarisain/dmix) | Fork of pmix that allows streaming (and now much more) | Java | [](https://play.google.com/store/apps/details?id=com.namelessdev.mpdroid)
81 | [music](https://github.com/psaravan/Music) | Music Elegant music player for Lollipop. | Java |
82 | [Mute for Sonos](https://github.com/cw124/mute-for-sonos) | Mute all your Sonos systems with a single tap of a widget. They will unmute again automatically a while later. Multiple taps of the widget increase the mute time. Uses Cling UPnP library and Jetty | Java | [](https://play.google.com/store/apps/details?id=uk.co.chriswiggins.muteforsonos)
83 |
84 | ###N
85 | App Name | Describe | Major Language | Download
86 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
87 | | | |
88 |
89 | ###O
90 | App Name | Describe | Major Language | Download
91 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
92 | [OCiney](https://github.com/florent37/OCiney) | Allociné movie app | Java |
93 | [OpenImgur](https://github.com/Kennyc1012/Opengur) |Open source Imgur Android App | Java | [](https://play.google.com/store/apps/details?id=com.kennyc.open.imgur)
94 |
95 | ###P
96 | App Name | Describe | Major Language | Download
97 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
98 | [philm](https://github.com/chrisbanes/philm) | Movie collection and information app for Android. | Java |
99 |
100 | ###Q
101 | App Name | Describe | Major Language | Download
102 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
103 | | | |
104 |
105 | ###R
106 | App Name | Describe | Major Language | Download
107 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
108 | | | |
109 |
110 | ###S
111 | App Name | Describe | Major Language | Download
112 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
113 | [SagaMusic](https://github.com/SagaMusic/saga-android) | Free and legal music downloader for Android | Java | [](http://getsa.ga/saga.apk)
114 | [SimplifyReader](https://github.com/SkillCollege/SimplifyReader) | An Android client with Material Design, in chinese. | Java | [](http://fir.im/simplifyreader)
115 | [Sky31Radio](https://github.com/linroid/Sky31Radio) | 湘潭大学三翼校园"四季电台" Android客户端 http://linroid.com/2015/02/11/sky31radio/ | Java | [](http://fir.im/sky31radio)
116 | [spydroid-ipcamera](https://github.com/fyhertz/spydroid-ipcamera) | A powerful and funny android app. that streams the camera and microphone of your phone to your browser or to VLC | Java | [](https://play.google.com/store/apps/details?id=net.majorkernelpanic.spydroid)
117 | [StickerCamera](https://github.com/Skykai521/StickerCamera) | A camera with sticker feature | Java |
118 | [SeriesGuide](https://github.com/UweTrottmann/SeriesGuide) | Manage (re)watching your favorite TV shows on your Android devices. http://seriesgui.de | Java | [](https://play.google.com/store/apps/details?id=com.battlelancer.seriesguide)
119 |
120 | ###T
121 | App Name | Describe | Major Language | Download
122 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
123 | [Timber](https://github.com/naman14/Timber) | Material Design Music Player | Java | [](https://play.google.com/store/apps/details?id=naman14.timber)
124 |
125 | ###U
126 | App Name | Describe | Major Language | Download
127 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
128 | [UniversalMusicPlayer](https://github.com/googlesamples/android-UniversalMusicPlayer) | This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Auto, Wear and Cast devices | Java |
129 |
130 | ###V
131 | App Name | Describe | Major Language | Download
132 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
133 | [Vanilla Music](https://github.com/vanilla-music/vanilla) | Vanilla Music is a clean, simple and free (opensource) music player. | Java | [](https://play.google.com/store/apps/details?id=ch.blinkenlights.android.vanilla)
134 |
135 | ###W
136 | App Name | Describe | Major Language | Download
137 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
138 | | | |
139 |
140 | ###X
141 | App Name | Describe | Major Language | Download
142 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
143 | | | |
144 |
145 | ###Y
146 | App Name | Describe | Major Language | Download
147 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
148 | | | |
149 |
150 | ###Z
151 | App Name | Describe | Major Language | Download
152 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
153 | | | |
154 |
--------------------------------------------------------------------------------
/categories/news_and_magazines.md:
--------------------------------------------------------------------------------
1 | ## News and Magazines
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | [36krReader](https://github.com/kinneyyan/36krReader)| Android client of 36kr.com with Material Design. | Java |
6 | [Android-Ganhuo](https://github.com/ganhuo/Android-Ganhuo)| 干货集中营 Android App | Java |
7 | [AndroidRivers](https://github.com/dodyg/AndroidRivers)| Anxiety free news reader for Android - developed using Kotlin http://rivers.silverkeytech.com | Kotlin |
8 |
9 | ###A
10 | App Name | Describe | Major Language | Download
11 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
12 | | | |
13 |
14 | ###B
15 | App Name | Describe | Major Language | Download
16 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
17 | [Book Dash](https://github.com/spongebobrf/BookdashAndroidApp) | Book Dash is an Android App for the NPO where you can download books in different languages for free. | Java | [](https://play.google.com/apps/testing/org.bookdash.android)
18 |
19 | ###C
20 | App Name | Describe | Major Language | Download
21 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
22 | [CrimeTalk Reader](https://github.com/JohnPersano/CrimeTalk-Reader) | The CrimeTalk Reader app is a free and open source application designed for devices running Android Ice Cream Sandwich (4.0) and above. Lightweight and minimalistic, the CrimeTalk Reader is the perfect application to browse CrimeTalk articles on your Android device. | Java | [](https://play.google.com/store/apps/details?id=uk.org.crimetalk)
23 |
24 | ###D
25 | App Name | Describe | Major Language | Download
26 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
27 | | | |
28 |
29 | ###E
30 | App Name | Describe | Major Language | Download
31 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
32 | [EffectiveAndroidUI](https://github.com/pedrovgs/EffectiveAndroidUI) | Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI". | Java |
33 |
34 | ###F
35 | App Name | Describe | Major Language | Download
36 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
37 | [Flym News Reader](https://github.com/FredJul/Flym) | Flym News Reader is a light and modern Android feed reader, based on Sparse rss. | Java | [](https://play.google.com/store/apps/details?id=net.fred.feedex)
38 | [frisbee](https://github.com/gdg-x/frisbee) | Android application for the GDG members. | Java | [](https://play.google.com/store/apps/details?id=org.gdg.frisbee.android)
39 |
40 | ###G
41 | App Name | Describe | Major Language | Download
42 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
43 | [GitHot](https://github.com/andyiac/githot) | GitHot is an Android App that will help you find the world most popular project and person . http://githot.cn | Java | [](http://fir.im/githot)
44 |
45 | ###H
46 | App Name | Describe | Major Language | Download
47 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
48 | [Hacker News](https://github.com/manmal/hn-android) | The Hacker News Android App | Java | [](https://play.google.com/store/apps/details?id=com.manuelmaly.hn)
49 | [HackerNews-React-Native](https://github.com/iSimar/HackerNews-React-Native) | Hacker News iOS and Android App - Made with React Native. | JavaScript/React Native |
50 | [Hummingbird](https://github.com/xiprox/Hummingbird-for-Android) | A cool, modern client app for the anime tracking website Hummingbird.me | java | [](https://github.com/xiprox/Hummingbird-for-Android/releases)
51 | [hacker-news-android](https://github.com/dinosaurwithakatana/hacker-news-android) | another hacknews client | java | [](https://play.google.com/store/apps/details?id=io.dwak.holohackernews.app)
52 |
53 | ###I
54 | App Name | Describe | Major Language | Download
55 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
56 | [ImportNew](https://github.com/lzjun567/XiYuanFangApp) | ImportNew Android App | Java | [](http://7lryy3.com1.z0.glb.clouddn.com/xiyuanfang1.1.apk)
57 |
58 | ###J
59 | App Name | Describe | Major Language | Download
60 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
61 | [Jager](https://github.com/jaspervanriet/Jager) | Unofficial client for Product Hunt with material design. | Java | [](https://play.google.com/store/apps/details?id=com.jaspervanriet.huntingthatproduct&hl=zh)
62 | [JianDan](https://github.com/ZhaoKaiQiang/JianDan) | 高仿煎蛋客户端 | Java |
63 |
64 | ###K
65 | App Name | Describe | Major Language | Download
66 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
67 | [KuaiHu](https://github.com/iKrelve/KuaiHu) | A third-part clent of daily.zhihu.com | Java | [](http://pan.baidu.com/s/1nt1RI7B)
68 |
69 | ###L
70 | App Name | Describe | Major Language | Download
71 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
72 | [Leisure](https://github.com/MummyDing/Leisure) | Leisure is an Android App containing Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban Books. http://blog.csdn.net/mummyding/article/details/50266203 | Java | [](http://coolapk.com/apk/com.mummyding.app.leisure)
73 |
74 | ###M
75 | App Name | Describe | Major Language | Download
76 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
77 | [Materialistic](https://github.com/hidroh/materialistic) | A materialistic Hacker News Android reader | Java | [](https://play.google.com/store/apps/details?id=io.github.hidroh.materialistic)
78 | [MaterialUp](https://github.com/jariz/MaterialUp) | MaterialUp Android App | Java |
79 | [MVVM_Hacker_News](https://github.com/hitherejoe/MVVM_Hacker_News) | Android MVVM experiment project using the official Data Binding library | Java |
80 |
81 | ###N
82 | App Name | Describe | Major Language | Download
83 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
84 | | | |
85 |
86 | ###O
87 | App Name | Describe | Major Language | Download
88 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
89 | | | |
90 |
91 | ###P
92 | App Name | Describe | Major Language | Download
93 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
94 | [Plaid](https://github.com/nickbutcher/plaid) | Plaid is a showcase of material design that we hope you will keep installed. It pulls in news & inspiration from Designer News, Dribbble & Product Hunt. It demonstrates the use of material principles to create tactile, bold, understandable UIs. | java | [](https://play.google.com/apps/testing/io.plaidapp)
95 |
96 | ###Q
97 | App Name | Describe | Major Language | Download
98 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
99 | [Qiitanium](https://github.com/ogaclejapan/Qiitanium) | Qiitanium is an unofficial Android application of Qiita | java | [](https://play.google.com/store/apps/details?id=com.ogaclejapan.qiitanium)
100 |
101 | ###R
102 | App Name | Describe | Major Language | Download
103 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
104 | [RedReader](https://github.com/QuantumBadger/RedReader) | An unofficial open source Reddit client for Android. | java | [](https://play.google.com/store/apps/details?id=org.quantumbadger.redreader)
105 |
106 | ###S
107 | App Name | Describe | Major Language | Download
108 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
109 | [scala-days-android](https://github.com/47deg/scala-days-android) | Official Android app for Scala Days | Scala | [](https://play.google.com/store/apps/details?id=com.fortysevendeg.android.scaladays)
110 | [StartupNews](https://github.com/halzhang/Startupnews) | An Android Startup News Client! http://news.dbanotes.net/ | Java |
111 |
112 | ###T
113 | App Name | Describe | Major Language | Download
114 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
115 | [Tiny Tiny RSS](https://tt-rss.org/gitlab/fox/tt-rss-android) | Tiny Tiny RSS client for Android devices | Java |
116 |
117 | ###U
118 | App Name | Describe | Major Language | Download
119 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
120 | | | |
121 |
122 | ###V
123 | App Name | Describe | Major Language | Download
124 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
125 | | | |
126 |
127 | ###W
128 | App Name | Describe | Major Language | Download
129 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
130 | [Wikipedia Android](https://github.com/wikimedia/apps-android-wikipedia) | Github mirror of "apps/android/wikipedia" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing | Java | [](https://play.google.com/store/apps/details?id=org.wikipedia)
131 |
132 | ###X
133 | App Name | Describe | Major Language | Download
134 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
135 | | | |
136 |
137 | ###Y
138 | App Name | Describe | Major Language | Download
139 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
140 | [Yahnac](https://github.com/malmstein/yahnac) | Yet Another Hacker News Android Client | Java | [](https://play.google.com/store/apps/details?id=com.malmstein.yahnac)
141 |
142 | ###Z
143 | App Name | Describe | Major Language | Download
144 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
145 | [ZhuanLan](https://github.com/bxbxbai/ZhuanLan) | a column of zhihu app | java | [](http://vdisk.weibo.com/s/GGofvoXe__E)
146 | [ZhihuDailyKotlin](https://github.com/lzyzsd/ZhihuDailyKotlin) | 山寨知乎日报Android,使用Kotlin写 | kotlin |
147 | [ZhiHuDaily-React-Native](https://github.com/race604/ZhiHuDaily-React-Native) | A Zhihu Daily(http://daily.zhihu.com/) App client implemented using React Native for Android. | JavaScript/React Native |
148 |
149 |
150 |
--------------------------------------------------------------------------------
/categories/social_network.md:
--------------------------------------------------------------------------------
1 | ## Social Network
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | [AisenWeiBo](https://github.com/wangdan/AisenWeiBo) | Sina Weibo Client with Material Design | Java | [](https://play.google.com/store/apps/details?id=org.aisen.weibo.sina)
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | [Beebo+](https://github.com/andforce/iBeebo) | Sina Weibo Client | Java | [](https://play.google.com/store/apps/details?id=org.zarroboogs.weibo.plus)
16 | [BlackLight](https://github.com/PaperAirplane-Dev-Team/BlackLight) | A light Sina Weibo Android client | Java | [](https://play.google.com/store/apps/details?id=us.shandian.blacklight)
17 |
18 | ###C
19 | App Name | Describe | Major Language | Download
20 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
21 | [Cotable](https://github.com/wlemuel/Cotable) | Cnblogs Client for Android - Material Design http://www.cnblogs.com (Chinese) | Java |
22 | [CNode-android](https://github.com/iwhys/CNode-android) | Android client for https://cnodejs.org/ (Chinese) | Java | [](https://github.com/iwhys/CNode-android/releases)
23 | [CNode-Material-Design](https://github.com/TakWolf/CNode-Material-Design) | CNode for Material Design | Java | [](https://play.google.com/store/apps/details?id=org.cnodejs.android.md)
24 |
25 | ###D
26 | App Name | Describe | Major Language | Download
27 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
28 | [Dribbo](https://github.com/ikew0ng/Dribbo) | A BETTER Client for Dribbble. It lets you browse all categories of Dribbble, popular ,everyone and debuts. | Java | [](https://play.google.com/store/apps/details?id=com.refactech.driibo)
29 |
30 | ###E
31 | App Name | Describe | Major Language | Download
32 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
33 | | | |
34 |
35 | ###F
36 | App Name | Describe | Major Language | Download
37 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
38 | [FishChatAndroid](https://github.com/oikomi/FishChatAndroid) | FishChat | Java |
39 |
40 | ###G
41 | App Name | Describe | Major Language | Download
42 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
43 | [Forkhub Android app for Github](https://github.com/jonan/ForkHub) | The Github android app was deprecated, but the "forkhub" fork is still being maintained and works fine | Java | [](https://play.google.com/store/apps/details?id=jp.forkhub)
44 | [Gitskarios](https://github.com/gitskarios/Gitskarios) | Github android aplication http://gitskarios.com/ | Java | [](https://play.google.com/store/apps/details?id=com.alorma.github)
45 | [Google I/O](https://github.com/google/iosched) | The Google I/O Android App | Java | [](https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched)
46 | [Gunnner](https://github.com/egor-n/gunnner) | Dribbble client | Java | [](https://play.google.com/store/apps/details?id=com.gunnner)
47 |
48 | ###H
49 | App Name | Describe | Major Language | Download
50 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
51 | | | |
52 |
53 | ###I
54 | App Name | Describe | Major Language | Download
55 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
56 | [InstaMaterial](https://github.com/frogermcs/InstaMaterial) | Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept) | Java | [](https://github.com/frogermcs/frogermcs.github.io/raw/master/files/10/InstaMaterial-release-1.0.1-2.apk)
57 | [Impeller](https://github.com/oshepherd/Impeller) | Impeller is a rich, featureful client for the Pump.io open, federated social network, built to give you the best experience possible over both your phone and tablet. | Java | ](https://play.google.com/store/apps/details?id=eu.e43.impeller)
58 |
59 | ###J
60 | App Name | Describe | Major Language | Download
61 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
62 | | | |
63 |
64 | ###K
65 | App Name | Describe | Major Language | Download
66 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
67 | | | |
68 |
69 | ###L
70 | App Name | Describe | Major Language | Download
71 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
72 | | | |
73 |
74 | ###M
75 | App Name | Describe | Major Language | Download
76 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
77 | | | |
78 |
79 | ###N
80 | App Name | Describe | Major Language | Download
81 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
82 | | | |
83 |
84 | ###O
85 | App Name | Describe | Major Language | Download
86 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
87 | [OSChina Android](http://git.oschina.net/oschina/android-app) | Official OSChina client for Android http://www.oschina.net (Chinese) | Java | [](http://www.coolapk.com/apk/net.oschina.app)
88 | [OSChina Android (tonlin)](http://git.oschina.net/tonlin/android-app) | Third-part OSChina client for Android http://www.oschina.net (Chinese) | Java | [](http://www.wandoujia.com/apps/com.tonlin.osc.happy)
89 | [OctoDroid](https://github.com/slapperwan/gh4a) | Github client for Android | Java | [](https://play.google.com/store/apps/details?id=com.gh4a)
90 |
91 | ###P
92 | App Name | Describe | Major Language | Download
93 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
94 | [PHPHub Android](https://github.com/CycloneAxe/phphub-android) | Android client of PHPHub https://phphub.org/ | Java | [](http://fir.im/phphub)
95 | [PocketHub](https://github.com/pockethub/PocketHub) | PocketHub Android App. This is the same repository as the now-defunct official GitHub Android app. | Java |
96 |
97 | ###Q
98 | App Name | Describe | Major Language | Download
99 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
100 | [Qiitanium](https://github.com/ogaclejapan/qiitanium) | An unofficial Android application of Japanese technical information sharing service [Qiita](https://qiita.com/) for programmers. | Java | [](https://play.google.com/store/apps/details?id=com.ogaclejapan.qiitanium)
101 |
102 | ###R
103 | App Name | Describe | Major Language | Download
104 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
105 | [ribot-app-android](https://github.com/ribot/ribot-app-android) | The ribot studio app for the Android Platform http://ribot.co.uk/ | Java |
106 |
107 | ###S
108 | App Name | Describe | Major Language | Download
109 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
110 | [Shadowsocks](https://github.com/shadowsocks/shadowsocks-android) | A Shadowsocks client for Android | Java | [](https://play.google.com/store/apps/details?id=com.github.shadowsocks)
111 |
112 | ###T
113 | App Name | Describe | Major Language | Download
114 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
115 | [Talon for Twitter](https://github.com/klinker24/Talon-for-Twitter) | 100% open source version of my popular Talon for Twitter app on Android. | Java | [](https://play.google.com/store/apps/details?id=com.klinker.android.twitter_l)
116 | [Tweetin](https://github.com/mthli/Tweetin) | Yet another Twitter unofficial client for Lollipop. | Java |
117 | [Tweet Lanes](https://github.com/chrislacy/TweetLanes) | Tweet Lanes for Android | Java | [](https://play.google.com/store/apps/details?id=com.tweetlanes.android)
118 | [Twidere-Android](https://github.com/TwidereProject/Twidere-Android/) | Twitter client for Android | Java | [](https://play.google.com/store/apps/details?id=org.mariotaku.twidere)
119 | [Twitter Lists](https://github.com/MPieter/TwitterLists) | An Android application to manage your Twitter lists. | Java |
120 |
121 | ###U
122 | App Name | Describe | Major Language | Download
123 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
124 | | | |
125 |
126 | ###V
127 | App Name | Describe | Major Language | Download
128 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
129 | [v2ex-android](https://github.com/greatyao/v2ex-android) | Another v2ex client on android platform. | Java | [](https://play.google.com/store/apps/details?id=com.yaoyumeng.v2ex)
130 | [v2ex-daily-android](https://github.com/kyze8439690/v2ex-daily-android) | A v2ex client on android platform. | Java | [](https://play.google.com/store/apps/details?id=com.yugy.v2ex.daily)
131 |
132 | ###W
133 | App Name | Describe | Major Language | Download
134 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
135 | [WeGit](https://github.com/Leaking/WeGit) | An Android App for Github | Java | [](https://github.com/Leaking/WeGit/tree/master/screenshot)
136 | [weiciyuan](https://github.com/qii/weiciyuan) | Sina Weibo Android Client | Java | [](https://play.google.com/store/apps/details?id=org.qii.weiciyuan)
137 | [WordPress](https://github.com/wordpress-mobile/WordPress-Android) | WordPress for Android https://apps.wordpress.org/ | Java | [](https://play.google.com/store/apps/details?id=org.wordpress.android)
138 |
139 | ###X
140 | App Name | Describe | Major Language | Download
141 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
142 | | | |
143 |
144 | ###Y
145 | App Name | Describe | Major Language | Download
146 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
147 | | | |
148 |
149 | ###Z
150 | App Name | Describe | Major Language | Download
151 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
152 | | | |
153 |
--------------------------------------------------------------------------------
/categories/education.md:
--------------------------------------------------------------------------------
1 | ## Education
2 | ###\#
3 | App Name | Describe | Major Language | Download
4 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
5 | | | |
6 |
7 | ###A
8 | App Name | Describe | Major Language | Download
9 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
10 | [AnkiDroid](https://github.com/ankidroid/Anki-Android) | A semi-official port of the open source [Anki](http://ankisrs.net) spaced repetition flashcard system to Android. | Java | [](https://play.google.com/store/apps/details?id=com.ichi2.anki)
11 |
12 | ###B
13 | App Name | Describe | Major Language | Download
14 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
15 | | | |
16 |
17 | ###C
18 | App Name | Describe | Major Language | Download
19 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
20 | | | |
21 |
22 | ###D
23 | App Name | Describe | Major Language | Download
24 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
25 | | | |
26 |
27 | ###E
28 | App Name | Describe | Major Language | Download
29 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
30 | | | |
31 |
32 | ###F
33 | App Name | Describe | Major Language | Download
34 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
35 | | | |
36 |
37 | ###G
38 | App Name | Describe | Major Language | Download
39 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
40 | | | |
41 |
42 | ###H
43 | App Name | Describe | Major Language | Download
44 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
45 | [Hubble Gallery](https://github.com/derekcsm/hubble_gallery) | View, Save, and Read about Hubble's best images. | Java | [](https://play.google.com/store/apps/details?id=com.derek_s.hubble_gallery)
46 |
47 | ###I
48 | App Name | Describe | Major Language | Download
49 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
50 | [IELTS Vocabulary Flashcards](https://github.com/bychkovdmitrii/words) | Flashcards for IELTS exam. | Java | [](https://play.google.com/store/apps/details?id=com.dbychkov.words)
51 |
52 | ###J
53 | App Name | Describe | Major Language | Download
54 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
55 | | | |
56 |
57 | ###K
58 | App Name | Describe | Major Language | Download
59 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
60 | | | |
61 |
62 | ###L
63 | App Name | Describe | Major Language | Download
64 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
65 | | | |
66 |
67 | ###M
68 | App Name | Describe | Major Language | Download
69 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
70 | | | |
71 |
72 | ###N
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | | | |
76 |
77 | ###O
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | | | |
81 |
82 | ###P
83 | App Name | Describe | Major Language | Download
84 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
85 | | | |
86 |
87 | ###Q
88 | App Name | Describe | Major Language | Download
89 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
90 | | | |
91 |
92 | ###R
93 | App Name | Describe | Major Language | Download
94 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
95 | | | |
96 |
97 | ###S
98 | App Name | Describe | Major Language | Download
99 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
100 | [Sahayak](https://github.com/Neophytes/microsoft-pragyan-hackathon) |An android app aimed to make a fun-filled educational tool for naives. Aimed at rural children and adults |Java |
101 |
102 | ###T
103 | App Name | Describe | Major Language | Download
104 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
105 | | | |
106 |
107 | ###U
108 | ####
109 | App Name | Describe | Major Language | Download
110 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
111 | | | |
112 |
113 | ###A
114 | App Name | Describe | Major Language | Download
115 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
116 | | | |
117 |
118 | ###B
119 | App Name | Describe | Major Language | Download
120 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
121 | | | |
122 |
123 | ###C
124 | App Name | Describe | Major Language | Download
125 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
126 | | | |
127 |
128 | ###D
129 | App Name | Describe | Major Language | Download
130 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
131 | | | |
132 |
133 | ###E
134 | App Name | Describe | Major Language | Download
135 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
136 | | | |
137 |
138 | ###F
139 | App Name | Describe | Major Language | Download
140 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
141 | | | |
142 |
143 | ###G
144 | App Name | Describe | Major Language | Download
145 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
146 | [GivesMeHope](https://github.com/jparkie/GivesMeHopeAndroidClient) | An unofficial Gives Me Hope Android client for educational purposes. | Java | [](https://play.google.com/store/apps/details?id=com.jparkie.givesmehope)
147 |
148 | ###H
149 | App Name | Describe | Major Language | Download
150 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
151 | | | |
152 |
153 | ###I
154 | App Name | Describe | Major Language | Download
155 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
156 | | | |
157 |
158 | ###J
159 | App Name | Describe | Major Language | Download
160 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
161 | | | |
162 |
163 | ###K
164 | App Name | Describe | Major Language | Download
165 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
166 | | | |
167 |
168 | ###L
169 | App Name | Describe | Major Language | Download
170 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
171 | | | |
172 |
173 | ###M
174 | App Name | Describe | Major Language | Download
175 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
176 | | | |
177 |
178 | ###N
179 | App Name | Describe | Major Language | Download
180 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
181 | | | |
182 |
183 | ###O
184 | App Name | Describe | Major Language | Download
185 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
186 | | | |
187 |
188 | ###P
189 | App Name | Describe | Major Language | Download
190 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
191 | | | |
192 |
193 | ###Q
194 | App Name | Describe | Major Language | Download
195 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
196 | | | |
197 |
198 | ###R
199 | App Name | Describe | Major Language | Download
200 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
201 | | | |
202 |
203 | ###S
204 | App Name | Describe | Major Language | Download
205 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
206 | [Seashell-app](https://github.com/drakeet/Seashell-app) | 贝壳单词 APP Android 客户端 | Java | [](https://play.google.com/store/apps/details?id=me.drakeet.seashell)
207 |
208 | ###T
209 | App Name | Describe | Major Language | Download
210 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
211 | | | |
212 |
213 | ###U
214 | App Name | Describe | Major Language | Download
215 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
216 | [Unisannio](https://github.com/alter-ego/unisannio-reboot/) | Android app for University of Sannio students | Java | [](https://play.google.com/store/apps/details?id=solutions.alterego.android.unisannio)
217 |
218 | ###V
219 | App Name | Describe | Major Language | Download
220 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
221 | | | |
222 |
223 | ###W
224 | App Name | Describe | Major Language | Download
225 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
226 | | | |
227 |
228 | ###X
229 | App Name | Describe | Major Language | Download
230 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
231 | | | |
232 |
233 | ###Y
234 | App Name | Describe | Major Language | Download
235 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
236 | | | |
237 |
238 | ###Z
239 | App Name | Describe | Major Language | Download
240 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
241 | | | |
242 |
243 | ###V
244 | App Name | Describe | Major Language | Download
245 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
246 | | | |
247 |
248 | ###W
249 | App Name | Describe | Major Language | Download
250 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
251 | [WaniKani for Android](https://github.com/xiprox/WaniKani-for-Android) | An Android client application for the awesome kanji learning website wanikani.com | Java | [](https://play.google.com/store/apps/details?id=tr.xip.wanikani)
252 |
253 | ###X
254 | App Name | Describe | Major Language | Download
255 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
256 | | | |
257 |
258 | ###Y
259 | App Name | Describe | Major Language | Download
260 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
261 | | | |
262 |
263 | ###Z
264 | App Name | Describe | Major Language | Download
265 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
266 | | | |
267 |
--------------------------------------------------------------------------------
/categories/tools.md:
--------------------------------------------------------------------------------
1 |
2 | ## Tools
3 | ###\#
4 | App Name | Describe | Major Language | Download
5 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
6 | | | |
7 |
8 | ###A
9 | App Name | Describe | Major Language | Download
10 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
11 | [AcDisplay](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. | Java | [](https://play.google.com/store/apps/details?id=com.achep.acdisplay)
12 | [AFWall+ (Android Firewall +)](https://github.com/ukanth/afwall) | AFWall+ (Android Firewall +) - IPTables based firewall for Android | Java | [](https://play.google.com/store/apps/details?id=dev.ukanth.ufirewall)
13 | [AIMSICD](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector) | AIMSICD against IMSI-Catchers, StingRay and Silent SMS! | Java | [](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/releases)
14 | [AmazeFileManager](https://github.com/arpitkh96/AmazeFileManager) | Amaze File Manager. | Java | [](https://play.google.com/store/apps/details?id=com.amaze.filemanager)
15 | [AnotherMonitor](https://github.com/AntonioRedondo/AnotherMonitor) | Monitors and records the CPU and memory usage of Android devices | Java | [](https://play.google.com/store/apps/details?id=org.anothermonitor)
16 |
17 |
18 | ###B
19 | App Name | Describe | Major Language | Download
20 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
21 | [Bitocle for GitHub](https://github.com/mthli/Bitocle) | Bitocle is a simple android app which allows you to view your source code in GitHub. | Java |
22 | [BetterBatteryStats](https://github.com/asksven/BetterBatteryStats) | An attempt to provide advanced battery stats for Android | Java | [](https://play.google.com/store/apps/details?id=com.asksven.betterbatterystats)
23 |
24 | ###C
25 | App Name | Describe | Major Language | Download
26 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
27 | [Camera Color Picker](https://github.com/tvbarthel/CameraColorPicker) | A simple tool that uses the device's camera to capture, in real time, colors around you. | Java | [](https://play.google.com/store/apps/details?id=fr.tvbarthel.apps.cameracolorpicker)
28 | [Clean Status Bar](https://github.com/emmaguy/clean-status-bar) | Tidy up your Android status bar before taking screenshots for the Play Store | Java | [](https://play.google.com/store/apps/details?id=com.emmaguy.cleanstatusbar)
29 | [Clip-Stack](https://github.com/heruoxin/Clip-Stack) | An Android clipboard history manager app with Material Design. | Java | [](https://play.google.com/store/apps/details?id=com.catchingnow.tinyclipboardmanager)
30 | [Croma - Palette Manager](https://github.com/numixproject/org.numixproject.croma) | Android packaging for Croma http://croma.numixproject.org | Java |
31 | [ConnectBot](https://github.com/connectbot/connectbot/) | The first SSH client for Android. | Java | [](https://play.google.com/store/apps/details?id=org.connectbot)
32 |
33 | ###D
34 | App Name | Describe | Major Language | Download
35 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
36 | [DashClock Widget](https://github.com/romannurik/dashclock) | Lock screen widget for Android 4.2+ | Java | [](https://play.google.com/store/apps/details?id=net.nurik.roman.dashclock)
37 | [DesignOverlay](https://github.com/Manabu-GT/DesignOverlay-Android) | Android app which displays design image with grid lines to facilitate the tedious design implementation process | Java | [](https://play.google.com/store/apps/details?id=com.ms_square.android.design.overlay)
38 | [Developer Toolbelt - Fill RAM](https://github.com/T-Spoon/Android-Developer-Toolbelt) | On-device low-memory testing for Android | Java | [](https://play.google.com/store/apps/details?id=com.tspoon.androidtoolbelt)
39 | [Device Control](https://github.com/Evisceration/DeviceControl) | Device Control is an app to control several features of your device as well as some nice extra features | Java | [](https://play.google.com/store/apps/details?id=org.namelessrom.devicecontrol)
40 |
41 | ###E
42 | App Name | Describe | Major Language | Download
43 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
44 | | | |
45 |
46 | ###F
47 | App Name | Describe | Major Language | Download
48 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
49 | [Firefox](https://wiki.mozilla.org/Mobile/Fennec/Android) | Firefox Browser for Android. | Java | [](https://play.google.com/store/apps/details?id=org.mozilla.firefox)
50 | [Flock](https://github.com/WhisperSystems/Flock) | Private contact and calendar sync for Android. https://whispersystems.org/blog/flock/ | Java |
51 | [FBReaderJ](https://github.com/geometer/FBReaderJ) | Is a free (and ad-free) multi-platform ebook reader.Supports popular ebook formats: ePub, fb2, mobi, rtf, html, plain text, and a lot of other formats | Java | [](https://play.google.com/store/apps/details?id=org.geometerplus.zlibrary.ui.android)
52 |
53 | ###G
54 | App Name | Describe | Major Language | Download
55 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
56 | [GfyCat](https://github.com/dlew/android-gfycat) | Android application that loads gifs via gfycat for efficiency's sake | Java | [](https://github.com/dlew/android-gfycat/releases)
57 | [GitHub Status](https://github.com/cdeange/github-status) | Simple app to connect to Github's status API | Java | [](https://play.google.com/store/apps/details?id=com.deange.githubstatus)
58 | [GridWichterle](https://github.com/inmite/android-grid-wichterle) | This app will show grid overlay over whole system which helps you to verify your excellent app design. | Java | [](https://play.google.com/store/apps/details?id=eu.inmite.android.gridwichterle)
59 |
60 | ###H
61 | App Name | Describe | Major Language | Download
62 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
63 | | | |
64 |
65 | ###I
66 | App Name | Describe | Major Language | Download
67 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
68 | [Intent Intercept](https://github.com/intrications/intent-intercept) | This app attempts to intercept as many intents as possible in order to examine their contents. This helps when trying to develop an app that reacts to a particular intent. | Java | [](https://play.google.com/store/apps/details?id=uk.co.ashtonbrsc.android.intentintercept)
69 | [Install Referrer](https://github.com/SimonMarquis/Android-InstallReferrer) | Test the referrer attribute on the Google Play Store | Java | [](https://play.google.com/store/apps/details?id=fr.simon.marquis.installreferrer)
70 | [Interval Timer](https://github.com/jemboy/android-interval-timer) | A simple interval timer app that can be used in sports and cooking. Allows creating, editing, saving and deleting lists. | Java |
71 |
72 | ###J
73 | App Name | Describe | Major Language | Download
74 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
75 | [JianShi](https://github.com/wingjay/jianshi) | A beautiful app 简诗 for recording anything in your life with traditional Chinese style. | Java | [](https://github.com/wingjay/jianshi/releases)
76 |
77 | ###K
78 | App Name | Describe | Major Language | Download
79 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
80 | | | |
81 |
82 | ###L
83 | App Name | Describe | Major Language | Download
84 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
85 | | | |
86 |
87 | ###M
88 | App Name | Describe | Major Language | Download
89 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
90 | [Material Design Color Palette](https://github.com/HozakaN/MaterialDesignColorPalette) | This is a dev tool to visualize the colours of Material design defined on http://www.google.com/design/spec/style/color.html#color-ui-color-palette | Java | [](https://play.google.com/store/apps/details?id=fr.hozakan.materialdesigncolorpalette)
91 | [Materialize](https://github.com/oxoooo/materialize) | Materialize all those not material http://www.oxo.ooo | Java | [](https://play.google.com/store/apps/details?id=ooo.oxo.apps.materialize)
92 | [MultiROM Manager](https://github.com/Tasssadar/MultiROMMgr) | MultiROM Manager - android app for MultiROM mod | Java | [](https://play.google.com/store/apps/details?id=com.tassadar.multirommgr)
93 | [MLManager](https://github.com/javiersantos/MLManager) | Modern, easy and customizable app manager for Android | Java | [](https://play.google.com/store/apps/details?id=com.javiersantos.mlmanager)
94 | [Material Color Picker](https://github.com/4k3R/material-color-picker) | A simple, minimalistic and beautiful color picker for Android 4.1+ (Jellybean+) devices | Java | [](https://play.google.com/store/apps/details?id=com.anjithsasindran.materialcolorpicker&hl=en)
95 |
96 | ###N
97 | App Name | Describe | Major Language | Download
98 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
99 | [Net Guard](https://github.com/M66B/NetGuard) | No root Android firewall | Java | [](https://play.google.com/apps/testing/eu.faircode.netguard)
100 | [Nevolution](https://github.com/oasisfeng/nevolution) | Evolve the Android notification experience of existing apps, with community-driven plug-ins. | Java |
101 | [Notification Analyser](https://github.com/MPieter/Notification-Analyser) | An Android application to analyse your notification history. | Java | [](https://play.google.com/store/apps/details?id=com.tierep.notificationanalyser)
102 | [Ninja](https://github.com/mthli/Ninja) | A web browser that open links in background without ever leaving your favorite apps. | Java | [](http://www.coolapk.com/apk/io.github.mthli.Ninja)
103 |
104 | ###O
105 | App Name | Describe | Major Language | Download
106 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
107 | [OS Monitor](https://github.com/eolwral/OSMonitor) | Android OS Monitor | Java | [](https://play.google.com/store/apps/details?id=com.eolwral.osmonitor)
108 | [owncloud](https://github.com/owncloud/android) | The ownCloud Android App. | Java |
109 |
110 | ###P
111 | App Name | Describe | Major Language | Download
112 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
113 | [Permission Nanny](https://github.com/littledot/Permission-Nanny) | Permission Nanny is an application that can access resources which are protected by permissions on your behalf, so that your application does not need to declare permission usage in your AndroidManifest.xml. With Permission Nanny, it is possible for your application to not require any permissions at all, yet still be able to access permission-protected resources. | Java | [](https://play.google.com/store/apps/details?id=com.permissionnanny)
114 | [photo-affix](https://github.com/afollestad/photo-affix) | Stitch your photos together vertically or horizontally without even trying! http://aidanfollestad.com | Java | [](https://github.com/afollestad/photo-affix/raw/master/apk/PhotoAffix.apk)
115 | [Prey Anti Theft](https://github.com/prey/prey-android-client) | Android client for the Prey anti-theft software. https://preyproject.com/ | Java | [](https://play.google.com/store/apps/details?id=com.prey)
116 | [Preferences Manager](https://github.com/SimonMarquis/Android-PreferencesManager) | View and edit application's preferences | Java | [](https://play.google.com/store/apps/details?id=fr.simon.marquis.preferencesmanager)
117 |
118 | ###Q
119 | App Name | Describe | Major Language | Download
120 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
121 | | | |
122 |
123 | ###R
124 | App Name | Describe | Major Language | Download
125 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
126 | [RxWeather](https://github.com/SmartDengg/RxWeather) | Weather app with architecting Android with RxJava | Java |
127 |
128 | ###S
129 | App Name | Describe | Major Language | Download
130 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
131 | [SuperCleanMaster](https://github.com/joyoyao/superCleanMaster) | CleanMaster open source clone | Java |
132 | [S Tools+](https://github.com/naman14/S-Tools) | Keep track of your CPU and Sensors alongwith useful features like Color Picker,Compass and device information | Java | [](https://play.google.com/store/apps/details?id=com.naman14.stools)
133 | [SmsCodeHelper](https://github.com/drakeet/SmsCodeHelper) | 验证码助手,是一款 Material Design 的验证码管理器轻应用~它可以在手机接收到验证码短信的时候,自动浮现验证码,并且自动复制验证码到用户的剪切板。当用户接收到短信验证码,用户只要长按验证码的输入框,粘贴验证码即可。 | Java | [](https://play.google.com/store/apps/details?id=me.drakeet.inmessage)
134 | [StockTicker](https://github.com/premnirmal/StockTicker) | A resizable stock ticker widget for your android home screen | Java | [](https://play.google.com/store/apps/details?id=com.github.premnirmal.tickerwidget)
135 | [Secret Codes](https://github.com/SimonMarquis/Android-SecretCodes) | Explore and test your device secret codes | Java | [](https://play.google.com/store/apps/details?id=fr.simon.marquis.secretcodes)
136 |
137 | ###T
138 | App Name | Describe | Major Language | Download
139 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
140 | [Telecine](https://github.com/JakeWharton/Telecine) | Record full-resolution video on your Android devices. | Java | [](https://play.google.com/store/apps/details?id=com.jakewharton.telecine)
141 | [Terminal Emulator for Android](https://github.com/jackpal/Android-Terminal-Emulator) | A VT-100 terminal emulator for the Android OS | Java | [](https://play.google.com/store/apps/details?id=jackpal.androidterm)
142 | [ToolWizAppLock](https://github.com/Toolwiz/ToolWizAppLock) | Smart App Lock for Android http://www.toolwiz.com/ | Java | [](https://play.google.com/store/apps/details?id=com.cleanwiz.applock)
143 | [translate-bubble-android](https://github.com/47deg/translate-bubble-android) | Translations without interruptions | Scala | [](https://play.google.com/store/apps/details?id=com.fortysevendeg.translatebubble)
144 | [Travis Client](https://github.com/brave-warrior/TravisClient-Android) | Android client for Travis CI | Java | [](https://play.google.com/store/apps/details?id=com.khmelenko.lab.travisclient)
145 |
146 |
147 | ###U
148 | App Name | Describe | Major Language | Download
149 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
150 | [UPnP Browser](https://github.com/dgmltn/Android-UPnP-Browser) | Simple UPnP Browser with Material style | Java | [](https://play.google.com/store/apps/details?id=com.dgmltn.upnpbrowser)
151 | [UrlScheme Interceptor](https://github.com/SimonMarquis/Android-UrlSchemeInterceptor) | Intercept and debug url scheme on Android | Java | [](https://play.google.com/store/apps/details?id=fr.smarquis.usi.sample)
152 |
153 | ###V
154 | App Name | Describe | Major Language | Download
155 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
156 | | | |
157 |
158 | ###W
159 | App Name | Describe | Major Language | Download
160 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
161 | [WiFiKeyShare](https://github.com/bparmentier/WiFiKeyShare) | Share Wi-Fi passwords with QR codes and NFC tags | Java | [](https://play.google.com/store/apps/details?id=be.brunoparmentier.wifikeyshare)
162 |
163 | ###X
164 | App Name | Describe | Major Language | Download
165 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
166 | [Xsocks](https://github.com/lparam/xsocks-android) | A secure and fast proxy for protect your network traffic | C | [](https://github.com/lparam/xsocks-android/releases)
167 |
168 | ###Y
169 | App Name | Describe | Major Language | Download
170 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
171 | | | |
172 |
173 | ###Z
174 | App Name | Describe | Major Language | Download
175 | :------------------------: | :------------------------ | :------------------------: | :------------------------:
176 | [zxing](https://github.com/zxing/zxing) | Official ZXing ("Zebra Crossing") project home | Java | [](https://play.google.com/store/apps/details?id=com.google.zxing.client.android)
177 |
--------------------------------------------------------------------------------