Postingan

Menampilkan postingan dari Juni, 2023

Tugas Mobile Programming - Praktikum 11 | Teknik Informatika UNPI

Gambar
NAMA                   : MUHAMMAD MUSLIM ABDUL JABBAAR NIM                        : 217200035 PRODI                   : TEKNIK INFORMATIKA MATKUL               : MOBILE PROGRAMMING 1 Recycler View 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:padding="16dp"     tools:context="MainActivity">     <Button         android:id="@+id/btnOpenRecyclerView"       ...