• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Build and maintain Groups

Hi androidforums,
I'm new here and quite new to porgramming for android, while already having programmed in Java for about a Year now, so I hope the transition is going quickly.

Now heres my main issue right now, still planning on my architecture:
I want the user to be able to join various groups with his friends in which they can interact. My initial thought was to implement it with sockets. The client simply connects with the ServerSocket, which sends the messages to the other members of the group.

But i see problems here, when I'd have more than just a few users.

What's the best way to implement such a function? I don't want to start of programming in the wrong direction from the start.

Thanks in advance.
 
Back
Top Bottom