Android – Volley library example

|

I am not sure whether you have heard “Volley” word yet but it’s the library on which one expert talk was delivered during Google I/O 2013 by Ficus Kirkpatrick. What is Volley library exactly for? Volley is a library that makes networking for Android apps easier and most importantly, faster....

Android – Import projects from Git

|

There are many cases when we have requirement and need to clone Git repository, at that time we have to clone repository by using Git Client, FYI I have installed Git GUI client on my windows machine. By cloning this way, we have to import those project into eclipse manually....

TechnoTalkative Examples on github

|

Earlier I have uploaded examples on 4Shared.com and later I started uploading on directory of this blog itself. But still many of you are facing issues in downloading examples from 4Shared. And I have received many requests and feedback for making my examples available on github or bitbucket or else...

Android – How to display information with justify alignment?

|

Problem: How do i display information with Justify alignment? Solution: I saw many developers asking questions on Stackoverflow for this problems. Here are some: 1. Android TextView Justify Text 2. How to justify text on a TextView made easy- Android 3. Justify Text in TextView Android We can display justified...

Android code lab session @ GDG Indore

|

My first speaking engagement/talk in 2013 is coming up on 12th Jan. Google Developers Group, Indore has given me this opportunity to manage 1 day Android code lab session. Event is scheduled on 12th January 2013 and where i will be delivering a talk on Android basics and giving a live...

How to start with Android app development?

|

Hello All, Before deep drive into this topic, I would like to ask few things: 1. Do you have stackoverflow account? 2. Are you member of Android Development community? Yes I am active member of both since I am following, I have seen many threads having “How to start with...