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...
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.
The following table is the detailed list of easyUDP.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 14 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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.
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