Add screenshots of demo app

This commit is contained in:
Anay Wadhera
2024-01-10 15:25:20 -08:00
parent b46ef89339
commit ff09db25a2
4 changed files with 5 additions and 0 deletions
+5
View File
@@ -13,3 +13,8 @@ $ ./gradlew build
MainViewModel - contains the business logic for processing and binding to the slice, as well as the lifecycle of the slice.
MainActivity - hosts the `MainView` composable and provides the intent to fill in the slice's PendingIntent action with, providing the data to send via Nearby Share.
## Screenshots
<img alt="No devices available screenshot" src="screenshots/no_devices.png" width="240">
<img alt="Devices available screenshot" src="screenshots/devices.png" width="240">
<img alt="Consent prompt screenshot" src="screenshots/consent.png" width="240">
Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB