• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Native or Web App?

sudheer

Lurker
Hi,

I am an Android newbie, my development experience is mainly with Java (GWT and JSF) and C++. I am a little confused about how to get started with Android?

Should I start with Android Native or Web App? Or just stick to one of them?

Please advice.

Regards.

Sudheer
 
Web-app gives you a wider audience but gives you some UI limitations.
Native app gives a better UI but your audience is only Android.

If you ask me, if my app don't need any hardware function (like camera, gps, etc) i'll do a web-app. It will be easier cause you don't need to learn how to code Android apps anymore.
 
Back
Top Bottom