Today, I ran into a problem where I needed to bubble up the OnClick event. Inside of a RelativeLayout, I had a TextView which I had to make clickable (so that it could get some animation) because of this, the OnClickevent got swallowed up. To get around this, in the ...
Today, I ran into some problems of not understanding how the lifecycle of two activities. When one activity starts another activity, when does the onPause/onStop/onDestroy run in comparison to the onCreate/onStart/onResume of the next activity. I put some logging in and here are the results: