Socket - Adress already in use
- by Hamza Karmouda
I'm new to socketand i try to code an Server and client on the same application just to see how it work. here's my code :
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
((Button)this.findViewById(R.id.bouton1)).setOnClickListener(this);
}
public void onClick(View…