adithyaanilkumar / ZeW-IT

Zero Waste Intergrated Technology is an automated waste segregation and managment system.
GNU General Public License v2.0
22 stars 27 forks source link

Convert the App for the User from PWA to Flutter / Kotlin #6

Open adithyaanilkumar opened 4 years ago

adithyaanilkumar commented 4 years ago

Currently the app written is a PWA written in JavaScript. We need to remake the app for the user in mordern Android Frameworks such as Kotlin/ Flutter.

The features of the App include :

  1. Displaying the closest bins to the user , fetched from our API
  2. Route to navigate to the nearest bin using Google Maps API.
  3. Displaying the levels of waste in the individual bins of a particular bin selected by the user.
  4. Authentication using Firebase Auth.
  5. Displaying Reward Points claimed by the user.
bmnidhin commented 4 years ago

Is any Java files available? I saw only binary APK.

bmnidhin commented 4 years ago

Route to navigate to the nearest bin using Google Maps API.

This is expensive? are you ready to spend money? :-)

adithyaanilkumar commented 4 years ago

Is any Java files available? I saw only binary APK.

The Java file is not available as such. The app screenshots can be provided. We need to do a complete rewrite of the app.

Route to navigate to the nearest bin using Google Maps API.

This is expensive? are you ready to spend money? :-)

When we are ready to deploy, for sure, but till that point we can use open source alternatives of the same. Please refer here

bmnidhin commented 4 years ago

Is any Java files available? I saw only binary APK.

The Java file is not available as such. The app screenshots can be provided. We need to do a complete rewrite of the app.

Route to navigate to the nearest bin using Google Maps API. This is expensive? are you ready to spend money? :-)

When we are ready to deploy, for sure, but till that point we can use open source alternatives of the same. Please refer here

will look into it👍