Tag archives for Android - Page 20
Implement a Gesture Detector in Android
In modern applications, manage users’ gestures is an essential feature. It brings a better interactivity between your application and users. Implement a Gesture Detector to create a view flipper in Android is very simple and we’re going to make it quickly. Follow the guide. Android SDK provides a GestureDetector class available in package . GestureDetecture detects various gestures and events…
How to monetize an Android application ?
For each developer, monetize an application is the big question that should be prepared during conception of an application. Indeed, it’s the best moment to take decision about business model for an application. Several models are possible : Paid model. Users pay one time for your application and after that it’s over. No more revenue. Subscription model. Users pay each…