start-activity Questions

1

Solved

My app uses ACRA for error reporting, and I've got a couple of reports from my device with the error: Can only use lower 16 bits for requestCode.. Google shows this error occurring when using start...
Spelt asked 17/1, 2013 at 11:23

2

Solved

I have an Activity that opens a new Activity for result like this: Intent i = new Intent(ActDocument.this, ActCustomers.class); startActivityForResult(i, ActDocument.DIALOG_CUSTOMER); when I pre...
Kakemono asked 7/1, 2013 at 12:9

2

What is the difference between startActivityForResult() and startActivity() ? When, and for what, should I use each one ?
Contour asked 2/1, 2013 at 9:59

3

Solved

Currently I'm starting a new Activity and calling finish on a current one. Is there any flag that can be passed to Intent that enables finishing current Activity without a need to call finis...
Brasilein asked 3/7, 2012 at 9:37

© 2022 - 2024 — McMap. All rights reserved.