- Notifications
You must be signed in to change notification settings - Fork0
C23-GT01/android-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TrackMate is an Android application designed for product traceability tracking, built with Jetpack Compose for a modernand efficient user interface.
To install TrackMate on your device, follow these steps:
- Download the latest release from the Releases section.
- Install the APK on your Android device.
- Open the app and grant any necessary permissions.
If you want to build your own instance of TrackMate or make modifications to the existing app, follow these steps:
Before you begin, make sure you have the following:
- Android Studio installed on your development machine.
- Git installed for version control.
- Clone the Repository
git clone https://github.com/C23-GT01/android-app.git
- Open Android Studio and select "Open an existing Android Studio project." Navigate to the cloned repository and openthe project.
- Replace Google Maps API Key in Android Manifest
<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_API" />
- Update API Endpoint in
build.gradle
buildConfigField("String","BASE_URL","\"https://your-api-endpoint.com/\"")
- Build the project in Android Studio and run it on an emulator or a physical Android device.
TrackMate is developed and maintained by the C23-GT01 Mobile Development Team:
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published