ably / push-example-android

A minimal example/test application demonstrating use of Android push functionality
0 stars 4 forks source link

Refactor the app to be more example-like following good practices #16

Open ben-xD opened 2 years ago

ben-xD commented 2 years ago

The code in this app is currently a blend of testing code and application code. I would currently not recommend users implement push notifications in the same way, because of the use of a very large file, synchronizing mechanisms, and potentially other issues. I think we should refactor the app to help users read the code better.