[android-developers] Re: sqlite database
I think that's a great idea.
On Nov 8, 12:12 pm, Narendra Singh Rathore <nsr.curi...@gmail.com>
wrote:
> hi frnds, I actually want to show my database table in tabular form in
> my avd. Is there any simple way to achieve that.
> I am currently using single class for database (no sqliteDBHelper),
> with the help of cursor object.
>
> Cursor cur;
> tv.setText(cur.getString(0)+" "+cur.getString(1)); //tv
> is textView here
>
> sry if its a silly question
> Any help will be appreciated....
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home