The exercise " Set the rotation on a color axis of Bitmap with ColorMatrix " create rotated ColorMatrix for one color only, not al...
Read More
Home » Archive for September 2013
Scale color and alpha of colormatrix with setScale()
Example of using ColorMatrix.setScale(float rScale, float gScale, float bScale, float aScale). package com.example.androiddrawbitmap; import...
Read More
Set the rotation on a color axis of Bitmap with ColorMatrix
Example to set the rotation on a color axis by the specified values. axis=0 correspond to a rotation around the RED color axis=1 correspond ...
Read More

Android Studio 0.2.10 Released
Read it more: http://tools.android.com/recent/androidstudio0210released
Read More
Watch video of Surface 2 Launch Event
Watch video the Surface 2 Launch Event in New York City, Sept. 23 HERE .
Read More
Adjust saturation of Bitmap with ColorMatrix
android.graphics.ColorMatrix is a 5x4 matrix for transforming the color+alpha components of a Bitmap. The setSaturation(float sat) method of...
Read More
New Features in the Google Maps Mobile APIs for Android and iOS
Maps Live: New Features in the Google Maps Mobile APIs for Android and iOS Google Maps API Team members Daniel Schramm and Chris Broadfoot d...
Read More
Android SDK and ADT Plugin updated 22.2.1
To update Android SDK in Eclipse, select Window ->Android SDK Manager: Update Eclipse ADT Plugin, select Help -> Check for Updates:
Read More
Scale bitmap with inDither and inPreferQualityOverSpeed
The exercise " Load scaled bitmap " demonstrate a simple and standard method to scale bitmap. Additionally, we can set inDither an...
Read More

Android Developer Tools Essentials: Android Studio to Zipalign
Android development can be challenging, but through the effective use of Android Developer Tools (ADT), you can make the process easier and...
Read More
Adjust HSV(Hue, Saturation and Value) of bitmap
android.graphics.Color class provide colorToHSV() and HSVToColor() methods to convert between ARGB color and HSV components. Such that we ca...
Read More

Android Studio 0.2.9 Released
Read more: Android Studio 0.2.9 Released
Read More

Android Studio 0.2.8 Released
Source: Android Tools Project Site - Android Studio 0.2.8 Released
Read More
Create SimpleDateFormat for specified Locale
Example of creating SimpleDateFormat with specified Locale from previous exercise " Get default Locale and available Locales ". pa...
Read More
Get details of Locale
Last exercise list available Locale of the system . It's modified to display details of the clicked Locale. package com.example.androidl...
Read More
Get default Locale and available Locales
Example to get default Locale and available Locales: package com.example.androidlocale; import java.util.Locale; import android.os.Bundle; i...
Read More
Combine bitmap, half/half
This example demonstrate how to combin two bitmap, half from a bitmap, another from the mirror bitmap of the same source. package com.exampl...
Read More
Sony releases Camera Remote API (beta)
With Sony Camera Remote API (beta) , developers can create smartphone apps to control Sony cameras Develop your own applications to control ...
Read More

Android Studio 0.2.7 Released
Read more about Android Studio 0.2.7 Released
Read More
Samsung is going to unpack Galaxy Note 3 at Samsung UNPACKED 2013 Episode 2
Samsung UNPACKED 2013 Episode 2 Livestream Samsung UNPACKED 2013 Episode 2 from the Tempodrom in Berlin where we will unveil the next-genera...
Read More
NEW from IFA 2013: Cyber-shot QX10, QX100 Lens-style Cameras for smartphone photographers
For more info: http://bit.ly/14ovhww http://bit.ly/18q8hzG Bet you've never seen anything like this before! World, meet the Cyber-shot Q...
Read More
Android KITKAT 4.4 -- The future of confectionery
KITKAT's Chief Breaks Officer tells us why KITKAT 4.4 is the future of confectionery. For more information visit http://www.kitkat.com
Read More
Convert Bitmap to Drawable with BitmapDrawable
To convert Bitmap to Drawable with BitmapDrawable with the code: //Convert bitmap to drawable Drawable drawable = new BitmapDrawab...
Read More
Subscribe to:
Comments (Atom)