Hi guys, I want to make a Dictionary app but I still got some questions:
1. I got all words in 1 database file (about 30MB). Does Android support that big file size? How to deal with it? My previous project got problem with 4MB database file.
2. My database got more than 30.000 words that mean there're 30.000 records. I want to load them all into a list view. Is it ok? How about the performance (scrolling up and down...) ? I see some dictionary apps just show about 30 words in list view, when user scroll down, it shows another 30 words... How can I do that?
3. I want my app have AutoCompleteInput view that searchs and shows words after user input a few characters. Does it work with 30.000 words database?
Please share your experience. Thank you so much
1. I got all words in 1 database file (about 30MB). Does Android support that big file size? How to deal with it? My previous project got problem with 4MB database file.
2. My database got more than 30.000 words that mean there're 30.000 records. I want to load them all into a list view. Is it ok? How about the performance (scrolling up and down...) ? I see some dictionary apps just show about 30 words in list view, when user scroll down, it shows another 30 words... How can I do that?
3. I want my app have AutoCompleteInput view that searchs and shows words after user input a few characters. Does it work with 30.000 words database?
Please share your experience. Thank you so much