CISSA Summerhack 2022
Intro ~ A productivity app with a twist, Focus City encourages you to stay focused by gamifying daily task scheduling. Improve your life and city at the same time! INTRODUCTION VIDEO HERE
Intent ~ Due to recent restrictions many of us have found it hard to be productive at home. Focus city helps us by making task taking a bit more fun and hopefully stray off from procrastinating on our phones all day.
Platform ~ Focus city is an Android Mobile Application written in Android Studio with Java.
Installation ~ The app can be installed via the Google Play Store
The app can be run through the Android Studio IDE or installing a APK file on a Android Device.
- Download the APK file from the provided Google Drive Link
- Install the APK file on your Android device and enable "Install from Unknown Sources" in your device settings if prompted.
- Run the app as usual
ToDo ~
- Add a city view so that the user can view all their buildings on a plot of land.
- Prevent the user from exiting the app without destroying a building.
- Add statistics so that users can track their progress.
Challenges ~
- Working with Activities and Fragments.
- Communicating between app pages.
- Storing and retrieving data with SQLite.
Notes ~ This app was inspired by The Forest: Stay Focused but I included new features that I felt was missing in that app. The Minutes have been converted to Seconds for testing purposes. Change the TIME_SCALE Constant in MainActivity for normal usage.