An android app to reduce garbage(well, an attempt really).
-
Guide being used to build this app : android-best-practices
-
How to run the project locally:
-
Download android-studio
-
Clone this repo and create a app/src/main/res/values/api_keys.xml file with following content
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="GOOGLE_MAPS_API_KEY">XXX-API-KEY-HERE-XXX</string> </resources> ```
-
Get the google maps android api key from Google Developers Console
-
Import the cloned project into Android Studio and you're good to go!
-