Skip to content

Commit 1dd0f28

Browse files
committed
Added awkward ratings for android
Simple app that uses the REST APIs documented on www.themoviedb.org. Specifically, it asks for the day's most popular movies (sorted by when that movie was last updated in my database) and allows users of the app to vote on which movies would be awkward to watch with parents (or vice versa). Results are presented in an endless RecyclerView. Used open source libraries: Retrofit Picasso AppCompat-v7's Palette
1 parent 58ac751 commit 1dd0f28

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Why?
2-
> This is a collection of Android Apps with Open Source.
3-
> I believe we can find something interesting and helpful skills from a product.
4-
> This idea comes from [this project](https://github.com/dkhamsing/open-source-ios-apps). But its [android-fork](https://github.com/dkhamsing/open-source-android-apps) is so lazy that I create this one.
2+
> This is a collection of Android Apps which are open source.
3+
> I believe that we can find something interesting and gain helpful skills from an open source app.
4+
> This idea comes from [this project](https://github.com/dkhamsing/open-source-ios-apps). But its [android-fork](https://github.com/dkhamsing/open-source-android-apps) is not maintained, so I created this one.
55
66

77
# How?
88
> I'll push awesome projects when I find any.
9-
> It's WELCOM 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.
10-
> If you know something that are not here, it'll be great to [Pull Requests](https://github.com/pcqpcq/open-source-android-apps/pulls).
11-
> For now, all applications are tidied with category
9+
> 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.
10+
> 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).
11+
> All applications are sorted in various categories
1212
1313

1414
# What?
@@ -62,6 +62,7 @@ App Name | Describe | Major Language
6262
[Mizuu](https://github.com/MizzleDK/Mizuu) | Popular media indexer app for Android. http://mizuu.tv | Java | [![Get it on Google Play](https://developer.android.com/images/brand/en_app_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.miz.mizuu)
6363
[MPDroid](https://github.com/abarisain/dmix) | Fork of pmix that allows streaming (and now much more) | Java | [![Get it on Google Play](https://developer.android.com/images/brand/en_app_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.namelessdev.mpdroid)
6464
[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 |
65+
[Awkward Ratings](https://github.com/nasahapps/AwkwardRatings-Android) | Shows a list of movies which would be awkward to watch with parents. | Java | [![Get it on Google Play](https://developer.android.com/images/brand/en_app_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.nasahapps.awkwardratings)
6566

6667
------
6768

0 commit comments

Comments
 (0)