WordPress Link front-page image to their post url
This post simply shows how you can link the front-page wordpress images to their post url.
You need to copy & paste!--more-->…
Send list of file between Activities on Android
How do I pass data between activities in Android?To send list of file via intent, in sender activity:
ArrayList fileList =!--more-->…
Top and Most commonly used Git commands you should know
After successful Installation:
where is the git located
~$ which git
/usr/bin/git
the version of the git installed!--more-->…
Android Studio – Local path doesn’t exist
Playing with Android Studio yesterday and migrating some of my previous projects, I received an annoying error that I thought was…
Android Studio Update 0.3.6 Mac problems
Yesterday, I have updated my Android studio to the latest release canary build: 0.3.6 on my MacBook. On Windows 7 it was straight…
Caching Bitmaps and Managing Bitmap Memory (video)
Memory allocation is very critical and complicated factor when we have to load a number of bitmap inside Android applications. …
Display current date on your Android app
This post simply shows how you can get current date and time inside Android layout and insert it in a TextView. Also it covers how…
How to fix the process com.google.process.gapps
Today I came across a popup dialogue box after my nexus 4 started. The screenshot above shows the error, I have seen that many of…
What’s New in Android 4.4 (video)
The latest version of Google's mobile OS (KitKat) launched alongside Nexus 5, the newest handset is Nexus 5 and the second…