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 July 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
Subscribe to:
Comments (Atom)