willowtreeapps / android-bootcamp

Sample app for Android bootcamp and associated issue tracking
Apache License 2.0
1 stars 0 forks source link

Manifest, Permissions, Flags, Sensors, Etc. #11

Open morganduverney opened 7 years ago

morganduverney commented 7 years ago

Outline:

Intro to manifests.

Go through android elements like: permissions features activities intent-filters providers receivers services libraries when they should be used, common things people forget, permissions on different sdk versions, intents, and deep links.

40-50% talk/questions 50-60% completing an incomplete AndroidManifest.xml for an app to get it to compile.