Hello,
In my desktop application, I query and list result information into a table view. Records are more than 300,000 in database. After every query, records’ info are reloaded again and show in table view. Program is work but performance is not best to show info. There are only 15 records to show in table’s view port after every query. So I have to change and code my desktop program to Model View Controller (MVC) architecture. After query, records’ info are showed again. performance is great with MVC. Now I want to create the program with this records in b4a and B4i projects. But I worry about performance in my b4x projects.
After searching in b4x forum, there is no post with MVC architure.
Thanks.
In my desktop application, I query and list result information into a table view. Records are more than 300,000 in database. After every query, records’ info are reloaded again and show in table view. Program is work but performance is not best to show info. There are only 15 records to show in table’s view port after every query. So I have to change and code my desktop program to Model View Controller (MVC) architecture. After query, records’ info are showed again. performance is great with MVC. Now I want to create the program with this records in b4a and B4i projects. But I worry about performance in my b4x projects.
After searching in b4x forum, there is no post with MVC architure.
Thanks.