Archive for the Android Category
Android Dynamic Autocomplete Using Wikipedia Suggest API
Autocomplete is one of the important aspect of an application. Majority of the android autocomplete implementation are static, that is autocomplete value is hard-coded in the application. This tutorial makes use of Wikipedia API to implement dynamic Autocomplete. To know more about JSON click here. Download Files Create a new Project and give Internet permission [...]
Building Android Currency Converter
In this tutorial you can learn How to build Currency Converter Application in Android. You can build a real time currency converter using YQL. RealTime Currency converter will give current exchange rates. Download Source Step 1:- main.xml Here we will make use of two Spinners and Define Layout of our Application. <?xml version="1.0" encoding="utf-8"?> <ScrollView [...]
Create Your Own Twitter Android Application Using PhoneGap
You can let your followers download your own Twitter Android App!, So that your followers can read your tweets directly from their phone. In this tutorial I will explain building simple Twitter Android App using PhoneGap. You need to configure eclipse before you start, click here to know more. Download Source Step 1:- Download Phonegap [...]
Building Android Application Using HTML
Programming in Java is complex than JavaScript. So in this tutorial learn how to build Android Application using JavaScript. I will demonstrate building simple Hacker News and YouTube Search Android Application using javascript. Configuring Eclipse, Android SDK Step 1:- Download Android SDK (http://developer.android.com/sdk/index.html) and Install Step 2:-Download Eclipse Classical (http://www.eclipse.org/downloads/) Step 3:- Run Android SDK and Install [...]
Android 4.0 Ice Cream Sandwich is Out!
Google has announced Android 4.0 Ice Cream Sandwich. This version has unified experience for phones and tablet. Google Android 3.x version has been specially made for tablets. After Gingerbread this is the major release of Android for Phones. Android 4.0 has rich UI, customizable home screens, resizable widgets etc. Android 4.0 for developers? Android 4.0 [...]