4

I am new to objective C. I would like to know what are similar methods to viewWillAppear() and viewDidAppear() in android. I guess viewDidAppear() is same as onResume() in android. Any help will be appreciated.

3
  • 1
    i want equivalent to viewWillAppear() not viewDidLoad(). Commented May 14, 2013 at 8:07
  • That question appears to be exactly like yours and has an accepted answer. Commented May 14, 2013 at 8:09
  • yes it appears to be same. I even specified viewDidAppear() may be same as onResume() in android. But I could not find android equivalent to viewWillAppear() thats why I asked the question. Commented May 14, 2013 at 8:11

1 Answer 1

4

may be activity lifecycle can help here goes the link activity lifecycle

Sign up to request clarification or add additional context in comments.

3 Comments

I know android's activity lifecycle. I am supposed to convert an iOS app into android and I am not understanding what can be possible equivalent for viewWillAppear() :(
onStart is equivalent to viewWillAppear check this link
yes it is onStart(). Thanks :)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.