Phone / Smartphone / Mobile Development (Programming)

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

Marketing