Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code

This commit is contained in:
Alex Ning
2018-07-28 13:38:50 +08:00
parent aca6f47a94
commit 0e6d4ae525
7 changed files with 19 additions and 47 deletions

View File

@@ -0,0 +1,4 @@
package ml.docilealligator.infinityforreddit;
class SubredditData {
}

View File

@@ -0,0 +1,4 @@
package ml.docilealligator.infinityforreddit;
class SubscribedSubredditRecyclerViewAdapter {
}