| android Programming Glossary: fixesError including Android-DirectionalViewPager .jar in Eclipse http://stackoverflow.com/questions/10720276/error-including-android-directionalviewpager-jar-in-eclipse  jar file from the current git files and oleg's additions fixes. I can confirm that it's working with the current support lib.. 
 Android ViewPager - can't update dynamically http://stackoverflow.com/questions/10849552/android-viewpager-cant-update-dynamically  it is don't destroy or remove it. Returning POSITION_NONE fixes the problem by instead saying This object is no longer an item.. 
 Navigation Drawer (Google+ vs. YouTube) http://stackoverflow.com/questions/11377472/navigation-drawer-google-vs-youtube  My best guess is that the reason the YouTube app fixes the position of the action bar is One of the most important.. 
 EditText causing memory leak http://stackoverflow.com/questions/14069501/edittext-causing-memory-leak  EDIT2 Removing the android id attribute of the EditText s fixes it... But now they're pretty useless...  android memory memory.. 
 Playing HTML5 video on fullscreen in android webview http://stackoverflow.com/questions/15768837/playing-html5-video-on-fullscreen-in-android-webview  find Donate link at bottom . Edit 2013 12 some bug fixes related to Sony Xperia devices compatibility but which in fact.. 
 How do you install Google frameworks (Play, Accounts, etc) on a Genymotion virtual device? http://stackoverflow.com/questions/17831990/how-do-you-install-google-frameworks-play-accounts-etc-on-a-genymotion-virtu  date builds of libhoudini and have updated the ZIP. This fixes a lot of app crashes and hangs. Just flash the new one and it.. Store go to the 'My Apps' menu and let everything update fixes a lot of issues Now try searching for 'Netflix' and 'Google.. 
 How to emulate GPS location in the Android Emulator? http://stackoverflow.com/questions/2279647/how-to-emulate-gps-location-in-the-android-emulator  Emulator console that lets you enter certain data like geo fixes network etc. How to use the console is extensively explained.. 
 SharedPreferences.onSharedPreferenceChangeListener not being called consistently http://stackoverflow.com/questions/2542938/sharedpreferences-onsharedpreferencechangelistener-not-being-called-consistently  listener The reason unregistering in the onDestroy method fixes the problem is because to do that you had to save the listener.. the issue. It's the saving the listener in a field that fixes the problem not the unregistering in onDestroy.  share improve.. 
 WebView and Cookies on Android http://stackoverflow.com/questions/2566485/webview-and-cookies-on-android 
 How to adjust text font size to fit textview http://stackoverflow.com/questions/2617266/how-to-adjust-text-font-size-to-fit-textview  it is a bit more readable. It also include's gregm's bug fixes and a bug fix of my own. import android.content.Context import.. 
 Unbearably slow android emulator — is there a fix? http://stackoverflow.com/questions/3210198/unbearably-slow-android-emulator-is-there-a-fix  LogCat apparently. Are there any alternatives or certain fixes I can try before buying a phone I'd just upgrade my phone to.. 
 Help with a custom View attributes inside a Android Library Project http://stackoverflow.com/questions/4461407/help-with-a-custom-view-attributes-inside-a-android-library-project  r17 and support package r7 released with new features and fixes for lint build system and emulator   share improve this answer.. 
 Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on Android http://stackoverflow.com/questions/4709137/solution-to-install-failed-insufficient-storage-error-on-android  how much storage is available. Rebooting the target device fixes the problem briefly but it soon comes back. There are hundreds.. 
 How do I add a Fragment to an Activity with a programmatically created content view http://stackoverflow.com/questions/5159982/how-do-i-add-a-fragment-to-an-activity-with-a-programmatically-created-content-v  inner class or creating a new java file for the fragment fixes that. The second issue is that when you're adding a fragment.. 
 Optimising Android application before release [closed] http://stackoverflow.com/questions/5626947/optimising-android-application-before-release  . Now I'm curious to know about other developers' special fixes which they have used to optimise their own applications. Stuff.. users may never recognise or pay attention to. However the fixes will either increase the battery life or help improve maintenance.. 
 Reusing SSL Sessions in Android with HttpClient http://stackoverflow.com/questions/5643704/reusing-ssl-sessions-in-android-with-httpclient  PlainSocketFactory.getSocketFactory 80 Removing that line fixes it despite HttpClient never even using http port 80. Why this.. 
 Why would I ever NOT use BitmapFactory's inPurgeable option? http://stackoverflow.com/questions/7068132/why-would-i-ever-not-use-bitmapfactorys-inpurgeable-option  exceptions in Android 2.x and earlier Android 3.1 fixes this . If inPurgeable is so great why would I ever NOT want.. 
 Error including Android-DirectionalViewPager .jar in Eclipse http://stackoverflow.com/questions/10720276/error-including-android-directionalviewpager-jar-in-eclipse  I was able to compile a new and working directionalViewpager jar file from the current git files and oleg's additions fixes. I can confirm that it's working with the current support lib v4 r11. https dl.dropbox.com u 24363935 android directionalviewpager.. 
 Android ViewPager - can't update dynamically http://stackoverflow.com/questions/10849552/android-viewpager-cant-update-dynamically  POSITION_UNCHANGED which means This object is fine where it is don't destroy or remove it. Returning POSITION_NONE fixes the problem by instead saying This object is no longer an item I'm displaying remove it. So it has the effect of removing.. 
 Navigation Drawer (Google+ vs. YouTube) http://stackoverflow.com/questions/11377472/navigation-drawer-google-vs-youtube  the YouTube and G apps it does seem odd that they behave differently. My best guess is that the reason the YouTube app fixes the position of the action bar is One of the most important navigational options for users using the YouTube app is search.. 
 EditText causing memory leak http://stackoverflow.com/questions/14069501/edittext-causing-memory-leak  the leak does not occur I'm completely confused now... EDIT2 Removing the android id attribute of the EditText s fixes it... But now they're pretty useless...  android memory memory management memory leaks heap   share improve this question.. 
 Playing HTML5 video on fullscreen in android webview http://stackoverflow.com/questions/15768837/playing-html5-video-on-fullscreen-in-android-webview  version. I release this source under WTFPL. Donations are accepted find Donate link at bottom . Edit 2013 12 some bug fixes related to Sony Xperia devices compatibility but which in fact affected all devices. VideoEnabledWebChromeClient can be.. 
 How do you install Google frameworks (Play, Accounts, etc) on a Genymotion virtual device? http://stackoverflow.com/questions/17831990/how-do-you-install-google-frameworks-play-accounts-etc-on-a-genymotion-virtu  and GApps XDA Developers UPDATE v1.1 I've gotten more up to date builds of libhoudini and have updated the ZIP. This fixes a lot of app crashes and hangs. Just flash the new one and it should work. This guide is for getting back both ARM Translation.. Play Store. Sign in using your Google account Once in the Store go to the 'My Apps' menu and let everything update fixes a lot of issues Now try searching for 'Netflix' and 'Google Drive' If both apps show up in the results and you're able to.. 
 How to emulate GPS location in the Android Emulator? http://stackoverflow.com/questions/2279647/how-to-emulate-gps-location-in-the-android-emulator  You can connect to the Emulator via Telnet. You then have a Emulator console that lets you enter certain data like geo fixes network etc. How to use the console is extensively explained here . To connect to the console open a command line and type.. 
 SharedPreferences.onSharedPreferenceChangeListener not being called consistently http://stackoverflow.com/questions/2542938/sharedpreferences-onsharedpreferencechangelistener-not-being-called-consistently  prefs.registerOnSharedPreferenceChangeListener listener The reason unregistering in the onDestroy method fixes the problem is because to do that you had to save the listener in a field therefore preventing the issue. It's the saving.. 
 WebView and Cookies on Android http://stackoverflow.com/questions/2566485/webview-and-cookies-on-android 
 How to adjust text font size to fit textview http://stackoverflow.com/questions/2617266/how-to-adjust-text-font-size-to-fit-textview  posted by Dunni. It uses a binary search like gjpc's but it is a bit more readable. It also include's gregm's bug fixes and a bug fix of my own. import android.content.Context import android.graphics.Paint import android.util.AttributeSet import.. 
 Unbearably slow android emulator — is there a fix? http://stackoverflow.com/questions/3210198/unbearably-slow-android-emulator-is-there-a-fix  with 8GB ram and windows 7 x64. Nothing is being logged in LogCat apparently. Are there any alternatives or certain fixes I can try before buying a phone I'd just upgrade my phone to an HTC Incredible and debug from the phone but Verizon won't.. 
 Help with a custom View attributes inside a Android Library Project http://stackoverflow.com/questions/4461407/help-with-a-custom-view-attributes-inside-a-android-library-project 
 Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on Android http://stackoverflow.com/questions/4709137/solution-to-install-failed-insufficient-storage-error-on-android  developer's life. It happens regardless of app size or how much storage is available. Rebooting the target device fixes the problem briefly but it soon comes back. There are hundreds if not thousands of message board posts from people asking.. 
 How do I add a Fragment to an Activity with a programmatically created content view http://stackoverflow.com/questions/5159982/how-do-i-add-a-fragment-to-an-activity-with-a-programmatically-created-content-v  and visible. Moving the fragment into the Activity as an inner class or creating a new java file for the fragment fixes that. The second issue is that when you're adding a fragment this way you must pass a reference to the fragment's containing.. 
 Optimising Android application before release [closed] http://stackoverflow.com/questions/5626947/optimising-android-application-before-release  small things they've requested. No problems whatsoever . Now I'm curious to know about other developers' special fixes which they have used to optimise their own applications. Stuff that users may never recognise or pay attention to. However.. have used to optimise their own applications. Stuff that users may never recognise or pay attention to. However the fixes will either increase the battery life or help improve maintenance of the application. So what's your unique optimizing trick.. 
 Reusing SSL Sessions in Android with HttpClient http://stackoverflow.com/questions/5643704/reusing-ssl-sessions-in-android-with-httpclient 
 Why would I ever NOT use BitmapFactory's inPurgeable option? http://stackoverflow.com/questions/7068132/why-would-i-ever-not-use-bitmapfactorys-inpurgeable-option  has been recommended in various places as a way to avoid OutOfMemory exceptions in Android 2.x and earlier Android 3.1 fixes this . If inPurgeable is so great why would I ever NOT want to use it The documentation seems very light on details about.. 
 |