Login Application For Android
Last week my friend was stuck for an Android application. That application was to use the remote database (MS SQL Server) for login. Later I saw the coding of Android, which was Java only. Its much...
View ArticleMultiple Interface Communication in Android
Here I am posting one another Android example for multiple interface communication. While developing most of the application, we may need multiple interfaces. This could be achieve by creating two...
View ArticleScanning barcode from Android application
Today, I was able to do a remarkable task in Android. Actually I have got to read barcode using the android camera. First thing came to my mind was, is it possible? But later after goggling few hours,...
View ArticleGeting current location in Android application, using GPS
Today one another functionality I tried in the android application. It was to provide the longitude and latitude of the current location in android using it GPS system. The coding was quite easy. We...
View ArticleDynamic ListView in Android
Yesterday one of my readers mail me, asking help for creating the dynamic list. Here is the solution where I have listed the abbreviation and name of the countries in two column list. In this project I...
View ArticleDynamic TableLayout in Android
As my previous post for dynamic ListView is quite helpful for few readers, here I am with a similar post. Here I am creating dynamic table. The concept looks similar but the method of creation will...
View ArticleSending Email from Android Application
Few readers of mine has requested me to upload the source project of my previous two examples. Then I decided to add some flavor to them before I upload, which result this example. For mailing concept,...
View ArticleAdding Simple Animations To Your Android Interface
Today one of my readers asked me for help to create simple animation. So I thought, it may be helpful for him as well as others if I could post an example as a topic. For this example, we will need to...
View ArticleWorking with SQLite on Android
From last few month, I was not able to post any new topic. So today thought to post something, but what? Then I remembered how much I had broken my head to start with the SQLite in android. I had found...
View Article