Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.4 KB

README.md

File metadata and controls

49 lines (39 loc) · 2.4 KB

photo-viewer-android

Simple photo viewer app supporting these features

  • List items with infinite scroll
  • Show details, Like/Unlike an item
  • Search items
  • Login(Oauth2)

List Photo Detail Collection Detail UserDetail Search

Characteristics

How to build this app?

This app using 3rd party's free api for backend. So you need to register this api to get accesskey and secretkey :(

If you get your accesskey and secretkey, create secret.properties file in project root like following.

accesskey={your access key comes here}
secretkey={your secret key comes here}

Then these values are read in compiltime and used when this app calling api.

If you want to try login-needed feature (ex. like/unlike photo, edit user info), Go your app page and edit "Redirect URI & Permissions" section

  1. add ishikota://mysite.com/callback to "Redirect URI" section
  2. check all items (ex. "Public access", "Write likes access")