android Programming Glossary: optimisation
Designing android apps for tablets http://stackoverflow.com/questions/17938163/designing-android-apps-for-tablets for Phones tagline and Design your app for tablets optimisation tips. This appears to be largely based on an automated scan.. app I was getting the design your app for 7 tablets optimisation tip. I added one fragment to my tablet xml in sw600dp like this.. android layout_marginLeft 20dp and this did not remove the optimisation tip. 3 However when I made the same change to a second xml in..
android how to save a bitmap - buggy code http://stackoverflow.com/questions/3628016/android-how-to-save-a-bitmap-buggy-code Here is the code for a serialization with memory optimisation. Im using a static buffer that is growing to the biggest bitmap..
Producing optimised NDK code for multiple architectures? http://stackoverflow.com/questions/5089783/producing-optimised-ndk-code-for-multiple-architectures on all current Android devices but also takes advantage of optimisations for specific chipsets. I'm looking for good default Android.mk.. and what risks other options have. For GCC specific optimisation I'm using the following flags LOCAL_CFLAGS ffast math O3 funroll..
Removing unused strings during ProGuard optimisation http://stackoverflow.com/questions/6009078/removing-unused-strings-during-proguard-optimisation unused strings during ProGuard optimisation I include this ProGuard configuration to strip out debug log..
Designing android apps for tablets http://stackoverflow.com/questions/17938163/designing-android-apps-for-tablets Since I wrote the above Google have introduced the dreaded Designed for Phones tagline and Design your app for tablets optimisation tips. This appears to be largely based on an automated scan of the apk when you upload it probably the xml so the process.. them and they then removed this designation. 2 On a different app I was getting the design your app for 7 tablets optimisation tip. I added one fragment to my tablet xml in sw600dp like this FrameLayout android id @ id SideTab1 android name SideTab1.. layout_width 300dp android layout_height fill_parent android layout_marginLeft 20dp and this did not remove the optimisation tip. 3 However when I made the same change to a second xml in sw600dp then the design your app for 7 tablets optimisation..
android how to save a bitmap - buggy code http://stackoverflow.com/questions/3628016/android-how-to-save-a-bitmap-buggy-code android serialization bitmap save share improve this question Here is the code for a serialization with memory optimisation. Im using a static buffer that is growing to the biggest bitmap size and that I reuse each time. public class Video implements..
Producing optimised NDK code for multiple architectures? http://stackoverflow.com/questions/5089783/producing-optimised-ndk-code-for-multiple-architectures and Application.mk files so that the code produced will run on all current Android devices but also takes advantage of optimisations for specific chipsets. I'm looking for good default Android.mk and Application.mk settings to use and I want to avoid having.. I use as I assume the current defaults are the safest settings and what risks other options have. For GCC specific optimisation I'm using the following flags LOCAL_CFLAGS ffast math O3 funroll loops I've checked all 3 of these speed up my code. Are..
Removing unused strings during ProGuard optimisation http://stackoverflow.com/questions/6009078/removing-unused-strings-during-proguard-optimisation unused strings during ProGuard optimisation I include this ProGuard configuration to strip out debug log statements when I release an Android application assumenosideeffects..
|