Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 917 Bytes

Hello, This is my first github repo. All about Android.Thanks!

AsyncImageDecode:

  • Async decode online image.
  • Make a memory cache pool to storge image bitmap.
  • ListView "Loading More" Style.

TestClickAndTouch

The sample code about onClick and onTouch how to pass the finger event.

TestAudioFocus

The sample code show the audio focus

Displaying Bitmaps Efficiently

BitmapFun: Displaying Bitmaps Efficiently

Learn how to use common techniques to process and load Bitmap objects in a way that keeps your user interface (UI) components responsive and avoids exceeding your application memory limit.

ImageDownloader

Compare the three different implementations

  • no asynchronous task
  • no bitmap to task association with asynchronous task
  • The final correct version

ThreadSample

  • Running in a Background Service
  • Loading Data in the Background
  • Sending Operations to Multiple Threads