how to solve discovering other device via Wi-Fi (android API)?
recently I follow the steps given from Developer.Android.Com But it seems i have a few luck over there. I tried to discover the available peers nearby, put 'em into the arraylist but seems no luck. I didnt get anything. My Actual 2 Devices are actually android 4.1 and 4.2 Since Wifi Direct is based on API Level 14 which is android 4.0+ so i think my real device is not the problem. The concept I use is using 1 activity and 1 BroadCast Receiver. Please take a look at my code, did I put it wrongly or something I forgot? Chat1Activity.java package com.example.androtut; import java.util.ArrayList;