Bringing you the latest new and review from around the world, incase you not a fan of flipboard or flud.The blog also contains a few non technological articles as well as new development from Morris Techology.Thanks for the visit and enjoy.
Monday, 27 January 2014
Java, Android, GWT...: [UPDATE] TextWatcher for currency masks/formatting...
Java, Android, GWT...: [UPDATE] TextWatcher for currency masks/formatting...: The previous post about formatting had some problems. When editing the EditText the cursor was not behaving correctly and in some cases the...
Easy Info Geek: Android Tutorial : Two methods of passing object b...
Easy Info Geek: Android Tutorial : Two methods of passing object b...: In this post, I will show you an simple example of how to pass object by intent in Android application. Parcelable and Serialization are ...
Easy Info Geek: Full example of using Fragment in Android Developm...
Easy Info Geek: Full example of using Fragment in Android Developm...: Fragment in Android is very useful for responsive layout design. In the post, I will give you a full detailed example of using FramentAct...
Java Advent Calendar: AChartEngine - A Charting Library for Android Appl...
Java Advent Calendar: AChartEngine - A Charting Library for Android Appl...: As its name suggests, AChartEngine is a charting library that can be used in Android applications. It supports all the Android SDK versions ...
Thursday, 16 January 2014
Sandip Chitale's Blog: LinearLayout gravity and layout_gravity explained
Sandip Chitale's Blog: LinearLayout gravity and layout_gravity explained: Recently I started hacking on Android. Android uses Java as the development language which made it very easy to get started :) . I am very ...
Tuesday, 14 January 2014
Droid Prism: Java library for retrieving SMS email gateway, mms...
Droid Prism: Java library for retrieving SMS email gateway, mms...: At the time of this post, there is currently no library written in Java for retrieving the SMS email gateways of mobile service providers, ...
Thursday, 02 January 2014
Android-er: Custom ArrayAdapter for Spinner, with custom icons...
Android-er: Custom ArrayAdapter for Spinner, with custom icons...: It repost my old exercise " Custom ArrayAdapter for Spinner, with different icons ". Somebody report that the icon in the Spinner ...
Friday, 27 December 2013
Android-er: Something about processing images in Android
Android-er: Something about processing images in Android
Something about processing images in Android
I will do some trial experience about image in Android programming. The list here will be updated once posted.
Related demo video:
The exercises have not take care the bitmap size, and any resizing. So don't test with big picture, otherwise OutOfMemoryError or "Bitmap too large to be uploaded into a texture" will happen.
- Combine bitmap side-by-side
- Merge two image, overlap with Alpha
- Example to draw Bitmap with ShadowLayer
- Draw text on bitmap using Canvas.drawText()
- Merge images with PorterDuffXfermode
- Create frame on Bitmap image
- Create shadow frame for image
- Share bitmap between Activities
- Handle error of 'OutOfMemoryError' and 'Bitmap too large to be uploaded into a texture' for images/bitmaps
- Load scaled bitmap
- Fine tune scaled down bitmap to exact size
- Detect touch event and position on ImageView
- Get bitmap color on touched position in ImageView
- Detect touch and free draw on Bitmap
- Detect touch and draw rect on bitmap
- Create mirror bitmap with matrix
- Create upside down bitmap with matrix
- Convert Bitmap to Drawable with BitmapDrawable
- Combine bitmap, half/half
- Adjust HSV(Hue, Saturation and Value) of bitmap
- Scale bitmap with inDither and inPreferQualityOverSpeed
- Adjust saturation of Bitmap with ColorMatrix
- Set the rotation on a color axis of Bitmap with ColorMatrix
- Scale color and alpha of colormatrix with setScale()
- ColorMatrix.setConcat() to combine ColorMatrixs
- Convert Bitmap to gray-scale with ColorMatrix
- Learn how to use the Android NDK, by creating an image processing application
- Example to apply BlurMaskFilter on Bitmap
- Blur bitmap
- Blur bitmap using Convolution
- Sharpen bitmap using Convolution
- Good official lessons teach Caching Bitmaps and Managing Bitmap Memory
Related demo video:
The exercises have not take care the bitmap size, and any resizing. So don't test with big picture, otherwise OutOfMemoryError or "Bitmap too large to be uploaded into a texture" will happen.
Subscribe to:
Posts (Atom)