Browsing Tag
tutorial
The shutdown command comes in handy if you want to shutdown or reboot your Mac at a specific time. Here are some of the…
SimpleDateFormat example on Android
The example demonstrate how to convert a Date object to string using a specified format, and convert back.
Show and Hide ActionBar on Android code
The action bar is a window feature that identifies the user location, and provides user actions and navigation modes. Using the…
Connect to Dropbox using Android
In this tutorial we will learn how to create an Android application for uploading a file on Dropbox!
Dropbox is a popular free…
Caching Bitmaps and Managing Bitmap Memory (video)
Memory allocation is very critical and complicated factor when we have to load a number of bitmap inside Android applications. …
Display current date on your Android app
This post simply shows how you can get current date and time inside Android layout and insert it in a TextView. Also it covers how…
Display version number on your Android app
Versioning is a critical component of your application upgrade and maintenance strategy.
Versioning is important because:…
Android switch button example
A Switch is a two-state toggle switch widget that can select between two options. The user may drag the "thumb" back and forth to…