. Android Developers Blog

Sunday, 8 February 2015

Whats New in Android Lollipop | Android lollipop new features

Hello Friends,        Today, I am sharing about the   feature added android latest  version i.e:"Android Lollipop".                         1. Material design A bold, colorful and responsive UI design for consistent, intuitive experiences across all your...

Android calculate the center of Polygon in GoogleMap | Show centroid of polygon on map

Hello Friends,            Today, I am sharing my code which helps you in calculating Centroid of a polygone and show it on Google Map. public static LatLng getCentroid(ArrayList<IGeoPoint> points) { double[] centroid = { 0.0, 0.0 }; for (int i = 0; i <...

Sunday, 1 February 2015

Android Studio Keyboard Short Cut | Android Studio Keyboard Short Cut similar to eclipse

Hello Friends,                This is my first blog on Android Studio, the official IDE for Android application development, based on IntelliJ IDEA which offers following features : - Flexible Gradle-based build system - Build variants and multiple apk file generation - Code templates...

Monday, 19 January 2015

Android Custom Horizontal progress bar | Custom Progress bar

Hello Friends,                   Today,I am going to share my another blog which helps you in customizing Horizontal Progress Bar.With the help of this Android tutorial we can also implement the Android PI Chart view with multiple color. Actually my need to show...

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:                                                  ...

 

Copyright @ 2013 Android Developers Blog.