Skip to content

ishikota/photo-viewer-android

Repository files navigation

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")

About

pet project to showcase my android skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages