https://github.com/rxxuzi/myandroid
Group 8 Android Application Development
https://github.com/rxxuzi/myandroid
Last synced: 5 months ago
JSON representation
Group 8 Android Application Development
- Host: GitHub
- URL: https://github.com/rxxuzi/myandroid
- Owner: rxxuzi
- License: apache-2.0
- Created: 2023-09-30T06:52:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T01:32:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T22:23:35.370Z (6 months ago)
- Language: Java
- Size: 295 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyAndroid
[](https://wakatime.com/badge/user/8129592d-4e44-4804-993e-6399598e16d3/project/11db2339-4031-4189-94cc-8f36b15dd2d5)


[](LICENSE)
## Features
- **Shop Locator**: Find shops based on your current location or select a location to find nearby shops.
- **Detailed Shop Information**: View detailed information of each shop including name, description, and location.
- **Map Integration**: View the shop location on the map and get directions.
- **Local Database**: Locally store shop information for offline access and faster data retrieval.
- **Dynamic Shop List**: View and navigate through a list of shops with ease using a dynamic and interactive list.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.### Prerequisites
Ensure you have the following installed on your local system:
- Android Studio 3.0+
- Android SDK### Installation
1. Clone this repository.
```sh
git clone https://github.com/rxxuzi/myandroid.git
```
2. Open Android Studio and select "Open an existing Android Studio project". Navigate to the project directory and click "Open".
3. Build the project and run on an emulator or real device.## Dependencies
- **Android SDK**: For providing comprehensive tools for Android app development.
- **OpenStreetMap API**: For map and location functionalities using the open-source platform.
- **JSON**: To parse the JSON data of shops.
- **SQLite**: To manage local database storage.## Credits
This project was developed by Group 8.## Json Editor
This project has a web UI for editing json. See [WEB UI](web/) for details.
## License
This project is licensed under the Apache License 2.0. - see the [LICENSE](LICENSE) file for details.