Android Open Source - App server server_status






Project Summary

Android app that checks if servers are alive..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of server_status.

ItemValue
Java File Count27
Supported screen sizes[mdpiv11, mdpi, xxhdpi, hdpi, hdpiv9, mdpiv9, xhdpi, xhdpiv9, hdpiv11, xhdpiv11]
Target SDK Version19
Minimum SDK Version8
Activity Count2
Fragment Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED




Resource Files

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.

null

Java Source Files

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