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

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

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.