Introduction to Android Studio
Feeling good to be back at blog :). Actually I have been managing GDG Ahmedabad, delivering android talks and managing workshops locally and outside my regions. Last month, I was quite busy in organizing “DevFest” event for the GDG Ahmedabad and then for the preparation of my 2 talks for the GDG Kathmandu DevFest. I […]
Read MoreAndroid – 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. It manages the processing and […]
Read MoreAndroid – 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. Now, What if there is […]
Read MoreTechnoTalkative 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 where, which will be easy […]
Read MoreAndroid – 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 information in WebView, as such […]
Read MoreAndroid 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 demo for the Android app […]
Read MoreHow 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 Android development“, “I am newbie […]
Read More