Posts

Pemrograman Perangkat Beregerak - Final Project - Timothy Hosia

Image
MVVM KeepFit Nama: Timothy Hosia Budianto NRP: 5025211098 Kelas: PPB - A FP MVVM KeepFit 🎯 Deskripsi Singkat Proyek Tema Aplikasi Fitness & Health Tracking - Aplikasi mobile untuk melacak aktivitas kebugaran dan kesehatan pribadi dengan interface yang modern dan user-friendly. Tujuan Proyek Membantu pengguna melacak berbagai jenis workout dan aktivitas fisik Menyediakan analisis progress kebugaran secara visual dan terstruktur Memotivasi konsistensi olahraga melalui tracking harian dan historical data Memberikan insight tentang pola olahraga dan kalori yang terbakar Implementasi best practices Android development dengan MVVM Architecture Target Pengguna Fitness enthusiasts yang ingin tracking workout secara detail Pemula olahraga yang butuh motivasi dan monitoring progress Atlet amateur yang ingin analisis performa training Health-conscious individuals yang peduli dengan aktivitas harian Usia target: 18-45 tahun dengan lifestyle aktif ⭐ Daftar Fitur...

Pemrograman Perangkat Beregerak - Tugas Pertemuan 13 - Timothy Hosia

Image
MVVM World Unscramble Nama: Timothy Hosia Budianto NRP: 5025211098 Kelas: PPB - A MVVM World Unscramble Pada pertemuan kali ini ditugaskan untuk aplikasi  World Unscrambpe dengan arsitektur MVVM World Unscramble 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 License for the specific language governing permissions and * limitations under the License. */ package com.example.unscramble import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose....