Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.36 KB

Android Image Browser

Android image browser for Pixabay made with Android SDK.

Features

Layout Modes

Provides list or grid layout modes.

Recent Search Suggestion

Suggests keywords depending on recent search history.

Remote Configuration

Some configurations can be controlled remotely. Currently it's hosted on the GitHub pages of this repository.

Build

This project should be built with Android Studio.

Dependencies

Secrets

This project uses Secrets Gradle Plugin. Some keys should be provided in local.properties.

PIXABAY_API_KEY=YourPixabayApiKeyHere
REMOTE_CONFIG_URL=https://nagachiang.github.io/android-image-browser/config.json

Future Works

  • Full MVVM architecture
  • Full image: View full image after clicking the item
  • Endless scrolling: Load images in the next page while scrolling
  • More information: e.g. uploader, tags, etc.
  • Support other image sources