1. 30 May, 2013 1 commit
  2. 19 Mar, 2013 1 commit
    • Adam Koch's avatar
      Contacts Provider Training Class - Sample App Initial Commit · bc1a645f
      Adam Koch authored
      This is the sample app for the Contacts Provider Android training
      class. It's a basic master/detail view with a list of contacts in the
      master and contact name, photo and mailing addresses in the detail.
      This sample app is backward compatible to API level 7 and also
      optimized for all screen sizes.
      
      Change-Id: I83fe6beae9fd4c3fe710426b7dd0863e094cbc89
      bc1a645f
  3. 26 Feb, 2013 1 commit
  4. 21 Feb, 2013 3 commits
  5. 20 Feb, 2013 1 commit
  6. 13 Feb, 2013 1 commit
    • Chris Banes's avatar
      bitmapfun: Add support to use inBitmap option · 3b7f23f8
      Chris Banes authored
      
      This adds support for devices running Honeycomb or newer
      to use the inBitmap BitmapFactory option when decoding images. The way
      it accomplishes this is by adding a second level 'memory cache' using
      SoftReferences. When an item is removed from the LruCache it is added
      to this SoftReference Set. The next time an image is decoded, the Set
      is searched to see if it contains a bitmap that can be re-used.
      
      Change-Id: I8f980160ddc7116731b25e6f3f110c38f207f286
      Signed-off-by: default avatarChris Banes <chrisbanes@google.com>
      3b7f23f8
  7. 07 Feb, 2013 1 commit
  8. 06 Feb, 2013 1 commit
    • Chris Banes's avatar
      Update bitmapfun sample to call recycle() · 4d6574e8
      Chris Banes authored
      
      A new sub-class of BitmapDrawable has been created which tracks
      when it is being used or cached when running on Gingerbread or
      older. A new ImageView subclass has been added to accomplish this,
      as well as changes to the LruCache.
      
      Change-Id: I95d3334684703aebb6b09fcd56194cf73e3c2dcf
      Signed-off-by: default avatarChris Banes <chrisbanes@google.com>
      4d6574e8
  9. 05 Feb, 2013 2 commits
  10. 04 Feb, 2013 1 commit
  11. 28 Jan, 2013 1 commit
    • Adam Koch's avatar
      Bitmapfun Sample: Fix bug where background image loading could hang · 2e5555e0
      Adam Koch authored
      Background image loading is paused when the GridView is scrolling,
      if the activity is destroyed during a scroll the image loading was
      not unpaused causing it to remain running indefinitely. This change
      makes sure the background image loading is unpaused.
      
      Change-Id: Iad8093fc2af50fcfc1416c5d9089db0c064711cf
      2e5555e0
  12. 15 Jan, 2013 1 commit
  13. 11 Jan, 2013 1 commit
  14. 09 Jan, 2013 1 commit
  15. 05 Jan, 2013 1 commit
  16. 02 Jan, 2013 1 commit
  17. 13 Dec, 2012 5 commits
  18. 12 Dec, 2012 1 commit
  19. 10 Dec, 2012 1 commit
  20. 03 Dec, 2012 1 commit
  21. 30 Nov, 2012 1 commit
  22. 27 Nov, 2012 5 commits
  23. 16 Nov, 2012 2 commits
  24. 14 Nov, 2012 1 commit
  25. 13 Nov, 2012 3 commits
  26. 12 Nov, 2012 1 commit