Enlaces de interés usados en el desarrollo

  1. Iconos de la aplicacion, basados en http://www.gettyicons.com/
  2. Desarrollo Android general
    1. http://www.sgoliver.net/blog/
    2. Por supuesto el SDK de android http://developer.android.com/sdk/index.html
    3. Plantillas y sustitución de String
      1. http://developer.android.com/reference/java/text/MessageFormat.html
    4. Calendarios
      1. http://developer.android.com/reference/java/text/SimpleDateFormat.html
    5. SMS
      1. http://mobiforge.com/developing/story/sms-messaging-android
      2. http://www.mkyong.com/android/how-to-send-sms-message-in-android/
      3. http://www.apriorit.com/our-company/dev-blog/227-handle-sms-on-android
      4. http://stackoverflow.com/questions/8684772/having-a-service-receive-sms-messages
      5. http://developer.android.com/reference/android/telephony/SmsManager.html
    6. Contactos
      1. http://www.vtgroup.com/#ContactsContract
    7. StrictMode
      1. http://android-developers.blogspot.com.es/2010/12/new-gingerbread-api-strictmode.html
      2. http://developer.android.com/reference/android/os/Handler.html
      3. http://developer.android.com/reference/android/os/AsyncTask.html
      4. http://stackoverflow.com/questions/3614663/cant-create-handler-inside-thread-that-has-not-called-looper-prepare-inside-a
      5. http://developer.android.com/reference/android/content/AsyncQueryHandler.html
      6. http://developer.android.com/reference/android/app/IntentService.html
  3. ORB evaluados a finales de 2014
    1. OrmLite http://ormlite.com/
    2. SugarORM http://satyan.github.io/sugar/
    3. ActiveAndroid http://www.activeandroid.com/
    4. ORMDroid https://github.com/roscopeco/ormdroid
    5. Androrm http://www.androrm.com/
    6. Realm http://realm.io/news/realm-for-android/
    7. greenDAO http://greendao-orm.com/
    8. ADA framework http://adaframework.com/
  4. Desarrollo SQLite
    1. http://mobile.tutsplus.com/tutorials/android/android-sqlite/
    2. http://www.sqlite.org/index.html
    3. http://thelogofthewook.blogspot.com.es/2011/12/how-do-i-join-two-sqlite-tables-in-my.html
  5. Javamail Android
    1. http://code.google.com/p/javamail-android/
    2. http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_(no_Intents)_in_Android

You must be logged in to post a comment.