ntfy-android/README.md
2021-10-25 21:14:09 -04:00

16 lines
676 B
Markdown

# ntfy Android App
This is the Android app for [ntfy](https://github.com/binwiederhier/ntfy) ([ntfy.sh](https://ntfy.sh)).
**It is very much work in progress. Also: I'm new to Android development, so I'm still learning.**
## ...
...
## License
Made with ❤️ by [Philipp C. Heckel](https://heckel.io), distributed under the [Apache License 2.0](LICENSE).
This app is heavily based on:
* [RecyclerViewKotlin](https://github.com/android/views-widgets-samples/tree/main/RecyclerViewKotlin) (Apache 2.0)
* [Just another Hacker News Android client](https://github.com/manoamaro/another-hacker-news-client) (MIT)
Thanks to these projects for allowing me to copy-paste a lot.