Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Current »

Dumping ground for stuff to be organized

Performance enhancements

Android-specific

  • Genymotion
    • Apparently this is a good Android emulator

Misc


Best practices

  • Force updates: Have the app check an endpoint every so often (say, 'www.yourwebsite.com/mobile/version/minimum'), and have it refuse to work if the minimum version is higher than the user's current version.
    • JP says you need to do this from the very beginning and never change the endpoint or data format or you'll always have to worry about people being out there with old versions.

Testing




  • No labels