godsendpie
2
Q:

check if intent has extras

Intent intent = getIntent();

if (intent.hasExtra("bookUrl")) {
    bookUrl = b.getString("bookUrl");
} else {
   // Do something else
}
0

Tags

New to Communities?

Join the community