. f July 2015 ~ Android Developers Blog

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

 

Copyright @ 2013 Android Developers Blog.