android - Communicating between mobile devices over a local network -
i'm complete newbie regards developing android, , starters i'm trying develop simple card game can played multiplayer on local network. i'm having trouble finding starting point how go this, can find plenty of things communicating across internet not having luck seeing how communicate directly between 2 devices on lan.
it's major part of plan app multi-platform , ios devices , android devices can play against each other, i'm looking method supports this. know it's possible can see there other apps have functionality.
i don't need detailed implementation (although more better!) if point me in right direction how go this, i'd grateful.
i think u need connection peer peer, android implements wifi direct
look android dev site. http://developer.android.com/guide/topics/connectivity/wifip2p.html
Comments
Post a Comment