ntfy-android/README.md

18 lines
1 KiB
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-30 14:13:58 +13:00
Thank you to these fantastic resources:
2021-10-26 14:14:09 +13:00
* [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-30 14:13:58 +13:00
* [Android Room with a View](https://github.com/googlecodelabs/android-room-with-a-view/tree/kotlin) (Apache 2.0)
* [Firebase Messaging Example](https://github.com/firebase/quickstart-android/blob/7147f60451b3eeaaa05fc31208ffb67e2df73c3c/messaging/app/src/main/java/com/google/firebase/quickstart/fcm/kotlin/MyFirebaseMessagingService.kt) (Apache 2.0)
2021-10-26 14:14:09 +13:00
Thanks to these projects for allowing me to copy-paste a lot.