Skip to content

Commit

Permalink
Merge pull request #52 from p-v/app-components-link
Browse files Browse the repository at this point in the history
Add android app components link
  • Loading branch information
amitshekhariitbhu committed Jan 25, 2018
2 parents 9aa8e14 + 2cda7aa commit 8e6ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
### Core Android

* Explain Activity and Fragment lifecycle. (Complete diagram [GitHub](https://github.com/xxv/android-lifecycle), simplified diagram for [Activity](https://developer.android.com/guide/components/activities/activity-lifecycle.html#alc), [Fragment](https://developer.android.com/guide/components/fragments.html#Lifecycle))
* Tell all the Android application components.
* Tell all the Android application components. [Android Official](https://developer.android.com/guide/components/fundamentals.html#Components)
* Service vs IntentService. [StackOverflow](https://stackoverflow.com/a/15772151/5153275)
* What is the structure of an Android Application?
* How to persist data in an Android app?
Expand Down

0 comments on commit 8e6ae14

Please sign in to comment.