[android-developers] Re: Web Apps for Dummies?

2010-04-14 Thread MobDev
well an option is just to create your standard webpage (taking into account it's for mobile devices, which possibly means changing design/ resolution), and just open up the browser inside your app... something like : WebView web = (WebView) findViewById(R.id.webView);

[android-developers] Re: Web Apps for Dummies?

2010-04-14 Thread Maps.Huge.Info (Maps API Guru)
Have you looked at Phonegap? Supposedly, their system can do just about what you're looking to accomplish. There will still be some learning curve most likely but they have done the hard part, at least in theory. Write back if you try it and let us know how it worked. -John Coryat Radar Now!