I am having problem with onclick event listener.I am building a card
game for which i have to wait for button click by the user, after each
round. So I've used a recursive function. My code looks like
oncreate()
{
function1( );
//wait for onclick event
function2( ); //After some calculation, calls function1( )
}
Should I use a different activity or the same one for UI, logic and
click event?
Can u suggest me the structure of my game as I am a newbie in Android
programming?
Thanks in advance
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en