You need to be a lot more forthcoming about what you really want to do. At the moment it is just vague hypotheses for a result that is probably nonsense.
You can control Arduino by a raft of different means - wireless, wired, bluetooth, Ethernet, WiFi, phone, internet. anything you can think of, including smoke signals, and yes two different ones - at the same time even.
Nick_Pyner:
You need to be a lot more forthcoming about what you really want to do. At the moment it is just vague hypotheses for a result that is probably nonsense.
You can control Arduino by a raft of different means - wireless, wired, bluetooth, Ethernet, WiFi, phone, internet. anything you can think of, including smoke signals, and yes two different ones - at the same time even.
the idea is that I want to turn On/Off light bulb using the android app not just light bulb a lot of device (Home AUTOMATION )
so I saw some projects doing that using Bluetooth , WiFi shield but all of these solutions you have to be in close range in Bluetooth shield or connect to same network in WiFi shield
What you can or can't do on a WiFi network has little or nothing to do with the specifics of an Arduino or an Android device. I think you need to learn how things connect to the internet and there must be thousands of online web pages about that.
I reckon it is easier to learn how to do network things using a PC because most of the examples will be about using a PC. When you know how to do it with a PC it should be straightforward to transfer your knowledge to the Arduino / Android problem.