I\'m new to the android development and having a bit of a problem changing activities. I am trying to change activities from within a method but I am getting the error can
can
you can also pass messages
Intent i = new Intent( getContext(),Chat.class); i.putExtra("id",user.id); i.putExtra("name",user.name); getContext().startActivity(i);