Android RedditCloneSample (1.0.0)
Android project
PowerCode
The purpose of the RedditCloneSample is to demonstrate code we write inFeatures
- View top rated topics
- Up-vote and down-vote topic to make it move up or down through the list
- Create new topic with title and initial rating
- Remove topic by swiping right-to-left
Requirements
- Minimum SDK version 21 Android 5 (Lollipop)
Development Environment
Project developed with Android Studio 3.1
- The app is developed in compliance with M-V-VM and Android Arch Components
- Reactive programming style is used to handle requests: RxJava2,RxAndroid
- Crash reports are collected via Firebase Crashlytics