A simple example of using AlarmManager to trigger a BroadcastReceiver to be called in 10 seconds later. Note: Beginning with API 19 (KITKAT)...
Read More
Home » Archive for April 2015
Async load image from internet to ListView
Vinz
5:41 AM
Add Comment
Android code sample: bitmap and image,
Android code sample: ImageView,
Android code sample: ListView
Edit
Android example to load images in AsyncTask from internet to ListView. MainActivity.java package com.example.androidasynclist; import java.i...
Read More
Save Bitmap to storage
This example show how to save bitmap to storage (SD Card) as file, and insert to MediaStore. As a example, the bitmap is retrieved from Imag...
Read More
Google Handwriting Input :)
Google Handwriting Input allows you to handwrite text on your phone or tablet in 82 languages. It supports printed and cursive writing, wit...
Read More
Bi-directional communication between Android and Arduino in USB Host Mode, example 3 - work with 8x8 LED Matrix
It's the 3rd example to implement Bi-directional communication between Android and Arduino in USB Host Mode, modified from another examp...
Read More
Auto dismiss popupWindow with AsyncTask
This example we will open PopupWindow together with a AsyncTask. Once the AsyncTask count for 10 seconds, it will dismiss the PopupWindow; t...
Read More
Near Field Communication with Android Cookbook
Discover the endless possibilities of using Android NFC capabilities to enhance your apps over 50 practical recipes Near Field Communication...
Read More
Beginning Android Wearables
Although wearable devices have existed since the 70s, they have only recently become mainstream. Google Glass and Android Wear smartwatches,...
Read More
Set icon and background of ActionBar
Android programming example to set icon and background of ActionBar. (Assume your activity extends android.support.v7.app.ActionBarActivity,...
Read More
Subscribe to:
Comments (Atom)