. f February 2015 ~ Android Developers Blog

Thursday, 26 February 2015

Google Play Error Retrieving Information RPC:S-2:AEC-2 | How to Fix " Error retrieving information from server RPC:S-2:AEC-2"

Hello Friends ,                                                                                          ...

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

 

Copyright @ 2013 Android Developers Blog.