Android app that checks if servers are alive..
server_status is hosted in the following web site
https://github.com/johvik/server_status
If you think the Android project server_status 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 server_status.
Item | Value |
---|---|
Java File Count | 27 |
Supported screen sizes | [mdpiv11, mdpi, xxhdpi, hdpi, hdpiv9, mdpiv9, xhdpi, xhdpiv9, hdpiv11, xhdpiv11] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED |
There are 3 image files in server_status. The names of the image files are listed as follows.
ic_action_add_server.png ic_action_settings.png ic_stat_fail.png
The following screenshort is generated from the image listed above.
server_status has the following Java source files.
server.status.MainActivity.java server.status.Server.java server.status.Settings.java server.status.SettingsActivity.java server.status.check.Checker.java server.status.check.Http.java server.status.check.Https.java server.status.check.Ping.java server.status.check.Socket.java server.status.check.Status.java server.status.db.ServerData.java server.status.db.ServerDbHelper.java server.status.db.SortedList.java server.status.service.Bootup.java server.status.service.Schedule.java server.status.service.ServerCheck.java server.status.service.Starter.java server.status.ui.ConfirmDialog.java server.status.ui.FailNotification.java server.status.ui.SelectCheckerDialog.java server.status.ui.ServerAdapter.java server.status.ui.ServerHostDialog.java server.status.ui.ServerListFragment.java server.status.ui.checker.CheckerEditDialog.java server.status.ui.checker.HttpEditDialog.java server.status.ui.checker.HttpsEditDialog.java server.status.ui.checker.SocketEditDialog.java