Take your social or messaging app to the next level — basic, better, and best
Stay organized with collections
Save and categorize content based on your preferences.
This guide links to three documents that chart the optimal progression of a
social or messaging app from a likely starting place to best-in-class. These
documents cover use cases around messaging, media creation, and media playback.
They're designed to help you think about scaling your app over time, and what
features to implement when. While every social or messaging app is different,
consider these recommendations to achieve a best-in-class app.
Messaging and communication
Communication is a critical part of social and messaging apps, and Android
continues to evolve APIs and services to make the user experience more
integrated and consistent.
Level up your app
Ways to help your app stand out include:
- Support for receiving rich content, including stickers and images through
Android's Image Keyboard, drag and drop, and clipboard.
- Support for browsing and selecting user photos and videos, either local or in
the cloud, using Android's built-in photo picker.
See the full guide for features to take your messaging and
communication experience to the next level.
Capturing videos, editing photos, and processing media content are fundamental
features of social and messaging apps, and Android has created APIs that support
the latest device hardware features, along with libraries that simplify
integration into your app.
Level up your app
Ways to help your app stand out include:
See the complete guide for features to consider to take your media capture,
editing, and sharing experience to the next level.
Whether your app integrates images and videos or delivers immersive audio
experiences, media enriches user interactions and elevates app engagement.
Android continues to evolve APIs to minimize the complexity of integrating media
while making the user experience more integrated and consistent.
Level up your app
Ways to help your app stand out include:
See the full guide for features to consider to take your media display and
playback experience to the next level.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[],[],null,["# Take your social or messaging app to the next level — basic, better, and best\n\nThis guide links to three documents that chart the optimal progression of a\nsocial or messaging app from a likely starting place to best-in-class. These\ndocuments cover use cases around messaging, media creation, and media playback.\nThey're designed to help you think about scaling your app over time, and what\nfeatures to implement when. While every social or messaging app is different,\nconsider these recommendations to achieve a best-in-class app.\n\nMessaging and communication\n---------------------------\n\nCommunication is a critical part of social and messaging apps, and Android\ncontinues to evolve APIs and services to make the user experience more\nintegrated and consistent.\n\n### Level up your app\n\nWays to help your app stand out include:\n\n- Support for receiving [rich content](/develop/ui/views/receive-rich-content), including stickers and images through Android's Image Keyboard, drag and drop, and clipboard.\n- Support for browsing and selecting user photos and videos, either local or in the cloud, using Android's built-in [photo picker](/training/data-storage/shared/photopicker).\n\nSee the [full guide](/social-and-messaging/guides/communication/basic-better-best) for features to take your messaging and\ncommunication experience to the next level.\n\nMedia creation, capture, and sharing\n------------------------------------\n\nCapturing videos, editing photos, and processing media content are fundamental\nfeatures of social and messaging apps, and Android has created APIs that support\nthe latest device hardware features, along with libraries that simplify\nintegration into your app.\n\n### Level up your app\n\nWays to help your app stand out include:\n\n- Capture [UltraHDR images](https://github.com/android/platform-samples/blob/main/samples/camera/camera2/src/main/java/com/example/platform/camera/imagecapture/Camera2UltraHDRCapture.kt) and [HDR video](/media/camera/camera2/hdr-video-capture).\n- Utilize [camera extensions](/media/camera/camera-extensions) such as night mode or bokeh (for portrait shots).\n- Support [zero shutter lag](/media/camera/camerax/take-photo#zero-shutter-lag).\n- Edit video with [custom effects](/media/media3/transformer/transformations#custom-video).\n\nSee the [complete guide](/social-and-messaging/guides/media-creation/basic-better-best) for features to consider to take your media capture,\nediting, and sharing experience to the next level.\n\nMedia display and playback\n--------------------------\n\nWhether your app integrates images and videos or delivers immersive audio\nexperiences, media enriches user interactions and elevates app engagement.\nAndroid continues to evolve APIs to minimize the complexity of integrating media\nwhile making the user experience more integrated and consistent.\n\n### Level up your app\n\nWays to help your app stand out include:\n\n- Support [UltraHDR](/media/grow/ultra-hdr-display) images and [HDR](/media/grow/hdr-playback) video.\n- Enable [picture-in-picture](/develop/ui/views/picture-in-picture) for video and audio playback.\n- Implement a [MediaSession](/guide/topics/media/media3/getting-started/mediasession) --- made easy with [Media3s](/guide/topics/media/media3) [ExoPlayer](/guide/topics/media/exoplayer) --- to enable playback integration across different apps, system components, and devices.\n\nSee the [full guide](/social-and-messaging/guides/media-display/basic-better-best) for features to consider to take your media display and\nplayback experience to the next level."]]