JMK Android

How to execute Multiple Async Task at the same time

AsyncTask Overview AsyncTask is an abstract Android class which helps the Android applications to handle the Main UI thread in an effi...

How to fix "Unfortunately App has stopped" errors

How to fix "Unfortunately App has stopped" errors There is one problem that plagues Android Developer: the cursed  Unfortunatel...

TableLayout like ListView (Multi Column ListView)

TableLayout like ListView (Multi Column ListView) Many Android developers mess up in building a Multi column ListView, which looks simil...

How to write App LogCat to SD card in Android

How to write App LogCat to SD card in Android The Android logging system provides a mechanism for collecting and viewing system debug out...

How to share data between apps using Content Provider in Android

On the Android platform , one application cannot directly access (read/write) other application's data. All persistent data of an app ...

Euclid - by JMK Android

This project is an implementation of the User Profile Interface Animation. Made in Yalantis If you want to use it in your project, you need...

Android Score Board - by JMK Android

This tutorial aims to provide a score board implementation. You can have a look at the example from above image. Compatibility :  Android 3....

FlipViewPager in List View - by JMK Android

This tutorial aims to provide a working page flip implementation for usage in ListView. Compatibility :  Android 4.0+ Source code from : htt...

Android Pattern Lock Tutorial - by JMK Android

Hi Folks, In this post i am going to show you how to create a Lock9View and create your own pattern as we have seen in Android Pattern Loc...