Senin, Maret 19, 2012

TuneUp Utilities v12.0

TuneUp Utilities v12.0

Uncompromising performance, maximum battery life, a clutter-free PC experience and smart energy efficiency – that‘s exactly what you get with an all-new TuneUp Utilities™ 2012. Packed full with more than 30 tools, we guaranteed that your PC is in top shape!It’s Windows® like you’ve never seen it before, all thanks to two truly unique technologies built into TuneUp Utilities™ 2012.

Menginstal SDK Android Secara Offline


Catatan: Langkah 1 dan 2 dapat anda dilewati bila sudah menginstall Eclipse atau Netbeans. Nama file dapat Berubah sesuai dengan versi masing-masing. Saya mencantumkan nama file  untuk memudahkan anda yang menjalankan instalasi dari CD/flash disk.

Langkah Instalasi SDK Android Offline :
  1. Instal Java SDK, Nama file akan seperti  "jdk-6u21-windows-i586.exe". Nama 6u21 dapat berbeda  sesuai dengan versi JDK.

Minggu, Maret 18, 2012

Creating and Using Databases in Android

Database support is the lifeline of every application, big or small. Unless your application deals only with simple data, you need a database system to store your structured data. Android uses the SQLite database system, which is an open-source, stand-alone SQL database, widely used by many popular applications. For example, Mozilla Firefox uses SQLite to store configuration data and iPhone also uses SQLite for database storage.