Android app that listens to a tcp server socket and notifies the user when something is received.
tcpnotifier is hosted in the following web site
https://github.com/bcamarneiro/tcpnotifier
If you think the Android project tcpnotifier 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 tcpnotifier.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET android.permission.VIBRATE |
tcpnotifier has the following Java source files.
com.rederia.tcpreceiver.ApplicationTest.java com.rederia.tcpreceiver.MainActivity.java com.rederia.tcpreceiver.SettingsActivity.java com.rederia.tcpreceiver.TcpSocketService.java