Aplikasi Dice Roller
Pertemuan 4 Nama: Rayhan Almer Kusumah NRP: 5025211115 Kelas: Pemrograman Perangkat Bergerak (A) Tahun: 2025 Aplikasi Dice Roller Dokumentasi Source Code GitHub: Go to code! package com.example.dice_roller_android_app import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.foundation.Image import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Spacer import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.height import androidx.compose.foundation.layout.wrapContentSize import androidx.compose.material3.Button import androidx.compose.material3.Text import androidx.compose.runtime. Composable import androidx.compose.runtime.mutableStateOf import androidx.compose.runtime.remember import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.res.painterResource import androidx.compose.ui....