8
Building Android library with Eclipse vs Antview story

http://stackoverflow.com – I have a simple Android library project, which contains network calls functionality only. It doesn't need to inherit any XML/resources etc… to calling application. When I build this project using Eclipse IDE (right click on project and click on Build Project), it generates a JAR under bin/libproject.jar. (HowTos)

8
Why I am getting WindowLeaked when trying to show dialog inside a custom class?view story

http://stackoverflow.com – I am trying to create an AlertDialog, I have done this hundred of times but this time it is not working. (HowTos)

8
Android saving and storing images in gallery?view story

http://stackoverflow.com – How can I save pictures taken by a camera through my app into my device's gallery? I find the tutorials online unclear. The problem is that the app currently crashes after taking a picture and can only save a single image in the directory specified. Am i right in assuming the app is crashing because it doesn't know what to do after saving a file? (HowTos)

8
How do i get .Jar files to open?view story

http://chakra-project.org – java -jar filename.jar same as ubuntu got it meself thanks anyway (HowTos)

8
Design optimizations when making external process callsview story

http://stackoverflow.com – I need from a java process to call external processes/scripts/cli commands. Since these calls will be quite a lot and some will return back the result of the process/script that run and others will just run it, I was wondering if: There is a standard design to build around Java's ProcessBuilder so that I don't have scattered in the code calls to ProcessBuilder constantly What optimizations can (HowTos)

8
Airplane Mode Receiver in Manifest?view story

http://stackoverflow.com – I am working on developing an Android app that will be used as a handheld controller in an industrial environment. In order to make the tablet less desirable to take home, I was going to try and programatically turn on Airplane Mode all the time but that was deprecated in 4.2, which is also the version we are using in order to have Android Open Accessory. (HowTos)

8
Setting of Environmental variable in StartWeblogic.sh linuxview story

http://stackoverflow.com – I have to set environmental variable in the JAVA_OPTIONS of startWeblogic.sh in Windows i set as set JAVA_OPTIONS=-DCommonFilePath="" -Dwindow.title=App-Name -Dsimulator.context_path=/SiteMinder the above statement works fine in Windows But if i try to set in Linux, its not taking it. JAVA_OPTIONS=-DCommonFilePath="" -Dwindow.title=App-Name -Dsimulator.context_path=/SiteMinder on server star (HowTos)

8
Globstar paths in bash fileview story

http://stackoverflow.com – the I need to buld some library with provided build.sh containing globstar path (src/* /.java). I enabled globstar with shopt -s globstar and all works great from terminal but from bash file #!/bin/bash ls **/*.java I get following error: ls: cannot access **/*.java: No such file or directory (HowTos)

8
Android ZXing integration errorsview story

http://stackoverflow.com – I am a student and as a part of my android project at school, I need to include a barcode app. I have clearly followed instructions given in http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-s... to integrate ZXing. (HowTos)

8
Section header does not stick to the topview story

http://stackoverflow.com – I have implemented pull-to-refresh and section header in my app but the problem is that my header is not sticking to the top. It gets scrolled when ever I scroll the page. Moreover I am getting Null Pointer exception for adapter.removeSectionItem(0);. (HowTos)