Hello, I am a SQLite newbie -- I need to store a queue into a DB. I
need to be able to insert at the head, and append at the tail. I also
need to remove items from the head.

Each item is just a string. I need to maintain a todo list -- high
priority items are added to the beginning of the queue. and low
priority items are append to the end.

How to do this?

Thanks

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to