Tuesday, January 13, 2015

Android create Secured Wi-Fi hotspot

Here I'm going to give you a sample for create wifi tethering hotspot programmatically using android WifiManager hotspot.

Following example can directly use for create a WPA_PSK secured wifi hotspot programmatically. But this won't create the hotspot that you set in this code if you have switch on the tethering hotspot in your device before executing this code.


---------------------------------------------------------<for more>-----------------------------------------------------------

Wednesday, November 12, 2014

Install JAVA manually in UBUNTU

Installing Oracle JDK

First download the tar file of java version u required. Follow I downloaded 1.7

You will need sudo privileges to perform this task:


        sudo su



Monday, November 10, 2014

Android Overlay Chat Head



Following source will give you a movable overlay. (Like Chat head service provided by Facebook).

But in here there's no any other activities append to this and if some one need to do something like that please comment I'll provide the source for that.

For beginning create a service and include following code. So this will run as a service in you application.