Here's the tutorial how to message from client to server
Intro
This blog is for tutorials about applications and games programming...
Tutorial World
Tutorials for all!
Here's the tutorial how to message from client to server
Java, C#, C++, Android, Cocos2d-x tutorials
This blog is for tutorials about applications and games programming...
Copyright © 201. Metro UI Theme. Distributed By Blogger Themes | Designed by: Templateism
at MessageClient
ReplyDeletewhy setContentView(R.layout.messageclient);(messageclient cannot be link)
etMessage=(EditText)findViewById(R.id.etMessage);(etMessage cannot be link)
bSend=(Button)findViewById(R.id.bSend);(bSend cannot be link)
when i write R.layout. *there is no message client.why?do you have solution? thx,