
Android system uses SQLite database to persist information. This example introduces you to Android provide SQLite Helper classes like SQLiteOpenHelper…
Android Application Development
Android system uses SQLite database to persist information. This example introduces you to Android provide SQLite Helper classes like SQLiteOpenHelper…
In this article, I am going to show you how to encode an HTML string. Next, I will show you…
In this article, we will see an example of Android’s spinner widget. A spinner widget holds a list of values,…
In this article, I will show you an example of Android’s AutoCompleteTextView widget. It is a subclass of EditText view…
layout_weight assigns weight to the children of LinearLayout. For example, if there are three child items within the LinearLayout, then the…
In my article on AlertDialog with List, I showed you an AlertDialog with a traditional single-choice list. On touching an…
In this article, we will see an alert dialog with a single-choice list which means there won’t be any buttons…
In this article, I will show you an example of Android’s SeekBar. It extends ProgressBar and adds a draggable thumb to it.…
In the last article, I showed you how to send SMS in android. In this article, we will see how…
In this article, I will show you how to send SMS in Android. We have two methods of sending SMS.…
In this article, I will show you how to make a phone call. Android provides two different ways to make…
In this article, I will show you an example of Android’s RatingBar. A rating bar shows a rating in stars.…
In my previous article, I showed you an example of simple GridView Example. In this article, we will customize our view.…