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
- Host: GitHub
- URL: https://github.com/darkalexwang/tinnews
- Owner: DarkAlexWang
- Created: 2020-11-09T19:16:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T19:17:50.000Z (over 4 years ago)
- Last Synced: 2025-01-26T20:46:44.280Z (4 months ago)
- Language: Java
- Homepage: https://drive.google.com/file/d/1ca6CbbnBJoiB0ygUYFDkIK8_rtxq_Rfn/view
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <>