Users Pricing

forum

home / developersection / forums / code execution after activity creation in android

Code execution after activity creation in android

Lillian Martin 1966 19 Nov 2014

I want to execute some code immediately after the form is shown.

I want to check the size of a button on the form and use the same size to create a new button at runtime.

I tried onStart() and onResumed(), but they do not work.


1 Answers