Ask a question: how to use Intent parameters passed to the constructor is called the Activity
For example
public class BActivity extends Activity { BActivity (Context context) { ..... } }
When I call with Intent
Intent iIntent = new Intent (RdmRingActivity.this, FileExplorerViewActivity.class); startActivity (iIntent);
To how the parameters required for the constructor BActivity pass go? Trouble you Reply: This can only be received in onCreate inside the constructor is not receiving the Activity. Reply:
No comments:
Post a Comment