android Programming Glossary: fork
SlidingDrawer deprecated http://stackoverflow.com/questions/13478993/slidingdrawer-deprecated for use. There is nothing stopping you from trying to fork SlidingDrawer to make one in a library project though you will..
Android Drag/Animation of Views http://stackoverflow.com/questions/2363666/android-drag-animation-of-views android development and having a blast. Lately I've hit a fork in the road and I don't know that any of the directions I can..
What are the best practices for SQLite on Android? http://stackoverflow.com/questions/2493331/what-are-the-best-practices-for-sqlite-on-android up blog post Single SQLite connection Also checkout the fork by 2point0 of the previously mentioned locking example Android..
Android OpenAL? http://stackoverflow.com/questions/2587295/android-openal on pre 2.3 Android platforms. However this is an outdated fork of OpenAL Soft I've updated the backend to the latest version..
Detect network connection type on Android http://stackoverflow.com/questions/2802472/detect-network-connection-type-on-android find it useful. Here is a Gist of the class so you can fork it and edited it. package com.emil.android.util import android.content.Context..
How to Animate Addition or Removal of Android ListView Rows http://stackoverflow.com/questions/3928193/how-to-animate-addition-or-removal-of-android-listview-rows have been placed. While writing my own implementation fork of ListView has crossed my mind this seems like something that..
Android and XMPP: Currently available solutions http://stackoverflow.com/questions/4769020/android-and-xmpp-currently-available-solutions improve this question I currently use asmack with my own fork of smack for my project. The fork contains at the moment some.. use asmack with my own fork of smack for my project. The fork contains at the moment some additional patches is in sync with.. Entity Capabilities In Band Registration My aSmack fork the build environment for smack can be found on GitHub . Jar's..
DialogFragments with devices api level < 11 http://stackoverflow.com/questions/5637894/dialogfragments-with-devices-api-level-11 11 I am in the process of making a honeycomb project fork backwards compatible with 1.6 . Based on the documentation provided..
Using serviceloader on android http://stackoverflow.com/questions/5760607/using-serviceloader-on-android named modified that tries to solve both issues. It is a fork from the original android maven plugin I modified one month..
Problem with Runtime.exec and Android http://stackoverflow.com/questions/6018126/problem-with-runtime-exec-and-android Github commit . In essence it deadlocks directly after fork but before doing the actual exec because somebody tried to malloc...
Runtime.exec() bug: hangs without providing a Process object http://stackoverflow.com/questions/8688382/runtime-exec-bug-hangs-without-providing-a-process-object debugging logs So here is what I found so far after the fork the parent does this int result int count read statusIn result..
Understanding Android: Zygote and DalvikVM http://stackoverflow.com/questions/9153166/understanding-android-zygote-and-dalvikvm applications. The question is how does zygote exactly fork Dalvik VM. I dont really understand why it is not possible to.. need them. The Dalvik process hosting a typical app is forked off of zygote with all the common android libraries already..
Wrong fragment in ViewPager receives onContextItemSelected call http://stackoverflow.com/questions/9753213/wrong-fragment-in-viewpager-receives-oncontextitemselected-call when I was using ActionBarSherlock 3.5.1 which had its own fork of the support library. android android compat lib share..
SlidingDrawer deprecated http://stackoverflow.com/questions/13478993/slidingdrawer-deprecated was deprecated in late 2008 IIRC and it is still available for use. There is nothing stopping you from trying to fork SlidingDrawer to make one in a library project though you will need to copy some resources and make code changes to point..
Android Drag/Animation of Views http://stackoverflow.com/questions/2363666/android-drag-animation-of-views of Views I'm not a programmer but I'm trying to learn android development and having a blast. Lately I've hit a fork in the road and I don't know that any of the directions I can identify will meet all my needs. This is where you the experts..
What are the best practices for SQLite on Android? http://stackoverflow.com/questions/2493331/what-are-the-best-practices-for-sqlite-on-android out very soon. Take a look. In the meantime there is a follow up blog post Single SQLite connection Also checkout the fork by 2point0 of the previously mentioned locking example Android Database Locking Collisions Example by 2point0 on GitHub..
Android OpenAL? http://stackoverflow.com/questions/2587295/android-openal linked to and described here as the only option for OpenAL on pre 2.3 Android platforms. However this is an outdated fork of OpenAL Soft I've updated the backend to the latest version on a github repo here along with the OpenSL ES 1.0.1 fix...
Detect network connection type on Android http://stackoverflow.com/questions/2802472/detect-network-connection-type-on-android that and I thought I would share it with others that might find it useful. Here is a Gist of the class so you can fork it and edited it. package com.emil.android.util import android.content.Context import android.net.ConnectivityManager import..
How to Animate Addition or Removal of Android ListView Rows http://stackoverflow.com/questions/3928193/how-to-animate-addition-or-removal-of-android-listview-rows It appears ListView doesn't update its layout once its elements have been placed. While writing my own implementation fork of ListView has crossed my mind this seems like something that shouldn't be so difficult. Thanks android listview animation..
Android and XMPP: Currently available solutions http://stackoverflow.com/questions/4769020/android-and-xmpp-currently-available-solutions the above over the rest android xmpp smack asmack share improve this question I currently use asmack with my own fork of smack for my project. The fork contains at the moment some additional patches is in sync with upstream smack development.. xmpp smack asmack share improve this question I currently use asmack with my own fork of smack for my project. The fork contains at the moment some additional patches is in sync with upstream smack development and works very well for me. I.. Proxies via Local Socks Proxy DNS SRV lookups MUC Service Discovery Entity Capabilities In Band Registration My aSmack fork the build environment for smack can be found on GitHub . Jar's can be found @ asmack.freakempire.de . The Smack version..
DialogFragments with devices api level < 11 http://stackoverflow.com/questions/5637894/dialogfragments-with-devices-api-level-11 with devices api level 11 I am in the process of making a honeycomb project fork backwards compatible with 1.6 . Based on the documentation provided by Google Android I decided to build off all my fragments..
Using serviceloader on android http://stackoverflow.com/questions/5760607/using-serviceloader-on-android https github.com pa314159 maven android plugin the branch named modified that tries to solve both issues. It is a fork from the original android maven plugin I modified one month ago for my own Android projects. It also provides a patch for..
Problem with Runtime.exec and Android http://stackoverflow.com/questions/6018126/problem-with-runtime-exec-and-android
Runtime.exec() bug: hangs without providing a Process object http://stackoverflow.com/questions/8688382/runtime-exec-bug-hangs-without-providing-a-process-object java_lang_ProcessManager.cpp file in an NDK project with some debugging logs So here is what I found so far after the fork the parent does this int result int count read statusIn result sizeof int hangs there close statusIn Though the child process..
Understanding Android: Zygote and DalvikVM http://stackoverflow.com/questions/9153166/understanding-android-zygote-and-dalvikvm Zygote and DalvikVM I try to understand how Android lauch applications. The question is how does zygote exactly fork Dalvik VM. I dont really understand why it is not possible to run multiple applications in the same Dalvik VM. android.. good about sharing read only pages across all processes that need them. The Dalvik process hosting a typical app is forked off of zygote with all the common android libraries already mapped so new unique copies don't have to be opened. Source..
Wrong fragment in ViewPager receives onContextItemSelected call http://stackoverflow.com/questions/9753213/wrong-fragment-in-viewpager-receives-oncontextitemselected-call with the support library As a side note this didn't happen when I was using ActionBarSherlock 3.5.1 which had its own fork of the support library. android android compat lib share improve this question So this is some sort of idiotic design..
|