Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Later this month, I'm either going to upgrade to Moto Bionic or Razr, are all the apps on MarketPlace compatible w/ gingerbread? If not, I guess I'd rather wait. Thanks, Cyn
Yes, all Android apps are *forwards* compatible, i.e. they will work on the version they are written for - and ALL subsequent versions. That functionality is part of the core Android concept. That said, they may not be able to take advantage of future OS improvements unless the app is updated, but they will still work fine.
They are not necessarily *backwards* compatible, though (but many are).
HTH
Rob
See the "Development Considerations" section of Android API Levels | Android DevelopersNot necessarily
RobAndroid applications are generally forward-compatible with new versions of the Android platform.
Because almost all changes to the framework API are additive, an Android application developed using any given version of the API (as specified by its API Level) is forward-compatible with later versions of the Android platform and higher API levels. The application should be able to run on all later versions of the Android platform, except in isolated cases where the application uses a part of the API that is later removed for some reason.