i have database with only a counter....i wanted to know how to increment it.... i have seen this article Increase the value of a record in android/sqlite database but dont really understand it.... does someone have a code sample which might be useful?
i basically want to make a quotes application... in that say the user has seen 50 out of 100 quotes and exits the application... i want to restart from 50 next time the user starts up the application... is there any other way apart from databases to accomplish this task?