BIN-GO! is a mobile application developed to address the waste crisis in Yogyakarta. The app integrates the location of waste recycling centers through Google Maps, so users can easily access the nearest recycling facilities. In addition, the app is also equipped with a forum where people can discuss and share insights on waste management topics, thus fostering a sense of shared responsibility.
The latest addition to BIN-GO! is the report feature, which allows users to report various waste-related issues, such as littering in the neighborhood. This empowers users to take an active role in identifying and addressing environmental challenges within their communities.
In addition, BIN-GO! incorporates gamification elements to encourage user participation in sustainable behavior. Through challenges and rewards, users are motivated to adopt green practices and contribute to a cleaner environment.
By empowering users with information, facilitating community interaction, and gamifying sustainable behaviors, BIN-GO! strives to promote responsible waste management, disposal, and waste management practices and contribute to a cleaner and greener Yogyakarta.
Note
For now, the application can only be used in Indonesia, especially in the Special Region of Yogyakarta.
This repository is the primary one used to develop the Bin-Go Android mobile application.
- Bin-Community
- Bin-Locator
- Bin-Report
- Bin-Point
Bin-Go utilizes various Google technologies, including Android, Firebase (Firebase Authentication, Firebase Firestore, Firebase Storage), Google Maps, and Google Cloud Platform.
The BinGo Stable Version APK can be found in the APK folder directory here
It’s recommended to have Android Studio installed and to install any SDK packages that it recommends. This project is built based on Android API version 34.
In Android Studio:
- Click "Main Menu" (alt + \) to open Main Menu
- Click on "File" menu, which will show a sub-menu
- Click on the "New" option in the sub-menu, which will show another sub-menu
- Click "Project from Version Control.."
- Click the Version Control input fields and choose "Git"
- in the URL input field, paste the following code:
https://github.com/ergegananputra/bin_go_android_apps_gdsc
- Choose the Directory where you want to save the copy of the repository on your local machine.
- Click "Clone"
Alternatively, you can clone this repo using the CLI:
git clone https://github.com/ergegananputra/bin_go_android_apps_gdsc.gitThen, open Android Studio and click “Open an existing Android Studio Project”. Locate the cloned folder and wait for the Gradle to build.
Make sure you add in your local.properties file the location of your SDK sdk.dir=C\:\\, MAPS_API_KEY, and MAPS_PLACE_API_KEY in it. You may also add keystorePath, keystorePassword, keyAliasProperties, and keyPassword for build and release configuration and setting up SHA for Firebase Authentication.
Note
Don't forget to change path_to_your_sdk, your_place_api_key, ..., and your_key_password.
Make sure before you run this project, you will need to add the following environment variables to your google.services.json file:
YOUR_API_KEY: You can generate this API key in your Google Cloud Console, and then copy your API key to this file.
Note
Don't forget to connect console.firebase.google.com in your project to connect to your project's storage database and sync the Gradle.
In addition to the environmental variables mentioned above, if you don't have a balance in your Google Cloud, you will need to set up a remote setup for your project like this:
- Create a collection named
remote_settingsin your Firestore database
- Create a document with the ID
WumOchoPZ3LNf7XE8qMk
- Set the following fields in the document:
Note
isMapsEnabled: Set to true if you have a balance in your Google Cloud.
Example:
{
"isMapsEnabled": true
}Note
If you don't have a balance in google cloud, you can also add a custom location for the bin-locator feature based on your nearest location by setting the fields and database contents in firestore like this:
Set the geohash initial value to null. Then set the set the isDeveloperMode field in remote_settings collection to true. Run the application and open Bin-Locator. After the geohash filled up automatically, set the isDeveloperMode back to false.


