user790431
user790431

Reputation:

Use of Activity methods

Can someone neatly explain the use of following Activity methods :

I know these are basic methods one should know while programming in Android. But frankly I have not been able to implement these methods in my applications in a wise way.

Stone

Upvotes: 0

Views: 663

Answers (3)

BrainCrash
BrainCrash

Reputation: 13172

Here the official documentation: http://developer.android.com/guide/topics/fundamentals/activities.html

Upvotes: 0

Amplify91
Amplify91

Reputation: 2660

You're forgetting probably the most important, onCreate. Try reading up on this: http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle

Upvotes: 0

Related Questions