An open API service indexing awesome lists of open source software.

https://github.com/darkalexwang/tinnews

Tinder-like News Mobile App
https://github.com/darkalexwang/tinnews

Last synced: 3 months ago
JSON representation

Tinder-like News Mobile App

Awesome Lists containing this project

README

        

# TinNews
Tinder-like News Mobile App

•Designed the Tinder Flavor News app based on MVP architectural pattern and received 90% positive user feedback

•Implemented ViewPager with BottomBar that holds News/Save/Setting Tabs’ state in the MainActivity concurrently

•Utilized Mindorks’s PlaceHolderView to support swipe gestures for liking/disliking the news

•Integrated Retrofit, Rxjava and Picasso to present the latest news data from a RESTful endpoint (newsapi.org)

•Stored favored news and user data in Google Room and SharedPreference

•Dynamically displayed news content with help of RecyclerView and ViewModel

•Debugged the app by integrating Stetho and Leakcanry which increased the app’s stability and reliability <>