Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rxxuzi/myandroid
Group 8 Android Application Development
https://github.com/rxxuzi/myandroid
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T01:32:36.000Z (about 1 year ago)
- Last Synced: 2023-11-29T02:31:56.285Z (about 1 year ago)
- Language: Java
- Size: 293 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyAndroid
[![wakatime](https://wakatime.com/badge/user/8129592d-4e44-4804-993e-6399598e16d3/project/11db2339-4031-4189-94cc-8f36b15dd2d5.svg)](https://wakatime.com/badge/user/8129592d-4e44-4804-993e-6399598e16d3/project/11db2339-4031-4189-94cc-8f36b15dd2d5)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/rxxuzi/myandroid)
![GitHub repo size](https://img.shields.io/github/repo-size/rxxuzi/MyAndroid)
[![License](https://img.shields.io/badge/license-Apache_2.0-g)](LICENSE)
![example workflow](https://github.com/rxxuzi/MyAndroid/actions/workflows/android.yml/badge.svg)## 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.