Implementation method for Android to obtain IP address

Android get IP address

In a recent project, there is a requirement that Android devices obtain the current IP function. After some data query, it is solved, and the implementation method is recorded.

1. Use WiFi

Set user permissions first

Secondly, the code is as follows

2. Use GPRS

First, set the user's Internet access

<uses-permission android:name="android.permission.INTERNET"></uses-permission>

Secondly, the code is as follows

Thank you for reading, hope to help you, thank you for your support to this site!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>