A simple Android application that will store URLs, retrieve its contents, and display the total time to retrieve and process the webpage..
android-pingcheck is hosted in the following web site
https://github.com/eliotpearson/android-pingcheck
If you think the Android project android-pingcheck listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-pingcheck.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Required Permissions | android.permission.INTERNET |
android-pingcheck has the following Java source files.
com.eliotpearson.pingcheck.CreateActivity.java com.eliotpearson.pingcheck.DeleteActivity.java com.eliotpearson.pingcheck.MainActivity.java com.eliotpearson.pingcheck.data.DBHelper.java com.eliotpearson.pingcheck.data.PingCheck.java com.eliotpearson.pingcheck.data.PingCheckDao.java