appcelerator equivalent of android's Simple Cursor Adapter and ListView
Hi, pardon me but I wish to list a sqlite database index column in a list view and for the user to select and go to a more detailed view. In Java I would've used Simple Cursor Adapter together with ListView. What is the equivalent for appcelerator?
Many thanks