Site icon Android Tutorial Online

A mobile app that helps smallholder farmers in developing countries access markets

Green Connect 2023 Google Developer Student Club (Gombe State University, Nigeria), Solution Challenge

Introduction 🙋‍♂️

The app Includes the Following:

How to build from Source

  1. Copy this https://github.com/umarbrowser/green-connect-2023-gdsc-solution-challenge.git for follow the picture below.
  1. Install Lattest version of Android Studio from https://developer.android.com/studio
  2. Open Android Studio and select GET FROM VCS.
  3. Choose “Git” from the drop-down menu and paste this https://github.com/umarbrowser/green-connect-2023-gdsc-solution-challenge.git into the “URL” field.
  4. Choose the directory where you want to save the project and click “Clone”.
  1. Once the cloning process is complete, Android Studio will open the project.
  2. Add API key to local.properties.
# local.properties
GOOGLE_MAPS_API_KEY=<Your Map API Key>
  1. Sync your Gradle files to download the necessary dependencies.
  2. You should now be able to run the Green Connect by clicking on the “Run” button in Android Studio. If you encounter any issues, make sure that you have the latest version of Android Studio and that your Android SDK is up-to-date.

Application Screenshots

Login with GoogleHome PageMarket Place
Sell a ProductTrainingForum
LoansKeep NotesWeather

New to Compose?

Check Compose for Android Developers or Hello World Compose

GitHub

View Github

Exit mobile version