Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. String firstname= StaticMode.firstname;
  2. String lastname= StaticMode.lastname;
  3.  
  4. ((TextView) findViewById(R.id.textView_activity_display)).setText(
  5.         String.format("Write at Activity : My name is %s %s.",firstname,lastname)
  6. );