Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-07 | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 1 | -26/+0 | |
data is required before launching the app. | |||||
2019-02-21 | Migrate to AndroidX | Alex Ning | 1 | -3/+3 | |
2018-12-27 | Move several classes to other packages. | Alex Ning | 1 | -1/+1 | |
2018-07-31 | Preparing to fetch the subreddit info and save it to the database. | Alex Ning | 1 | -7/+7 | |
2018-07-29 | Save subscribed subreddits and users to the SQLite database by using Room ↵ | Alex Ning | 1 | -0/+26 | |
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. |