From a358d490b20b3b6ed138e02fef0263ce2bea56c2 Mon Sep 17 00:00:00 2001 From: pareenaverma Date: Fri, 20 Dec 2024 19:08:21 -0500 Subject: [PATCH] Update _index.md --- .../_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/learning-paths/smartphones-and-mobile/build-android-selfie-app-using-mediapipe-multimodality/_index.md b/content/learning-paths/smartphones-and-mobile/build-android-selfie-app-using-mediapipe-multimodality/_index.md index de1a558cc..19dd54f7b 100644 --- a/content/learning-paths/smartphones-and-mobile/build-android-selfie-app-using-mediapipe-multimodality/_index.md +++ b/content/learning-paths/smartphones-and-mobile/build-android-selfie-app-using-mediapipe-multimodality/_index.md @@ -1,6 +1,8 @@ --- title: Build a Hands-Free Selfie app with Modern Android Development and MediaPipe Multimodal AI - +draft: true +cascade: + draft: true minutes_to_complete: 120 who_is_this_for: This is an introductory topic for mobile application developers interested in learning how to build an Android selfie app with MediaPipe, Kotlin flows and CameraX, following the modern Android architecture design.