I can send a UDP packet of 15,750 bytes(15K bytes).When i send a packet beyond this limit from my Android client application i cant receive it at server.I cant receive even 1 byte of data at server that i sent from client.Is this maximum limit?Theoritically UDP packet supports 65,535 bytes.I want to know what is the practical limit? Is this limitation of Android or Mobile or Mobile network carrier?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...