The free and paid flavors of Fishless Cycle are available on the Google Play Store.
Android app that helps aquarium owners set up their new tanks and conduct a 'fishless cycle'. This is a submission for the second and final phase of the Capstone project on the Udacity Android Developers Nanodegree. Some of the rubric specifications were met in the following way:
App integrates a third-party library: App uses the Glide and MPAndroidChartLibraries.
App integrates two or more Google services. Google service integrations can be a part of Google Play Services or Firebase: App uses Admob and Analytics.
App is equipped with a signing configuration, and the keystore and passwords are included in the repository. Keystore is referred to by a relative path: App passwords are included inside the app's build.gradle file.
If it needs to pull or send data to/from a web service or API only once, or on a per request basis (such as a search application), app uses an IntentService to do so: SettingsActivity uses an IntentService to query a ContentProvider. In all other cases a Loader is used.
