Hi
I have a "simple" app, consisting of one UX with a few list controls.
It's for drivers that get their scheduled reservations in a list, and can just click when they pickup/dropoff passengers or when they arrive to specific locations.
Currently i gave the the a5w address, they login then see their reservations.
The data is a MariaDB DB which is constantly synced with their Backend ( an old VFP application that runs the rosters for all drivers ).
They started using it, and they like it very much, but they have many requests that would first need to go native ( they all use Android )
- Assuming a driver loads the app and sees his reservations, and there is a new one for him, they need some notification to popup telling them there is a new reservation
- I would like to add some Geolocation tracking so when they arrive to the airport (their final destination) i could automatically update the driver's status
Checked Alpha Anywhere documentation, but some stuff seems ambiguous. For instance the in the documentation they say the geolocation plugin is limited to ios, while checking in the cordova/phonegap websites it should also work for Android
So what should i do? Use Phonegap build to manage through the default phonegap app builders in AA, or should i use the CLI ?
Do i have to use pushwoosh for my notifications to the drivers, or is there some other way to achieve that?
Many thanks
Jaime
I have a "simple" app, consisting of one UX with a few list controls.
It's for drivers that get their scheduled reservations in a list, and can just click when they pickup/dropoff passengers or when they arrive to specific locations.
Currently i gave the the a5w address, they login then see their reservations.
The data is a MariaDB DB which is constantly synced with their Backend ( an old VFP application that runs the rosters for all drivers ).
They started using it, and they like it very much, but they have many requests that would first need to go native ( they all use Android )
- Assuming a driver loads the app and sees his reservations, and there is a new one for him, they need some notification to popup telling them there is a new reservation
- I would like to add some Geolocation tracking so when they arrive to the airport (their final destination) i could automatically update the driver's status
Checked Alpha Anywhere documentation, but some stuff seems ambiguous. For instance the in the documentation they say the geolocation plugin is limited to ios, while checking in the cordova/phonegap websites it should also work for Android
So what should i do? Use Phonegap build to manage through the default phonegap app builders in AA, or should i use the CLI ?
Do i have to use pushwoosh for my notifications to the drivers, or is there some other way to achieve that?
Many thanks
Jaime
Comment