Quantcast
Channel: CoderzHeaven » Static String
Browsing all 6 articles
Browse latest View live

Working with SQLite Database in ANDROID.

Below is a straight forward example of how to deal with SQLite database in ANDROID. Go ahead and copy and paste the following code to your java file. The example has one database and performs functions...

View Article



How to use SQLite in ANDROID, A really simple example.

Hello ANDROID Lovers…….. In today’s tutorial I will show you how to deal with SQLite Databases in ANDROID. You know that SQLite are Lightweight databases which is maintained only on the client side....

View Article

Image may be NSFW.
Clik here to view.

SQLiteManager plugin for eclipse

When you are working on an Android application that stores data in a SQLite database.There arise many questions like where does this database file get stored on the filesystem ? How can we access the...

View Article

Image may be NSFW.
Clik here to view.

How to save data or score in Android Cocos2D?

Hello Friends Today I will show you how to save data in cocos2D android in a database and reload it when the game starts. This has been always a problem withe game developers for cocos2D android. I...

View Article

Image may be NSFW.
Clik here to view.

How to make a http call repeatedly from a service in android?

We may have applications in which we may have to make repeated calls to a webservice. At that time services may be useful. This is such an example in which we will be creating a Service in android to...

View Article


Image may be NSFW.
Clik here to view.

How to load a spinner with values from SQlite Database in android?

Here is a simple example showing how to load a database values in a spinner in android. OK we will start. This is the layout for the spinner row. spinner_row.xml <?xml version="1.0"...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images