Hello!
These links should help you:
http://devcenter.appery.io/documentat...
https://getsatisfaction.com/apperyio/...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello!
These links should help you:
http://devcenter.appery.io/documentat...
https://getsatisfaction.com/apperyio/...
hi there,
by nav bar i mean the native back, home, toggle android navigation.
i get this menu button on the right hand side (highlighted on the pic above) when running my app, that doesn't do anything. i'd like to add an exit option under this menu if possible.
thanks
Free Android Gaming,
Sorry, I'm not sure I understand you correctly. You can create a navbar and add any button you like there. For the exit button please try this code
pregetActivity().finish();
System.exit(0); /pre
Free Android Gaming,
I guess you are referring to this kinda menu options
http://developer.android.com/guide/to...
From what I know that may not be possible to achieve in Appery. You may have to export to Eclipse and achieve this from there
Alternatively you can try your luck with third party plugins (some of them might be troublesome to get working though)
http://plugreg.com/plugin/cranberryga...
https://github.com/mwbrooks/cordova-p...
Preferences Menu?
http://simonmacdonald.blogspot.sg/201...
i'll look into it
thank you very much