Postingan

Menampilkan postingan dari Mei, 2023

Tugas Mobile Programming - Praktikum 10 | Teknik Informatika UNPI

Gambar
  NAMA                   : MUHAMMAD MUSLIM ABDUL JABBAAR NIM                         : 217200035 PRODI                    : TEKNIK INFORMATIKA MATKUL               : MOBILE PROGRAMMING 1 SQLite activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:app="http://schemas.android.com/apk/res-auto"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     tools:context=".MainActivity"     android:padding="30dp"     android:orientation="vertical">     <EditText   ...

Tugas Mobile Programming - Praktikum 9 | Teknik Informatika UNPI

Gambar
  NAMA                   : MUHAMMAD MUSLIM ABDUL JABBAAR NIM                         : 217200035 PRODI                    : TEKNIK INFORMATIKA MATKUL               : MOBILE PROGRAMMING 1 Shared Preferences activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:orientation="vertical"     android:layout_margin="16dp"     tools:context=".MainActivity">     <TextView         android:layout_width="wrap_c...