JakeSteam / APODWallpaper

A highly customisable app to set your Android device's wallpaper to NASA's APOD

Home Page:https://play.google.com/store/apps/details?id=uk.co.jakelee.apodwallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily APOD Space Wallpaper

Warning

This repo is no longer actively developed, but PRs will be merged!

Building

  1. Check out the repo.
  2. Create a Firebase project (for crash reporting).
  3. Put your google-services.json file in /app/src/FLAVOURNAME/.

APOD

  1. Get an APOD api key.
  2. Add it as apod_api_key="xxxx" in your gradle.properties.

Adding a new flavour

  1. Add the new flavour to app-level build.gradle, along with any auth code needed.
  2. Create a new Firebase project, download the google-services.json file, and place it in /app/src/FLAVOURNAME/.
  3. Copy an existing Config.kt, and place it in /app/src/FLAVOURNAME/java/PACKAGENAME/Config/.
  4. Modify Config.kt as necessary.

Libraries

External libraries used in this app are listed below. Core Android / AndroidX libraries are excluded from this list.

About

A highly customisable app to set your Android device's wallpaper to NASA's APOD

https://play.google.com/store/apps/details?id=uk.co.jakelee.apodwallpaper

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%