https://github.com/spongycode/service-net
Android app fetching real-time data from diverse APIs, updated in the background, with selectable sources and clickable in-app web view.
https://github.com/spongycode/service-net
android api foreground-service jetpack-compose kotlin
Last synced: about 22 hours ago
JSON representation
Android app fetching real-time data from diverse APIs, updated in the background, with selectable sources and clickable in-app web view.
- Host: GitHub
- URL: https://github.com/spongycode/service-net
- Owner: spongycode
- Created: 2023-09-28T21:42:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T22:02:52.000Z (over 2 years ago)
- Last Synced: 2024-11-01T02:11:59.356Z (over 1 year ago)
- Topics: android, api, foreground-service, jetpack-compose, kotlin
- Language: Kotlin
- Homepage:
- Size: 9.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Service Net
Android application that fetches data from various APIs to display information about it.
## Features
- Utilizes foreground service to ensure data is updated even when the app is in the background or closed.
- Data is updated every regular interval.
- Allows users to select from three different API sources.
- Website links are clickable and open an in-app web view.
## API Sources
- [University Data](http://universities.hipolabs.com/)
- [Random Quotes](https://api.quotable.io/)
- [Current Time](https://worldtimeapi.org/)
## Contributing
Feel free to contribute to this project by submitting issues, pull requests, or providing valuable feedback. Your contributions are always welcome!
## License
Service Net is released under the [MIT License](https://opensource.org/licenses/MIT). Feel free to modify or add to this list based on the specific features of your app.
## Happy coding! 👨💻