Android Core
-
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…
Read More » -
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)…
Read More » -
Start Android Development in 5 Minutes
Android OS is the most popular mobile OS nowadays (leading market with %46.9 above iOS’s %18.8). Besides, globally over %20…
Read More » -
Android: Leaf fall-like animation using property animators
In the previous tutorial we explained how property animations work in general. Now we’ll go even further and explain how…
Read More » -
Android: Multi-touch gestures controller
Few of our projects (ours or for clients) required to implement a multi-touch features for manipulation over images with the…
Read More » -
Android: Finding the SD Card Path
Finding the SD Card path in Android is easy right? All you have to do is use Environment.getExternalStoreDirectory(), and you’re…
Read More » -
Android Tutorial: Enter the DROID World
Well quite frankly i’m late to the game, but here i am, getting my hands dirty(or wet or whatever you…
Read More » -
Android Dialog – Android Custom Dialog
In this tutorial I am going to describe how to create Android Custom Dialg. Android Dialog Create Android Project AndroidDialog…
Read More » -
Android ListView example with Image and Text
In this tutorial I am going to show you how to create an Android ListView with images and text. You…
Read More »