SDK is installed via Android SDK Manager. Detailed steps can be found in page below. http://developer.sonymobi …

SDK is installed via Android SDK Manager. Detailed steps can be found in page below. http://developer.sonymobi …
When creating Android app, uses-feature and uses-permission are used inside manifest, but this might cause unw …
Simple code to get specified user’s tweet in Android, v1.1 support. API has restriction, where tweet dat …
Youtube movie information can be fetched in xml format. Using this info, you can get title, duration, and othe …
It is easy to add Web functionality to Android app using WebView. It is hard to customize contents shown insid …
Getting / setting Wifi in Android is easy. First, set permission in manifest. CHANGE_WIFI_STATE is not needed …
(June 12, 2013) Due to end of service, code below no longer works. Easy code to get specific user’s twee …
Device like Samsung Galaxy Note, some Android device supports stylus input. Those stylus uses Electro-Magnetic …
Writing out structured array QR code, in my case, pages of QR code was fixed to 4 and data size per code was f …
Reading structured array isn’t difficult; you can use Zxing library as is. Below is part of source code …