Since I just want to connect to a web service, in order to check whether there is an update or not, or to check whether there is a need to send data to that service, I believe AsyncTask and AlarmManag
How can I connect to an existing network 开发者_开发技巧programmatically using WifiManager? I am trying to write a program that connects to a wifi network without having to see the inbuilt android lis
i just started working on android about 4 months back. i created a project that uses AlarmManager, the flow is like this:
I need to crea开发者_运维技巧te an application which should send some information to the PC using wifi connection(Like the concept of file transfer in bluetooth).
When i am using wifi network all is working fine ,,but when i turn off all network(Not Airplance mode) and turn on 3G HotSpot th开发者_如何转开发en my application is not even detecting connection.So w
I\'m aware that if two Andr开发者_StackOverflowoid phones are connected to a same wifi network, they can implement socket programming to transfer data between them
Problem Description: my app has a main window. when you click a button it make sure you are connected to wifi or 3g, if not it pop up a dialog that enables wifi.
This is kind of several questions in one. Basically I have a tabbed application w开发者_运维百科ith three tabs. Each tab will need to access a web service and the wifi API. I want to simplify this by
Part of my app\'s functionality is to scan and display a list of WiFi access points, and then connect to the one chosen by the user. I have this functionality working. Now, I also wish to be notified
I want to get IP of wifi hotspot (from another computer) that android device connect via wifi, not IP local of android. I run application in real device.