home / developersection / category
There are different mobiles and computers operating systems like different models of computers and mobiles. Android is one of the operating systems using by the smart phones.
Android supports standard Java Threads. You can use standard Threads and the tools from the package java.util.concurrent to put actions into the bac
Display Data in GridView in AndroidHere In this article, I am going to explain how to display data in GridView in an Android application. And here i
In this article I am going to explain how to use AsyncTask in an android application. In this example we will use AsyncTask to download the content of the webpage.
In this article I am going to explain how to create a handler in an Android application. In this example I will use the class Handler to update a ProgressBar in a background thread.
In this article I am going to explain how to use select query in an Android application and fetching records from the cursor in Android.Start a new pr
Android provides easy way to manage structured data in SQLite database. It has full support for SQLite database. Any databases you create will be acce
In this article I am going to explain how create a database in an Android application and how create table in the database. Start a new project name
SQLite is an Open Source Database which is embedded into Android. SQLite supports standard relational database features like SQL syntax, transactions and prepared statements. In addition it requires only little memory at runtime (approx. 250 Kbyte).
In this article, I am going to explain how to create a TimePickerDialog, which presents the time picker in a floating dialog box at the press of a button. When the time is set by the user, a TextView will update with the new date.
In this article, I am going to explain how to create a DatePickerDialog, which presents the date picker in a floating dialog box at the press of a button. When the date is set by the user, a TextView will update with the new date.
In this article I am going to explain how to create rating bar control in an android application by using RatingBar widget. When a user click on the rating bar, a new rating will be displayed by the toast message.