. f 2015 ~ Android Developers Blog

Sunday, 27 December 2015

Android media store tutorial | List all sdcard audio |List all sdcard video | List all sdcard images

Hello Friends,        Today, I am going to share my another post on Android Media Store. In this post I am going to show you how to query media file like audio,images and video using Android Media Store and Android Content Resolver . For Listing all Images:...

Saturday, 19 December 2015

Android Turn on Bluetooth Tethering | Android enable tethering

Hello Friends ,           Today, I am sharing my another blog on Bluetooth Tethering.  In this tutorial we can programmatically turn on and off  Bluetooth Tethering.   Here the code: 1. BluetoothTethering.java package com.solutions.developer.android.com.bluetoothtethering; import android.annotation.SuppressLint; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothManager; import android.bluetooth.BluetoothProfile; import android.content.Context;...

Tuesday, 28 July 2015

Android Trusting all certificates using HttpClient over HTTPS| Access all secure and in-secure https connection in Android and Java

Hello Friends,           Today, I am going to share a blog post on "HTTPS". Using this blog we can easily access all secure and non secure "HTTPS" connection in java as well as android too. 1. Add "InSecureSSLSocketFactory.java" class import java.io.IOException; import java.net.Socket; import...

Monday, 6 July 2015

Android add calendar event Programatically | Android Codes: Insertion and Deletion of Calendar Events | Configure email notification with Calendar app in Android

Hello Friends,           Today, I am sharing my another android tutorial which covers following things: 1. Android- Adding events to calendar via your android application 2. Programmatically add reminder in android calendara 3. Configure email notification with Calendar app in Android A. For adding event on...

Tuesday, 26 May 2015

Android Read Status Bar Notification | Android Read all incoming notification | Android Read Incoming Sms | Android Read Incoming Call

Hello Friends,     Today, I am going to share a small tutorial on android "NotificationListenerService"     which help us to read the all app notifications. This tutorial covers following     points.   Feature: 1. We can easily read the notification of other android application or...

Monday, 9 March 2015

Android applying custom fonts

Hello Friends,       Today, I am sharing my small blog which helps you in applying custom fonts on android text view from xml or styles file. Its very easy and reduces the number of java line from your code and also make the performance of your...

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

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

 

Copyright @ 2013 Android Developers Blog.