Skip to content Skip to sidebar Skip to footer
Showing posts with the label Client

A Simple Client-server - Android<>pc

I am testing socket programming on Android however I am having a problem. The client is basically l… Read more A Simple Client-server - Android<>pc

Asynctask, Doinbackground Never Runs In Android

When i try to start my doinbackground to wait for an incoming message it never really run thru it j… Read more Asynctask, Doinbackground Never Runs In Android

Replacement For Deprecated Defaulthttpclient

I am using DefaultHttpClient in my current app. I read this article which states that the DefaultH… Read more Replacement For Deprecated Defaulthttpclient

Android Inputstream.read() Horribly Slow

I'm working on an Android app that needs to communicate with a server (running on my PC) which … Read more Android Inputstream.read() Horribly Slow

Connecting To Iocp Server In Java (android)

I'd like to make an Online Game with Android. I'm planning to make Server with IOCP model v… Read more Connecting To Iocp Server In Java (android)