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