Tugas 2 PPB I
TUGAS 2 - MEMBUAT APLIKASI ANDROID SEDERHANA Nama: Muhammad Ghani Taufiqurrahman Atmaja NRP : 5025201110 Kelas: PPB - I Berikut adalah hasil pembuatan aplikasi sederhana yaitu mini profile saya dengan menggunakan Jetpack Compose pada Android Studio. Source Code: Repo Code: package com.example.tugasppb2 import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.material3.MaterialTheme import androidx.compose.material3.Surface import androidx.compose.material3.Text import androidx.compose.runtime. Composable import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import androidx.compose.ui.text.font.FontWeight import androidx.compose.ui.text.style.TextAlign import androidx.compose.ui.tooling.preview. Preview import androidx.compose.ui.unit.sp import com...
Comments
Post a Comment