Error with Updating Text View from java file
问题 Sorry this may be a simple error, new to android dev, but I've been searching the web looking for answers and none of them solutions seem to work. Every time I try run the code below it fails, any ideas why/how to fix it. First is the java file public class Services extends Activity { Report2 r; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Bundle data = getIntent().getExtras(); r = data.getParcelable("RemarksReport"); setContentView(R