diff --git a/topics/apk/apk.png b/topics/apk/apk.png new file mode 100644 index 00000000000..0322b91fc90 Binary files /dev/null and b/topics/apk/apk.png differ diff --git a/topics/apk/index.md b/topics/apk/index.md new file mode 100644 index 00000000000..9ea4b3edeca --- /dev/null +++ b/topics/apk/index.md @@ -0,0 +1,11 @@ +--- +created_by: Google +display_name: APK +logo: apk.png +related: android, android-app, mobile-app, app-bundle, package-manager +short_description: APK is the installable package format used for applications on Android devices. +topic: apk +url: https://developer.android.com/guide/components/fundamentals +wikipedia_url: https://en.wikipedia.org/wiki/Apk_(file_format) +--- +APK files package the code and resources Android devices use to install and run applications.