Mastering Android Game Development Master game development with the Android SDK to develop highly interactive and amazing games About This B...
Read More
Home » Archive for 2015
Add uses-permission in Android Studio
There are no option tab in Android Studio to add uses-permission, you have to enter it to AndroidManifest.xml manually. But the Code Complet...
Read More
Place RecyclerView in layout XML
Last example show RecyclerView by calling setContentView() using Java code. Here show how to place RecyclerView in layout XML. Modify layou...
Read More
Pro Android Wearables: Building Apps for Smartwatches Pro Android Wearables details how to design and build Android Wear apps for new and un...
Read More
Simple RecyclerView example
It's a simple example of using RecyclerView to display a List in vertical and horizontal. To use RecyclerView in your Android Studio pro...
Read More
Add Support Libraries of RecyclerView, CardView to Android Studio Project
If you want to use android.support.v7.widget.RecyclerView and/or android.support.v7.widget.CardView in your Android Studio project, you ha...
Read More
Test HC-06 Bluetooth Module with Android BluetoothChat
HC-06 is a low cost bluetooth module (slave mode only) . This post show how to test it using the Android code sample of BluetoothChat . Conn...
Read More

Android Developer Tools (ADT) in Eclipse will end at the end of the year
Google are ending development and official support for the Android Developer Tools (ADT) in Eclipse at the end of the year. This specifical...
Read More
#andproud
Join the global online Pride parade June 27th to 28th! Create & add your character before June 27th . #andproud https://www.androidify.c...
Read More
Import Android code sample of BluetoothChat to Android Studio
The Android code sample of BluetoothChat shows how to implement two-way text chat over Bluetooth between two Android devices, using all the...
Read More
Display Donut Chart on Android WebView, using Google Charts
My former post show how to display Google Charts on Android WebView, with Capture image . To display Donut Chart (Pie Chart with pie hole), ...
Read More
AlarmManager trigger BroadcastReceiver, then start another activity to generate Ringtone
This example show how to choice date/time with DatePicker and TimePicker, then set AlarmManager to trigger BroadcastReceiver on specified da...
Read More
Android and Java Setup for App Development on Ubuntu: Save Yourself a Few Hours
Android and Java Setup for App Development on Ubuntu: Save Yourself a Few Hours Android and Java Setup for App Development on Ubuntu deals w...
Read More
Android example using ACTION_RINGTONE_PICKER
This example show how to start another activity of RingTone Picker using ACTION_RINGTONE_PICKER intent, further works on last exercise ...
Read More
Generate Alarm, Notification and Ringtone using RingtoneManager
RingtoneManager provides access to ringtones, notification, and other types of sounds. Here is a example to play and stop sound of Alarm, N...
Read More
Head First Android Development
Head First Android Development What will you learn from this book? If you have an idea for a killer Android app, this book will help you bui...
Read More
Pro Android 5
Pro Android 5 Pro Android 5 shows you how to build real-world and fun mobile apps using the Android 5 SDK. This book updates the best-sellin...
Read More
Android Programming In a Day!: The Power Guide for Beginners In Android App Programming
Android Programming In a Day!: The Power Guide for Beginners In Android App Programming Always had a great idea for an app? Don't think ...
Read More
Java Programming 24-Hour Trainer, 2nd edition
Quick and painless Java programming with expert multimedia instruction Java Programming 24-Hour Trainer Java Programming 24-Hour Trainer, 2n...
Read More
The Beginner's Guide to Android Game Development
The Beginner's Guide to Android Game Development Android Game Development Made Easy. If you've always wanted to make Android games b...
Read More
Android example: pass string between threads, in Bundler
This example show how to pass string between Threads, in Bundle, via Handler/Message. com.example.androidthreadlooperhandler.MainActivity.ja...
Read More
Android example: bi-direction passing data between UI and background thread using Handler/Message.
Last example show how to use Thread, Handler and Looper in Android . In that example, UI thread pass data to background thread using Handler...
Read More
Subscribe to:
Comments (Atom)