aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/SubscribedSubredditDatabase/SubscribedSubredditData.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-29Change project structures.Alex Ning1-53/+0
2019-08-07Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning1-2/+17
data is required before launching the app.
2019-02-21Migrate to AndroidXAlex Ning1-4/+4
2018-12-27Move several classes to other packages.Alex Ning1-3/+3
2018-07-29Save subscribed subreddits and users to the SQLite database by using Room ↵Alex Ning1-0/+38
Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer.