Android Open Source - Network example easyUDP






Project Summary

My first android app made a few years ago for a friend who was working on a network related project. Makes it possible to send UDP packages over the network.. Only uploaded because it is a good example on how to use AsyncTalk.. This is by no means a well written app.. What can you expect in a few hours...

Web Site / Source Repository

easyUDP is hosted in the following web site
https://github.com/irfansehic/easyUDP

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

ItemValue
Java File Count6
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version14
Activity Count4
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 9 image files in easyUDP. The names of the image files are listed as follows.

about.png
eutitle.png
exit.png
ic_action_search.png
receivepacket.png
sendconfirm.png
sendpacket.png
settings.png
ydlogo.png

The following screenshort is generated from the image listed above.

null




Java Source Files

easyUDP has the following Java source files.

com.blogspot.yotidev.udp.AboutActivity.java
com.blogspot.yotidev.udp.AlertClass.java
com.blogspot.yotidev.udp.ReceiveUDP.java
com.blogspot.yotidev.udp.SendUDPPacket.java
com.blogspot.yotidev.udp.UdpAsyncTask.java
com.blogspot.yotidev.udp.WelcomeMenu.java