Re: [android-developers] What is Cursor??

2010-12-05 Thread Robin Talwar
Thanks Artak Last one helped a lot. I guess i would have to first get strong hand over java before jumping in android world. Regards On Sun, Dec 5, 2010 at 4:15 PM, Artak Kalantarian wrote: > http://developer.android.com/reference/android/database/Cursor.html > This interface provides random rea

Re: [android-developers] What is Cursor??

2010-12-05 Thread Artak Kalantarian
http://developer.android.com/reference/android/database/Cursor.html This interface provides random read-write access to the result set returned by a database query. http://www.devx.com/wireless/Article/40842 Notice that Android uses the Cursor class as a return value for queries. Think of the Curs

[android-developers] What is Cursor??

2010-12-05 Thread Abhishek Talwar
Hi guys I was going through the notepad tutorials and i found something playing a key role in it which is called cursor. Please let me know in simple language that what is this cursor and how can i use it in an application which integrates database. Thanks -- You received this message because you