-
Notifications
You must be signed in to change notification settings - Fork 3
Android Framework
kgleong edited this page Sep 7, 2015
·
2 revisions
-
Android Manifest File - configuring an app via the
AndroidManifest.xml
file.
-
Build Settings - configuring builds via
build.gradle
files.
- Publishing to the Play Store - configuring, signing, and publishing an app.
- Fragments - modularized activities that can be dynamically placed within a single activity.
- Fragment Manager - manages all fragments for a specific activity.