I want my app to skip the first page when there's products in the database, if not the user pick a language and press a button to download the products. My code is working perfectly in the browser, but when I export to an .apk file and test on my android something goes wrong with the page change. Th...
Ok perfect, got it working and the data is in the local database! Can I get it from the local database using a service? Then I would be able to easily map it to the GUI?
I want my user to be able to download our catalogue, so that it is also available offline. So for example the user goes to a download page and presses a button to download all the products from a certain category. On this click event I want the app to get the products from the server (I have made a ...
Ok I'm new to appery, but I have worked with phonegap before. I have my own API on my own server and I can successfully load the data and display a list of products in my app. I know and understand the code to store something in a local database, but I'm having trouble with the link between both. I ...