Skip to content

Latest commit

 

History

History
47 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

47 lines (19 loc) · 1.45 KB

StackQuery

StackQuery is an android application built using StackExchange Api in MVP architecture.

Libraries Used

  • 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.

  • AutoValue

  • Timber A library for simple logging.

Features

  • 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.

Screenshots

One

Two

Three

Four