Posts

Showing posts from March, 2025

Aplikasi Dice Roller

Image
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....

Aplikasi Selamat Ulang Tahun

Image
Pertemuan 3 Nama: Rayhan Almer Kusumah NRP: 5025211115 Kelas: Pemrograman Perangkat Bergerak (A) Tahun: 2025 Aplikasi Selamat Ulang Tahun Dokumentasi Source Code GitHub:   Go to code! package com.example.happy_birthday_android_app import android.os.Bundle import android.os.Message import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.activity.enableEdgeToEdge import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.padding import androidx.compose.material3.MaterialTheme import androidx.compose.material3.Scaffold 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.text.style....

Aplikasi Hello Android

Image
Pertemuan 2 Nama: Rayhan Almer Kusumah NRP: 5025211115 Kelas: Pemrograman Perangkat Bergerak (A) Tahun: 2025 Aplikasi Hello Android Dokumentasi Source Code GitHub:   Go to code! package com.example.hello_world_android_app import android.content.res.Configuration. UI_MODE_NIGHT_YES import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.animation.animateContentSize import androidx.compose.animation.core.Spring import androidx.compose.animation.core.spring import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.padding import androidx.compose.foundation.lazy.LazyColumn import androidx.compose.foundation.lazy.items import androidx.compose.material.icons.Icons.Filled import androidx.compose.material.icons.filled. Exp...

Review Perkembangan Teknologi Perangkat Bergerak

Image
Pertemuan 1 Nama: Rayhan Almer Kusumah NRP: 5025211115 Kelas: Pemrograman Perangkat Bergerak (A) Tahun: 2025 Review Perkembangan Teknologi Perangkat Bergerak 1. Awal Mula Perangkat Bergerak Tahun 1973: Motorola memperkenalkan prototipe telepon seluler pertama (DynaTAC). Tahun 1983: DynaTAC dipasarkan secara komersial. Fungsi utama: hanya untuk panggilan suara. 2. Era Feature Phone (1990-an - awal 2000-an) Ponsel menjadi lebih kecil dan lebih mudah dibawa. Munculnya SMS (Short Message Service). Fitur tambahan: kalkulator, kalender, permainan sederhana (misalnya Snake di Nokia). Dominasi merek seperti Nokia dan Ericsson. 3. Munculnya Smartphone Generasi Awal (2000-an) BlackBerry dan Palm OS mulai populer. Fitur: e-mail, web browser, aplikasi bisnis. BlackBerry dikenal dengan push e-mail dan keyboard QWERTY. 4. Revolusi Smartphone Modern (2007 - sekarang) Tahun 2007: Apple meluncurkan iPhone dengan layar sentuh kapasitif. Tahun 2008: Apple memperkenalk...