List/Grid Android Subscribe to the RSS feed of category Android

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 just learn more about some framework). This week I needed to look at the source code ...

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 I copied the same lines: TextView ...

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 time for me to learn it, perhaps I can help you out a bit with it as ...

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 Android SDK versions from 1.6 and up. The 1.6 version offers only ...

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 in Eclipse IDE using the ADT plugin and run it with an ...

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 here is good news. Before this post i was used ...

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 android app (.apk file) we can get following :understand ...

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 less work for you to write it on Android first. Google recently released a new tool ...

Android – Select multiple photos from Gallery
Today i am going to discuss about implementation of selecting multiple photos from Photo Gallery. You know, i have searched enough to find out a solution for selecting multiple images ...

Turbo-charge your Android emulator for faster development
I came across an article, which claims to boost the Android emulator’s performance using Intel’s Hardware Accelerated Execution Manager (HAXM) driver. It got me excited ...


