An open API service indexing awesome lists of open source software.

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.

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! 👨‍💻