Android Question Get current ip address

Solution
Hi Zeev, this works for me (needs the Network library):
B4X:
    Public server As ServerSocket ' Needs the Network library
    server.Initialize(8888, "")
    Log(server.GetMyIP)
    server.Close

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
thank you so much!
you actually made my day
you solved me a serrious problem and it is so simple yet efficient
THANK YOU
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…