top of page

Ecological footprint calculator

We have created an application that can calculate a person's ecological footprint and then gives weekly tasks to reduce it. The app will be released through Windows Store and Google Play Store.

Sadly a lot of things changed through the 3 years. Microsoft released Visual Studio 2022, dropped Xamarin support and released a new crossplatfrom development tool called MAUI, and 2 new Android OS versions came out. We couldn't keep up with the changes, but to publish the application in the stores we have to. So we are working tirelessly to recreate the app in the new framework to make it eligible to be published in the stores.

Until then, you can download the unofficial releases. The Android app won't work on the latest phones (works up to Android 11).

To install the Android version, you have to download the zip file from below, unpack the apk file from it and open it from the file manager. It will prompt you to give permission to allow installation from unknown sources and it will ask it many times before it can finish the installation.

To install the Windows version, you have to download the zip file, unpack it, then first you have to install the certificate.​

​You need to enable developer mode in Windows Settings!

Click Install certificate

Press Next

​Choose the second option then press Browse

​Select the Trusted people folder and press Ok

Press Next then Finish.

After the certificate installation you can start the appxbundle setup file.

Source code

We used Visual Studio 2019 Xamarin and Firebase Realtime Database. To connect to your own database we marked the place in the code where you have to enter your database address and credentials.

bottom of page