Click here to Skip to main content
15,886,509 members
Articles / Programming Languages / C++

5 tips to improve performance in Android applications

25 Feb 2014CPOL 5.4K   5  
If your application has many time-intensive operations, here are some tricks to improve the performance and provide a better experience for your users. 1) Operations that can take a long time should run on their own thread and not in the main UI thread. If an operation takes too long while it runs o
We're sorry, but the article you are trying to view was deleted at 25 Jun 2015.

Please go to the C++ Table of Contents to view the list of available articles in this section.