F FabioG Active Member Licensed User Longtime User Nov 23, 2013 #1 Hello, I need to run this code, perhaps with a reflector how can I do? B4X: WifiManager mainWifi = (WifiManager) getSystemService(Context.WIFI_SERVICE); WifiInfo currentWifi = mainWifi.getConnectionInfo(); return currentWifi.getSSID(); thank you very much
Hello, I need to run this code, perhaps with a reflector how can I do? B4X: WifiManager mainWifi = (WifiManager) getSystemService(Context.WIFI_SERVICE); WifiInfo currentWifi = mainWifi.getConnectionInfo(); return currentWifi.getSSID(); thank you very much
Erel B4X founder Staff member Licensed User Longtime User Nov 23, 2013 #2 Have you checked ABWifi library? Upvote 0
F FabioG Active Member Licensed User Longtime User Nov 23, 2013 #3 I saw it but sometimes it does not work I wanted to start writing my own lib with the functions that use more but I can not do this can you help me? this could also serve as an example for the future Upvote 0
I saw it but sometimes it does not work I wanted to start writing my own lib with the functions that use more but I can not do this can you help me? this could also serve as an example for the future
F FabioG Active Member Licensed User Longtime User Nov 23, 2013 #5 ok thanks but I need to do this with Reflector can you help? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2013 #7 There are already libraries that implement it. You should use them. Upvote 0