Posts

Showing posts from June, 2024

EAS - Pemrograman Perangkat Bergerak I

Image
Nama     : Theresia Nawangsih NRP         : 5025201144 Kelas      : PPB - I Evaluasi Akhir Semester Pada pertemuan kali ini, kelas kami telah melakukan Evaluasi dengan "redesain dan refactoring".  Redesain Dari hasil redesign, saya mengimplementasikan nya sehingga hasilnya seperti dokumentasi dibawah ini Hasil Dokumentasi Implementasi Gambar Login Hasil Dokumentasi Implementasi Video Source Code LoginActivity.kt package com.example.ets_pweb import android.util.Log import androidx.compose.foundation.Image import androidx.compose.foundation.layout.* import androidx.compose.foundation.text.ClickableText //import androidx.compose.material.* //import androidx.compose.material.icons.Icons ////import androidx.compose.material.icons.filled.Visibility import androidx.compose.material3.* import androidx.compose.runtime.* import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import a...

Tugas 12 - Pemrograman Perangkat Bergerak

Nama     : Theresia Nawangsih NRP         : 5025201144 Kelas      : PPB - I ...... Pada pertemuan kali ini, kelas kami diminta untuk membuat project "..." Lalu yang terakhir, sesuaikan code dengan kebutuhan. Hasil saya seperti gambar dibawah ini Source Code MainActivity.kt

Tugas 11 - Pemrograman Perangkat Bergerak

Image
     Nama     : Theresia Nawangsih      NRP         : 5025201144      Kelas      : PPB - I View Model and State in Compose Pada pertemuan kali ini, kelas kami diminta untuk membuat project "Unscramble " Pertama, pilih new project lalu memilih 'Empty Activity' Lalu yang terakhir, sesuaikan code dengan kebutuhan. Hasil saya seperti gambar dibawah ini Source Code MainActivity.kt /* * Copyright (C) 2023 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licen...