bangdew.wordpress.com
Go on … | Bang Dew
https://bangdew.wordpress.com/2010/10/15/go-on
A little Android and Programming. Data Structures and Algorithms. Android Snippet] CRC32 in Android. Go on …. October 15, 2010. I usually get SSL problem with WordPresss.com So I have moved my blog to http:/ bangdew.blogspot.com. Please follow my new blog. I'm interesting in Java Programming, Web Application development and I'm Google Android Developer. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: December 2011
http://johnnydew.blogspot.com/2011_12_01_archive.html
Johnny Dev : Johnny Dew's Dev Blog. Wednesday, December 7, 2011. Android AsyncTask - Threading in its lifecycle. Is one of the great tool in Android development. If you've read in Android document about AsyncTask I'm sure you've known that this class was designed to help you cooperate works between UI Thread and Background (Worker) Thread. Since it was born for helping UI Thread to working with Worker Thread, my question is "Is it possible to use AsyncTask to cooperate works between Worker Threads? Publi...
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: November 2011
http://johnnydew.blogspot.com/2011_11_01_archive.html
Johnny Dev : Johnny Dew's Dev Blog. Wednesday, November 9, 2011. Showing different Drawables for different ImageButton states (Outside box version). This blog entry will show you how to show different Drawable when state of ImageButton changed. First of all I prepared three different PNG files below. Android.png : The green Android for showing when no action on the button. Android focus.png: The blue Android for showing when user selected the button. BtnsetImageResource(R.drawable.android);. BtnsetImageR...
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: Unit testing Android Handler using Robolectric
http://johnnydew.blogspot.com/2013/11/unit-testing-android-handler-using.html
Johnny Dev : Johnny Dew's Dev Blog. Wednesday, November 13, 2013. Unit testing Android Handler using Robolectric. I was looking for ways to do unit testing my Android code. Since Android JUnit need to be executed in emulator or real device, I want another way to run my tests outside these environments. Then I use actual Java JUnit and Robolectric. To test my code, but the problem of this approach is some code that is need to be ran inside Android environment cannot actually running while testing. AssertN...
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: My New Home
http://johnnydew.blogspot.com/2014/03/my-new-home.html
Johnny Dev : Johnny Dew's Dev Blog. Thursday, March 20, 2014. Finally I got my official blog at www.onlydevtwice.com. From now on, I will publish my blog post both in Thai and English in my new site. Subscribe to: Post Comments (Atom). My blog in Thai language. BangDew. Simple template. Powered by Blogger.
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: January 2012
http://johnnydew.blogspot.com/2012_01_01_archive.html
Johnny Dev : Johnny Dew's Dev Blog. Tuesday, January 31, 2012. To customize appearance of PreferenceActivity, simply declare XML layout with whatever layout you want to add and also add a ListView with id = @android:id/list which will be replaced by Preference layout. In your PreferenceActivity just call both setContentView(the custom layout) and call addPreferencesFromResource(preference XML);. Reference: http:/ stackoverflow.com/a/3026922. Subscribe to: Posts (Atom). My blog in Thai language.
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: [Android] Which alternative image resource will be chosen by the system?
http://johnnydew.blogspot.com/2012/08/android-which-alternative-image.html
Johnny Dev : Johnny Dew's Dev Blog. Thursday, August 23, 2012. Android] Which alternative image resource will be chosen by the system? This is a note from my experiments. Drawable-xhdpi (density = 320). Drawable-hdpi (density = 240). Drawable-mdpi (density = 160). Drawable-ldpi (density = 120). Screen density qualifiers are not supported in Android 1.5 and lower. BitmapFactory.Options options = new BitmapFactory.Options();. Options.inJustDecodeBounds = true;. This experiment try to answers the question "...
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: March 2014
http://johnnydew.blogspot.com/2014_03_01_archive.html
Johnny Dev : Johnny Dew's Dev Blog. Thursday, March 20, 2014. Finally I got my official blog at www.onlydevtwice.com. From now on, I will publish my blog post both in Thai and English in my new site. Subscribe to: Posts (Atom). My blog in Thai language. BangDew. Simple template. Powered by Blogger.
johnnydew.blogspot.com
Johnny Dev : Johnny Dew's Dev Blog: Raspbian Wheezy keyboard mapping problem
http://johnnydew.blogspot.com/2013/06/raspbian-wheezy-keyboard-mapping-problem.html
Johnny Dev : Johnny Dew's Dev Blog. Friday, June 7, 2013. Raspbian Wheezy keyboard mapping problem. I found my Raspbian Wheezy got a wrong keyboard mapping. When I type '@' and '#' symbol, it turns out to be other characters. After searching in the internet (using DuckDuckGo in Raspbian :-D) I found this thread http:/ raspberrypi.stackexchange.com/questions/1042/why-is-my-symbol-not-working. Value from "gb" to "us". Then restart the PI. Subscribe to: Post Comments (Atom). My blog in Thai language.
SOCIAL ENGAGEMENT