StackQuery is an android application built using StackExchange Api in MVP architecture.
-
Dagger 2 Dependency injection frameworks take charge of object creation.
-
butterknife Field and method binding for Android views.
-
Retrofit HTTP client wrapper for Android and Java.
-
Moshi A modern JSON parsing library for kotlin and java.
-
RxJava A library for event based and asynchronus programming.
-
Timber A library for simple logging.
- questions feed based on activity, votes, month, week, hot filter types.
- user profile with listing questions asked by logged in user.
- login and logout using oauth with StackExchange Api.