Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shriharsh-deshmukh/android-application-for-a-note-bok
Content Feed App- This is a simple Android app developed in Android Studio that fetches content from a specified URL and displays it in a TextView. The app utilizes Jsoup, a Java library for working with real-world HTML.
https://github.com/shriharsh-deshmukh/android-application-for-a-note-bok
Last synced: 18 days ago
JSON representation
Content Feed App- This is a simple Android app developed in Android Studio that fetches content from a specified URL and displays it in a TextView. The app utilizes Jsoup, a Java library for working with real-world HTML.
- Host: GitHub
- URL: https://github.com/shriharsh-deshmukh/android-application-for-a-note-bok
- Owner: Shriharsh-Deshmukh
- License: mit
- Created: 2024-05-08T13:14:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T06:45:44.000Z (about 1 month ago)
- Last Synced: 2024-12-02T07:25:53.406Z (about 1 month ago)
- Homepage:
- Size: 5.27 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content Feed App
This is a simple Android app developed in Android Studio that fetches content from a specified URL and displays it in a TextView. The app utilizes Jsoup, a Java library for working with real-world HTML.
## Features
- Fetches content from a specified URL.
- Displays the fetched content in a TextView.
- Minimalistic design for easy readability.## Dependencies
- Jsoup: A Java library for working with real-world HTML.
## License
This project is licensed under the [MIT License](LICENSE).