• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is the most underused "neat" feature of Android.

 
Ranch Hand
Posts: 249
Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you feel there are underutilized features of Android, and to what extent does your book address them?
 
author
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, the most underused feature, and it counts for every type of devices (iPhone, blackberry) is ... the Web browser and particularly Mobile Web apps running on it ;-)
Native apps has been dominating the Mobile landscape for a while, but nowadays, with HTML5 and some nice JS and CSS , Mobile Web apps are really ready to take over the market and compete with native apps. No learning curve (for the web developers), update whenever you want, bypass any app acceptance process, provide the content you want ...
This is the core concept of this book but in in the same time it shows also how you package it into a native app if you really want to!
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The issues I have had with Web Apps in this fashion is that they don't give the same smooth UI experience that a native application does, even with HTML5. Anytime you jump from one "page" to another in the web app it has a jump to it and it shows.

In regards to iPhone apps, I think this is where Apple shines, is that they take a lot of time to make the native UI experience to be very rich that you can't match with other iPhone type apps like a web app.

However, if you want to write a single app that runs on all devices quickly, a Web App is the best approach.

Mark
 
Lasagna is spaghetti flvored cake. Just like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic