Welcome To Snipplr
Everyone's Recent Java Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
a 2-lines code to start a phone call from your Android application
0
811
posted 14 years ago by funkypanda
2 lines of code to start the browser form your Android application.
0
674
posted 14 years ago by funkypanda
*language: beanshell*
be sure to adapt your YUICompressor path
0
743
posted 14 years ago by birdspider
Using http://www.clapper.org/software/java/util/javadocs/util/api/org/clapper/util/classutil/ClassFinder.html in order to find a class in class path.
0
778
posted 14 years ago by narkisr
input: -width 123 -height 234 -minimized -visible
output map: {"-width":"123", "-height":"234", "-minimized":null, "-visible":null}
0
724
posted 14 years ago by tactoth
Code is to demonstrate the use of DocumentBuilder to parse the XML file. And retrieve the data from it.
1
995
posted 14 years ago by PravinChk
This is a snippet to validate anagrams of 'debit card'. It validates 'debit card' and 'bad credit'
0
629
posted 14 years ago by mangrar