PatilShreyas / FCM-OnDeviceNotificationScheduler

Demo implementation to Schedule FCM Notifications on Android Device using AlarmManager + WorkManager.
MIT License
118 stars 28 forks source link

java version 1.0.0 #5

Closed rogergcc closed 4 years ago

rogergcc commented 4 years ago

jva v

PatilShreyas commented 4 years ago

Hi @rogergcc, I evaluated your code and found it's not good for reading. Since it's decompiled from kotlin, it's not appropriate and recommended thing. If you have pure java implementation, I'm happy to merge it!

rogergcc commented 4 years ago

Hi @PatilShreyas Sorry first time to pull request to another project and yes i decompiled from kotlin. 😀 As soon as posible I will have more readable code. : Thanks