In Android we can get the Phone.Model, and for iOS we can get the same using something like this.
But there isn't anything equivalent for B4J, right? I mean, what would that even be? What brand of computer it's running on, or something like that? (Surely not something we can get anyway, I imagine.)
Hi all I wanted to know if there is any library to obtain information from the computer, such as mac address, computer name, model, among others. greetings thanks for the help
There are Windows API calls you can make to get some of that data. Not sure how you'd do it from B4J. It would require interfacing with windows system dlls.