Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mobile Phone Application
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01535541
Message ID:
01536173
Views:
95
Most modern phone browsers will work to read Web Pages - the question is how well depending on the size of the design usually. I can browse just about anything on my Windows phone, but that doesn't mean it's pleasant.

To design apps that work well on mobile devices you really need to take into account the a) size, and the b) the touch interface. If you want to build an app that feels more integrated into a device touch specific gestures are fairly important. YOu can use mobile frameworks like jquery.mobile and various others.

In addition there are several tools out there like PhoneGap, Titanium etc. that provide a unified feature API using javascript for core mobile OS features (like touch gestures, GPS access, access to dialer/contacts etc.) but use plain HTML for design. THese tools then have mapping compilers that compile that HTML down to native binaries for the device.

I've fiddled around with PhoneGap a bit and it works fairly well although the apps it creates on devices don't feel quite like true native apps. Still pretty good though considering it offers a fair amount of cross-platform functionality.

All this is so clearly in the early stages through and it's all bound to change drastically in the next few years so unless you have an immediate need I wouldn't waste too much time getting proficient just yet. Things will change rapidly in this space and todays tech will be left behind quickly I think. IMHO HTML5/CSS will be the future with this stuff as vendors figure out that developers will go to more general platforms that work across devices. Right now we're in that 'hype' phase where 'gotta have an app' rules even when that often doesn't make all that much sense.

We'll see - I think the next couple of years will be really interesting in this space.

+++ Rick ---

>>>>If you've separated the app into tiers nicely, you can wrap the back end in web services and rewrite the UI in HTML5/JavaScript, which can then compile into most mobile devices.
>>>
>>>In other words, no :)
>>>
>>>You also need to determine if the application requires local storage - this ups the challenge factor.
>>>
>>
>>But suppose the application does not require a local storage and all data processing is done on the server, do you think ASP.NET with HTML5 is a good approach for, say iPad?
>
>Yes. The iPad browser (safari) seems to render standard asp.net sites pretty well. Not mac pretty, but it works.
>
>I'm actually doing one now that is ASP.NET that will (hopefully) handle IE and firefox desktop along with iPad. I'll be doing a few iPad specific pages that will reduce what is displayed, but for the most part it will be common pages for the real world and iPads.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform