I completed a goal(10km run)
Jules of Nature
h
Three Goblin Art
Misplaced Lens Cap
will byers stan first human second

Kiana Khansmith

No title available

⁂
Lint Roller? I Barely Know Her
Keni
macklin celebrini has autism
Show & Tell
Cosmic Funnies

PR's Tumblrdome
"I'm Dorothy Gale from Kansas"
TVSTRANGERTHINGS

pixel skylines

❣ Chile in a Photography ❣
almost home
we're not kids anymore.

seen from United Kingdom
seen from United States

seen from Canada
seen from United Kingdom
seen from Sweden
seen from Ireland

seen from T1

seen from Germany
seen from Germany
seen from Tunisia

seen from United States
seen from Lithuania
seen from Spain
seen from United Kingdom
seen from Ireland

seen from Georgia
seen from Türkiye

seen from Iraq

seen from Germany

seen from Nepal
@tk-park-blog
I completed a goal(10km run)
Since the introduction of the Action Bar design pattern, many applications have adopted it as a way to provide easy access to common actions. In Android 3.0 (or Honeycomb to its friends) this pattern has been baked in as the default navigation paradigm and extended to take advantage of the extra real-estate available on tablets. By using the Action Bar in your Honeycomb-targeted apps, you'll give your users a familiar way to interact with your application. Also, your app will be better prepared to scale across the range of Android devices that will be arriving starting in the Honeycomb era.
...
http://android-developers.blogspot.com/2011/04/customizing-action-bar.html
Black ShihTzu :D
Download Java SE 6 JDK for Linux x86 self-extracting binary At the time of writing, the file I'm using is jdk-6u32-linux-i586.bin
From the download folder, make the file executable chmod a+x jdk-6u32-linux-i586.bin
Apparently there isn't a jvm folder anymore, so create one. sudo mkdir /usr/lib/jvm
Move the file to the jvm folder sudo mv jdk-6u32-linux-i586.bin /usr/lib/jvm/
Change to the jvm folder and run the self-extracting binary cd /usr/lib/jvm sudo ./jdk-6u32-linux-i586.bin Everything will be extracted to a new jdk1.6.0_32 folder and you can delete the .bin file now.
Make symbolic links to the new java binary. sudo ln -s -b /usr/lib/jvm/jdk1.6.0_32/jre/bin/java /etc/alternatives/java sudo ln -s -b /usr/lib/jvm/jdk1.6.0_32/jre/bin/java /usr/bin/java
Double-check the version java -version
http://www.printandweb.ca/2012/04/manually-install-oracle-jdk-6-for.html