Skip to content

Commit

Permalink
Merge pull request #186 from myofficework000/develop_youtube_feature
Browse files Browse the repository at this point in the history
Started Facebook Demo Screen UI
  • Loading branch information
myofficework000 authored Aug 10, 2023
2 parents 68d125d + bf9064b commit 96d602f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.example.jetpack_compose_all_in_one.demos.facebook

import androidx.compose.runtime.Composable

@Composable
fun FacebookDemoUI() {
// Implement Facebook Demo UI
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import androidx.compose.runtime.Composable

@Composable
fun YouTubeDemoUI() {
// Make UI Implementation of Youtube
// Make UI Implementation of Youtube
}

0 comments on commit 96d602f

Please sign in to comment.