I just finish a desktop application who export/import into an sqlite database some usefull informations. Now the tricky part is to somehow manage to display into a listview/spinner or something some information from that database.
More exactly, the question is: what is the best approach to display a huge items/products list/predefined customers into b4a application?
The records in database table are many, usually over 500, 600 records, even more. The user is suppose to pick an item from this list then carry on...etc. To scroll this list only is out of a question... maybe some autocomplet view/something will help. Or maybe a combination of textview/ listview, I don't know.
PS: (maybe this link will explain better than me: Auto Complete | Android Developers)
Thanks.
More exactly, the question is: what is the best approach to display a huge items/products list/predefined customers into b4a application?
The records in database table are many, usually over 500, 600 records, even more. The user is suppose to pick an item from this list then carry on...etc. To scroll this list only is out of a question... maybe some autocomplet view/something will help. Or maybe a combination of textview/ listview, I don't know.
PS: (maybe this link will explain better than me: Auto Complete | Android Developers)
Thanks.