BREAKING:

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 where, which will be easy […]

Read More

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 information in WebView, as such […]

Read More

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 demo for the Android app […]

Read More

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 Android development“, “I am newbie […]

Read More

ADT Bundle – Just a single step to setup android development environment

I got many queries from college students and engineers regarding installation and setup of Android development environment, so for them here is good news. I was used to send them below steps for the installation and set-up of Android development environment: Download Eclipse Download JDK and install it, set the environment path Download ADT plugin […]

Read More

Android 4.2 – DayDream part 2 – How to create DayDream?

This article is extension of my previous article about DayDream: What exactly DayDream feature is about?. Now i assume you understood about DayDream, so now i am proceeding further for developing a small example of DayDream. Step 1: Create a sample project to build this demo example I have created a simple project to give […]

Read More

Android – DayDream part 1

This feature is come up with Android 4.2 JellyBean. Hope you got 4.2 update in your device. I can explore such features in Nexus 7. Now, What exactly DayDream feature is about? Daydream is an interactive screensaver mode that starts when a user’s device is docked or charging. In this mode, the system launches a […]

Read More