Evolusi Perangkat Lunak - Tugas 3 Get link Facebook X Pinterest Email Other Apps October 24, 2023 Tugas 3 Nama : Yusron Nugroho AjiNRP : 5025201138 Get link Facebook X Pinterest Email Other Apps Comments
Evolusi Perangkat Lunak - Kuis Akhir December 05, 2023 Nama : Yusron Nugroho Aji NRP : 5025201138 Read more
Tugas 7 - PPB April 28, 2024 Nama : Yusron Nugroho Aji NRP : 5025201138 Tugas 7 Pada tugas ini akanmembuat Animated Water Bottle menggunakan Kotlin dan dibantu dengan Jetpack Compose. Berikut adalah pengerjaan yang telah saya lakukan: Pada WaterBottle.kt : package com.example.waterbottle import androidx.compose.animation.core.animateFloatAsState import androidx.compose.animation.core.animateIntAsState import androidx.compose.animation.core.tween import androidx.compose.foundation.Canvas import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.fillMaxHeight import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.height import androidx.compose.foundation.layout.width import androidx.compose.material3.Text import androidx.compose.runtime.Composable import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.geometry.CornerRadius import androidx.comp... Read more
Comments
Post a Comment