Android Open Source - App messenger MessengerApp






Project Summary

A messenger app for Android that uses TCP to send and receive messages.

Web Site / Source Repository

MessengerApp is hosted in the following web site
https://github.com/shunghsiyu/MessengerApp

If you think the Android project MessengerApp 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 MessengerApp.

ItemValue
Java File Count6
Supported screen sizes[mdpi, ldpi, hdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count2
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.READ_SMS
android.permission.SEND_SMS




License

The license information of MessengerApp is as follows:

MIT License

Resource Files

There are 8 image files in MessengerApp. The names of the image files are listed as follows.

face1.png
face2.png
face3.png
face4.png
face5.png
face6.png
face7.png
messenger.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.example.myfirstapp.MainActivity.java
com.example.myfirstapp.TcpReceiverWorker.java
com.example.myfirstapp.TcpReceiver.java
com.example.myfirstapp.TcpSender.java
com.example.myfirstapp.UdpBroadcaster.java
com.example.myfirstapp.UdpClient.java