Almora Well-Known Member Licensed User Longtime User Nov 25, 2016 #1 hi.. The application contains 900 text files. The application is slow on some devices. What do you do for performance? Attachments PicsArt_11-25-02.41.27.jpg 9.6 KB · Views: 183
hi.. The application contains 900 text files. The application is slow on some devices. What do you do for performance?
wonder Expert Licensed User Longtime User Nov 25, 2016 #2 You delete a few lines of code and write some other lines of code. The performance will for sure increase in certain devices... Upvote 0
You delete a few lines of code and write some other lines of code. The performance will for sure increase in certain devices...
andymc Well-Known Member Licensed User Longtime User Nov 25, 2016 #3 could your load the contents of these files into a Database? Then use that from your application? Would be much faster. Upvote 0
could your load the contents of these files into a Database? Then use that from your application? Would be much faster.
Almora Well-Known Member Licensed User Longtime User Nov 25, 2016 #4 SetApplicationAttribute (android: largeHeap, "true") it was not helpful.. Upvote 0