DevBytes: What's New in Android 4.4 KitKat has been optimized to run on a much broader range of devices, with special focus on the milli...
Read More
Home » Archive for October 2013

Google Play Services 4.0
Google are launching Google Play services 4.0, includes the Google Mobile Ads SDK, and offers improvements to geofencing, Google+, and Googl...
Read More

Android 4.4 (KitKat) includes a new WebView component based on the Chromium
Android 4.4 (KitKat) includes a new WebView component based on the Chromium open source project. The new WebView includes an updated version...
Read More
The new Nexus 5, Now available in two memory versions and two colors
The new Nexus 5 , now available in two memory versions and two colors, 16GB for $349 and 32GB for $399. Visit: http://www.google.com/nexus/...
Read More

Enterprise Android: Programming Android Database Applications for the Enterprise
The definitive guide to building data-driven Android applications for enterprise systems Android devices represent a rapidly growing share o...
Read More
Basic setup for Microsoft Remote Desktop and Remote Desktop Client for Android
Setup in the video: - Windows 8.1 Pro running on a slow and outdate Netbook, BenQ Joybook Lite U101 with Aton N270, connect router with cabl...
Read More
Project Shield - Using Google's infrastructure to protect freedom of expression
Project Shield is an initiative to use Google's infrastructure to protect free expression online. The service currently combines Google...
Read More
Getting Started with Remote Desktop Client on mobile
Microsoft release Remote Desktop Client for Android and iOS recently. Users can use the Microsoft Remote Desktop Client to connect to a remo...
Read More
Sharpen bitmap using Convolution
The previous exercise " Blur bitmap using Convolution ". By changing the matrix of Convolution class, we can use it to sharpen bit...
Read More
Very nice intro at updated Google Maps Android API v2 documentation page
Google Maps Android API v2 documentation page updated with very nice interactive intro :) Visit: https://developers.google.com/maps/documen...
Read More
Windows 8 customers can update to Windows 8.1 starting from October 17th, 2013
Beginning October 17th, 2013 , Windows 8 customers can update to Windows 8.1 for free in the Windows Store! With the return of the Start but...
Read More
Blur bitmap using Convolution
The previous exercise blur bitmap by averaging pixels with surrounding pixels . In this exercise, we are going to implement a class of Convo...
Read More
USB On the Go, for HTC
If your Android support USB OTG, you can access USB Storage via USB OTG cable. (Please notice that not all devices support this feature) Her...
Read More
List attached USB devices in USB Host mode
In this exercise, my Android phone (HTC One X) act as USB Host to list attached USB devices via USB OTG cable. It target devices with minSdk...
Read More

Learn OpenGL ES: For Mobile Game and Graphics Development
Release date: August 30, 2013 | ISBN-10: 1430250534 | ISBN-13: 978-1430250531 | Edition: 1 Want to create sophisticated games and graphics-i...
Read More
Some example of simple styled button
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools...
Read More
Connecting your Android App to Azure Mobile Services (including Android Dev Tools setup)
Chris Risner and Nick Harris have a set of excellent Mobile Services videos in the Windows Azure area of Channel 9 here . The video in this...
Read More
Blur bitmap
This exercise generate a blur bitmap by changing each pixel to the average of its surrounding 5x5 pixel. package com.example.androiddrawbitm...
Read More

Android Studio Canary Build 0.2.13 released
Android Studio Canary Build 0.2.13 released. Visit: http://tools.android.com/download/studio/canary/latest It's the first release in th...
Read More
GridView example: load images to GridView from SD Card in background
Vinz
12:56 PM
Add Comment
Android code sample: AsyncTask,
Android code sample: storage,
Android code sample: thread,
Android code sample: ui
Edit
Recall from the " old exercise of GridView ", loading images to GridView from SD Card in onCreate() method running in main thread....
Read More
Example to apply BlurMaskFilter on Bitmap
package com.example.androiddrawbitmap; import java.io.FileNotFoundException; import android.net.Uri; import android.os.Bundle; import androi...
Read More
Learn how to use the Android NDK, by creating an image processing application
The Android Software Developer Kit (SDK) used by the majority of Android application developers requires the use of the Java™ programming la...
Read More
Android Design for UI Developers
Google I/O 2013 tutorial, Android Design for UI Developers: In this tutorial video, will explore the arsenal of tools available to Android U...
Read More

Android Studio 0.2.11 Released
Download and Read more: Android Studio 0.2.11 Released .
Read More
Convert Bitmap to gray-scale with ColorMatrix
To convert Bitmap to gray-scale, we can apply ColorMatrix with the following matrix: //Array to generate Gray-Scale image float[] Gray...
Read More
Enable Developer Options for devices with Android 4.2 and higher
On devices running Android 4.2 and higher, the Developer options is hidden by default. To enable Developer Options, go to Settings > Abou...
Read More
Subscribe to:
Comments (Atom)