Android Core
-
Hardware Acceleration in Android – Are You Using It?
Did you know Android has Hardware Acceleration? Did you also know you actually need to enable it for your app…
Read More » -
Android UI: Taking a look at iosched open source app
So, yes, open source is right, great and helps everyone to learn how to do right things (or even to…
Read More » -
Android TextView with custom fonts
While developing an android app I found that everytime I was trying to use a custom font on a TextView…
Read More » -
Android: Loaders versus AsyncTask
One of the biggest pieces of Android that I have neglected to learn about would be Loaders. Seeing as it’s…
Read More » -
AChartEngine – A Charting Library for Android Applications
As its name suggests, AChartEngine is a charting library that can be used in Android applications. It supports all the…
Read More » -
Android Hello World Example – How to develop android apps
In this tutorial, we will go through the necessary steps you need to take in order to develop your first Android application…
Read More » -
ADT Bundle – Just a single step to setup android development environment
I got many queries from college students and engineers regarding installation and setup of Android development environment, so for them…
Read More » -
Android Reverse Engineering and Decompilation
Reverse engineering of android java app using apktool, dex2jar, jd-gui to convert .apk file to .java. By reverse engineering of…
Read More » -
Java to iOS Objective-C translation tool and runtime
If you work on a mobile app and you’re planning on developing it on Android and iOS, it may be…
Read More »