View Full Version : Looking for a way to count clicks
fresh83
03-20-2011, 10:51 AM
im creating my first market ready app and its a fairly simple idea i think ill be able to finish but i need a way to count the number of times a user clicks a button.
also if anyone knows of a simple way to record the times between clicks that would also be very helpful.
any suggestions?
Scythe
03-20-2011, 11:07 AM
im creating my first market ready app and its a fairly simple idea i think ill be able to finish but i need a way to count the number of times a user clicks a button.
also if anyone knows of a simple way to record the times between clicks that would also be very helpful.
any suggestions?
If you need to do it locally, then SqlLite or SharedPreference's. If you want to track it for your own knowledge (which is kinda sketchy), then create a web service.
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.