. f 2014 ~ Android Developers Blog

Sunday, 24 August 2014

Android navigation drawer tutorial | Android navigation drawer with activities | Android Sliding Navigation Drawer – Example

Hello Droid Guys      Today,  I am going to share the tutorial of  "Android sliding navigation drawer". You also find many tutorial on Google which helps you to show navigation drawer but most of them are using fragment to do that. Here, are the few good tutorial...

Sunday, 10 August 2014

Android Download Source code | Android Sample Project

Hello Friends,   This is my small contribution , Now I am sharing the source code of all my android   post or android tutorial at one place. Android Tutorial Download Code Android Custom Calendar Download Code Android LinkedIn Integration Download Code Android Crop Image in circular shape...

Sunday, 20 July 2014

Android Splash Screen Example with Animation | Animated Splash Screen android

Hello Friends,         Today, I am going to share the tutorial of android splash screen with animation. With help of this tutorial you can easily implement the facebook like splash screen or skype like splash screen.                  ...

ActiveAndroid Tutorial | ActiveAndroid: Android ORM base database |Getting Started with ActiveAndroid - Part1

ActiveAndrid :                                                                                Active Android ActiveAndroid is an ORM (object...

Tuesday, 8 July 2014

Android Google Glass Configuration | Glass Development Kit | Android Google Glass Setup | Android Google Glass Development -Part1

Hello Friend ,     This is my first blog on Android Google Glass . Lats month Google launches some awesome feature like:                                                  ...

Sunday, 15 June 2014

Android send emails | Android send emails w/t built-in mailing app | Android send emails from the background

Hello Friends,                 Today, I am sharing another important tutorial. While doing development some times we came across to this requirement, "Sending emails to users" without using any built-in mailing app(like: Gmail,Yahoo etc). In that time we normally depends on web-service,...

Friday, 13 June 2014

ListView setOnItemClickListener not working by adding button | ListView setOnItemClickListener issue

Hello Friends,                     Today, I found another issue with Android  ListView.OnItemClickListner. Actually I have a list view with items image and text and when I am clicking on it then ListView.OnItemClickListner called and all working fine. But when I added a button...

Sunday, 8 June 2014

Android accessing html control inside Java class| Getting html field value inside android activity class

Hello Friends,                 This is my another android tutorial. In this android demo I am going to cover following parts: 1. Showing Android Login form in web view or loading html file in web view. 2. Getting the control  of log...

Wednesday, 4 June 2014

Android Google Map V2 | Android Draw Polygon

Hello Friends,                                This is my small tutorial on google map v2. This blogs covers following point: 1. Start Drawing on Google Map | Draw geometry on Google map 2. Clear drawing | Clear...

Saturday, 31 May 2014

Track your android device | Android device manager | Protect Personal Information and Data

Hello Friends,               Today, I am sharing my another tutorial with the help of which we can easily Track our android phone . This is one of the best feature in android. Feature : - We can track the location of our...

Monday, 19 May 2014

Android Error: Unable to add window — token null is not for an application

Hello Friends,                  most of us facing the issue of  Unable to add window — token null while calling alert dialog from our service class. As, I am using activity class not the fragment so I am using getApplicationContext() (as from service we...

Android Block App | Android blacklist few application

Hello Friends,                Today, I am sharing my another tutorial. Actually I want to blacklist some application from my android application.So, that whenever user try to open facebook,whatsapp,youtube and any other app, my app prevent them and it ask user to enter...

Wednesday, 14 May 2014

Android blink textview in different colors

Hello Friends, ValueAnimator colorAnim = ObjectAnimator.ofInt(textView, "textColor", 0xffFF8080, 0xff8080FF); colorAnim.setDuration(500); colorAnim.setEvaluator(new ArgbEvaluator()); colorAnim.setRepeatCount(ValueAnimator.INFINITE); colorAnim.setRepeatMode(ValueAnimator.REVERSE); colorAnim.start(); For blinking textview background color replace below code ValueAnimator colorAnim = ObjectAnimator.ofInt(textView, "backgroundColor", 0xffFF8080, 0xff8080FF); ...

Sunday, 30 March 2014

Android action bar item test case using Robotium

Hello friends,                   This is my small tutorial on Android test driven development using Robotium Today, I am going to share the code which helps you in writing the testcase for action bar menu item selection. Here is the complete...

Tuesday, 25 March 2014

Android Google TV Setup | Android Google TV Development -Part 1

Hello Friends,                  Hello android Guys as we as we Google launches three new future last moth Android | Google awesome features : 1. Android L Developer Preview 2. Android Wear SDK 3. Android TV Preview SDK 4. Google glass  ...

Thursday, 20 March 2014

Creating and Storing Log File on device in Android

Hello Friends,         Today, I am sharing another android tutorial which helps you in Creating and Storing Log File in your android phone. 1. MainActivity.java package com.example.logfileimplementation; import java.io.File; import android.os.Bundle; import android.os.Environment; import android.app.Activity; import android.util.Log; import android.view.Menu; import android.widget.TextView; public class MainActivity extends Activity...

Tuesday, 18 March 2014

"Collect preferences failed" eclipse ADT error | You may have an "No repository found error"

Hello Droid Guys,                            After updating the sdk manager to latest sdk i.e version 22.6.             I am start getting following error:  [2014-03-18 13:12:03 - Framework Resource Parser] Collect preferences failed,...

Thursday, 13 March 2014

Android Robotium Test -run robotium tests in a specific order

Hello Friends,                          This is very common scenario when you are running any testsuits. It by default runs in alphabetical order. I too faces the same problem while writing the test case using Robotium. In my case I want to execute the...

 

Copyright @ 2013 Android Developers Blog.