PPB: TUGAS 3
Nama : Shazia Ingeyla Naveeda NRP : 5025211203 Kelas : PPB (A) Membuat Aplikasi Ulang Tahun dari CodeLab Link Github Pada pertemuan ketiga, diberikan tugas untuk menyiapkan project di Android Studio dengan template Empty Activity dan mengubah pesan teks menjadi ucapan ulang tahun yang dipersonalisasi. MainActivity class MainActivity : ComponentActivity() { override fun onCreate (savedInstanceState: Bundle?) { super .onCreate(savedInstanceState) setContent { HappyBirthdayTheme { // A surface container using the 'background' color from the theme Surface ( modifier = Modifier. fillMaxSize (), color = MaterialTheme. colorScheme . background ) { GreetingText ( message = "Happy Birthday Shazia!" , from = "From Jennie <3" , ...
Comments
Post a Comment