- This topic has 4 replies, 3 voices, and was last updated 12 years ago by fokrogh.
-
AuthorPosts
-
fokroghMemberHi,
I want to make my Android app available on iPhone. Since I have poor programming skills, I found the MIT AppInventor easy to use.It would be nice if you could comment on my questions:
Is it possible to import the App Intentor code in a MobiOne app project?
Is there a easy way to visually program tasks like string list handling in MobiOne? Where can I get some code examples?
Is there a easy way to read a Google sheet with simple SQL statements (like using the Web component in AppInventor)?
Is the execution speed in the compiled MobiOne app at the same level as an app developed in f ex XCode?Regards
Frank
support-michaelKeymasterHi Frank,
>Is it possible to import the App Intentor code in a MobiOne app project?
No> Is there a easy way to visually program tasks like string list handling in MobiOne? Where can I get some code examples?
Developers of MobiOne HTML5 apps use JavaScript to implement their custom business logic. There are tons of online references and how-tos for almost every type of web programming problem.> Is there a easy way to read a Google sheet with simple SQL statements (like using the Web component in AppInventor)?
Not at this time. We have built apps that use google docs but they used a webservice api.>Is the execution speed in the compiled MobiOne app at the same level as an app developed in f ex XCode?
MobiOne apps are HTML5 apps implemented in HTML, CSS and JavaScript. XCode is used to package the web content + a webui browser component into a native binary. The popular Cordova/PhoneGap platform is provides the runtime implementation.
fokroghMemberThanks for the answer.
Is it possible to access a similiar Apple Cloud document service like Google Docs from the app?
Regards
Frank
support-octavioMemberWe have not researched that question yet. We have traditionally concentrated on cross-platform capabilities.
fokroghMemberHello again,
I want to access Google spreadsheet on my iPhone app. Can you give me any guidelines on how to achieve this in the MobiOne configuration?
Referring to Posts: 1449 of Thu Sep 20, 2012: Should I use Google Spreadsheets API version 3.0 or will you deliever an easier kind of “toolbox” for accessing a Google spreadsheet?
Can you suggest when this solution will be available?
Regards
Frank
-
AuthorPosts