- This topic has 3 replies, 3 voices, and was last updated 11 years, 8 months ago by support-octavio.
-
AuthorPosts
-
badal405MemberHi,
I am new with MobiOne. Still i am using trail version. After i review your site i really understand that it is a great soft ever i seen. Crossplatform is very important for a developer. I am also developing Android based mobile apps by using Basic4android. Recently i have done a apps which functionality i am giving below…
1. I have a ecommerce website where i have uploaded my product, price and related informations.
2. I also have a mysql databse in my domain.
3. From my app there is a login form where the user can create user or login to access my product profile from the app.
After the login success the app will download all the products, prices,qtys and will display to a listview in a organise way.So my question is now, is it possible to do the same thing with MobiOne for iPhone/iPad/Android?
If so please provide me a live example and then i promise you next day or this week i will buy the licence.Waiting for your reply.
Thanks and best regards.
Shaukat.
BrandonMemberYes, I know this is possible with Ajax and PHP:
http://www.tizag.com/ajaxTutorial/ajax-mysql-database.php
Not really sure on the difficulty level though, maybe support can tell a little more.
badal405Member@CincyPlanet wrote:
Yes, I know this is possible with Ajax and PHP:
http://www.tizag.com/ajaxTutorial/ajax-mysql-database.php
Not really sure on the difficulty level though, maybe support can tell a little more.Yes i did the same thing from my android app and it is working fine. I made a php file and put it to the webserver root folder and passing the value from my android app. Now i just want to know how i could do that if i make the same app by MobiOne?
Another question, where i can get the tutorial of MobiOne? Where i can find the details of every control with sample code?
Please somebody help me to start developing app with the MobiOne in the right way.
Thanks and best regards.
support-octavioMemberYou should add your ajax request code in <prj>_custom.js file, see this example: http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=1386
>Another question, where i can get the tutorial of MobiOne? Where i can find the details of every control with sample code?
See widgets details and snippets code here: https://www.genuitec.com/mobile/docs/widgetReference/widgetReference.html -
AuthorPosts