Friday, December 27, 2013 android:spinnerMode="dialog" Example of Android Spinner without and with android:spinnerMode="dialog": Normal Spinner without android:spinnerMode="dialog...
Monday, December 23, 2013 Google Maps Android API Utility Library Google Maps Android API Utility Library is an open-source library of classes that are useful for a range of applications, to add advanced f...
Monday, December 16, 2013 Example of using TextWatcher Example of using TextWatcher package com.example.androidtextwatcher; import android.os.Bundle; import android.app.Activity; import android.t...
Sunday, December 15, 2013 Gadget Tips dan trick Tips membedakan Samsung Galaxy S4 asli dan palsu atau replika Hai sobat Androiders, kali ini Drio AC, Dokter Android akan memberikan sebuah info unik yang pastinya ditunggu para sobat, terutama bagi so...
December 15, 2013 Penulis Satu tahun Blog Drio AC, Dokter Android Hai sobat Androiders gimana kabarnya?, sehat?, udah sekitar 6 bulan nih admin gak update lagi, sebelumnya saya meminta maaf kepada para soba...
December 15, 2013 Set layout programmatically This example show how to set paddings and margins programmatically with Java code. set paddings and margins programmatically package com.exa...
Thursday, December 12, 2013 Game Physics with Liquid Fun Game On!: Game Physics with Liquid Fun Todd Kerpelman and Wolff Dobson share some of the exciting new details on the open-source release of ...
December 12, 2013 Build mobile apps with Chrome WebView Build mobile apps with Chrome WebView - Chrome Dev Summit 2013 (Matt Gaunt) Learn how to create mobile UIs with a mix of the latest HTML5 fe...
Tuesday, December 10, 2013 setImageDrawable vs setImageResource vs setBackground Example show usage of setImageDrawable(), setImageResource(), setBackgroundDrawable(), setBackgroundResource and setBackground(). package co...