TUGAS 4 - Pemrograman Perangkat Bergerak
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeCEY0ghiTiX2HYnPab1530F6-Q2Qbu6MPWmWznhUxR8K6OjPXcq2Y6_FBCVCq_guH_WbHBvZ6I56Xd0abO7CZ1zJ_CdYmfZw-3lQAerQIxJkDKJf07VHK470rp0eLLxV9tvKxgq4OHeJ0xH3B9YSD28LHwT3QjZC25E7ZyBTAKGYkNYcq4LsCvyh-x4g/w400-h289/empty%20project.png)
Nama : Theresia Nawangsih NRP : 5025201144 Kelas : PPB - I Komponen Button Pada pertemuan kali ini, kelas kami diminta untuk membuat project " Dice Roller" Pertama, pilih new project lalu memilih 'Empty Activity' Lalu yang terakhir, sesuaikan code dengan kebutuhan. Jika saya seperti video dibawah ini Source Code package com.example.diceroller 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.fillMaxSize import androidx.compose.foundation.layout.height import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.width import androidx.compose.foundation.layout.wrapContentSize import androidx.compose.material3.Button import androidx.compose.material3.MaterialTheme import androidx.comp...