Quantcast
Channel: Android WTF » admin
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to configure ActionBarSherlock with Intellij IDEA

Introduction This tutorial will guide you through the steps to set up ActionBarSherlock (ABS from now on) with your Android project created using Intellij IDEA. Just for the record, I’m using ABS...

View Article



Image may be NSFW.
Clik here to view.

Difference between @+id, @id and @android in Android

Any view that needs to be referenced in either Java code or XML layout requires a unique ID. An ID is defined inside the android:id attribute. Depending on the situation, it can appear in one of the...

View Article

Image may be NSFW.
Clik here to view.

How to easily traverse any view hierarchy in Android

Have you ever wanted to find all the views marked with a specific tag? Well, the Android SDK only allows to find the first one. How about finding a specific type of views? Faced with this very problem,...

View Article

Image may be NSFW.
Clik here to view.

Decompile APK Step by Step Guide

Step 0 – Download APK Use this online tool to download your desired APK file from Google Play. Step 1 – Download tools You will need Java (JRE) and the following tools: ApkTool Dex2Jar JD-GUI Step 2 –...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images