Any thoughts on a Progressive Web Apps approach for Android? It would use the regular mobile web app code, plus a service worker layer that would do push notifications, and later, caching and native offline support.
If I understand correctly that with https serving + service worker + a simple manifest.json file, we get "Add to home screen" capability and push notifications.