Skip to content

bangkit-gogym/GoGym

Repository files navigation

GoGym Logo

Mobile Development Documentation

The source code of Android app of GoGym using Kotlin in order to complete Bangkit Capstone Project.

  • Architecture for this project

architecture gogym

  • Feature

    • Splash Screen, There is logo screen before into the login page

    • Login, Allows a user to gain access to an application by entering their username and password

    • SignUp, Enables users to independently register and gain access to the system

    • Home, The start page that is displayed when you have logged in on your device

    • Pick Image From Gallery, You can select an image from the gallery in preparation for uploading an image to detect the equipment.

    • Take Image From Camera, You can take image from camera in preparation for uploading an image to detect the equipment.

    • Send image to server to detect a equipment, After you prepare the image, you can click the process button to send the image and detect the image and get the detail about the equipment

    • Article About Equipment Gym, in this application you can read articles about equipment

Getting Started Application

  • Prerequisites

    • Tools Sofware
      • Android Studio
      • JRE (Java Runtime Environment) or JDK (Java Development Kit).
    • Installation

      • Get an API Key at Google Maps Platform
      • Connect Android Studio with Firebase Connect to Firebase
      • Clone this repository and import into Android Studio
           https://github.com/bangkit-gogym/GoGym.git
        
      • Enter your API in buildConfigField build.graddle
            buildConfigField("String", "MAPS_TOKEN", '"Your Api Key"')}
        
        

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages