↧
Make your own gesture application in ANDROID or How to use gestures in ANDROID?
Hi all…. In this tutorial I will teach you how to make use of Gestures in ANDROID and make your own application. Follow the below steps exactly to get an idea of how to use gestures. 1. Make a gesture...
View ArticleHow 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 ArticleHow to call a function using a String in Android and also pass parameters...
Hi all … Today’s post is all about calling functions using Simple Strings. Here we will do two things. 1. Call a function without parameters. 2. Call a function with parameters. This is the class which...
View Article