ntfy-android/README.md

16 lines
676 B
Markdown
Raw Normal View History

2021-10-26 14:14:09 +13:00
# 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.**
2021-10-26 14:14:09 +13:00
## ...
...
2021-10-26 14:14:09 +13:00
## License
Made with ❤️ by [Philipp C. Heckel](https://heckel.io), distributed under the [Apache License 2.0](LICENSE).
2021-10-26 14:14:09 +13:00
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)
2021-10-26 14:14:09 +13:00
Thanks to these projects for allowing me to copy-paste a lot.