Re: [android-developers] Activity closing prematurely

2017-03-01 Thread Marina Cuello
Your code is quite difficult to read on a text editor, because of the crazy naming convention. It's much more time than what I can devote today. But if this SelectPlayer activity is the one opening in a wrong time, your problem is probably in the other activity, the one that has the

[android-developers] Activity closing prematurely

2017-02-27 Thread Keith Sheppard
My main activity kicks off a secondary activity (using startActivityForResult) that invites the user to input details of one of four players at a bridge table. When the user has chosen a player and clicked OK, the following things happen (triggered by code in onActivityResult) 1. The player