-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/diofajrie17/Readme
- Loading branch information
Showing
5 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Readme | ||
Project HCI | ||
|
||
Anggota Kelompok: | ||
Dimas Radhitya (1806199972) | ||
Dio Fajrie Fadlullah (1806200324) | ||
M Fadil Hafiz (1806148763) | ||
|
||
Aplikasi Read.me | ||
|
||
WHAT : Aplikasi ini merupakan read.me yang bertujuan seperti perpustakaan online yang berisikan buku-buku online gratis yang dapat diakses. | ||
|
||
WHO : Penggunanya ini dapat digunakan oleh semua orang, dikarenakan terdapat buku komik untuk anak-anak, novel & education untuk remaja maupun dewasa | ||
|
||
WHERE : Aplikasi ini dapat digunakan dimana saja dikarenakan terdapat pada smartphone kita | ||
|
||
WHEN : Aplikasi ini dapat digunakan ketika kita sedang butuh hiburan, maupun ketika kita ingin mencari referensi untuk belajar | ||
|
||
WHY : Agar dapat meningkatkan minat baca atau literasi orang-orang yang dimana semakin menurun | ||
|
||
HOW : Aplikasi ini dibuat dengan memudahkan para pengguna dalam membantu proses penggunaannya, dan kita memilih menggunakan warna tersebut agar lebih menarik pembaca, serta menggunakan gambar-gambar yang menarik | ||
|
||
Gambar-gambar penting: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<androidx.constraintlayout.widget.ConstraintLayout 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"> | ||
|
||
<ImageView | ||
android:id="@+id/imageView6" | ||
android:layout_width="438dp" | ||
android:layout_height="295dp" | ||
app:layout_constraintBottom_toBottomOf="parent" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintHorizontal_bias="0.518" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="parent" | ||
app:layout_constraintVertical_bias="0.002" | ||
app:srcCompat="@drawable/kotak_login" /> | ||
|
||
<ImageView | ||
android:id="@+id/imageView18" | ||
android:layout_width="238dp" | ||
android:layout_height="211dp" | ||
app:layout_constraintBottom_toBottomOf="@+id/imageView6" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="parent" | ||
app:layout_constraintVertical_bias="0.188" | ||
app:srcCompat="@drawable/logo_gatau" /> | ||
|
||
|
||
<ImageView | ||
android:id="@+id/imageView20" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
app:layout_constraintBottom_toBottomOf="@+id/imageView6" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toBottomOf="@+id/imageView18" | ||
app:layout_constraintVertical_bias="0.076" | ||
app:srcCompat="@drawable/search" /> | ||
|
||
<ScrollView | ||
android:layout_width="407dp" | ||
android:layout_height="434dp" | ||
app:layout_constraintBottom_toBottomOf="parent" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toBottomOf="@+id/imageView6"> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" >> | ||
|
||
<ImageView | ||
android:id="@+id/imageView27" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
app:srcCompat="@drawable/buku" | ||
android:layout_marginTop="10dp"/> | ||
|
||
<ImageView | ||
android:id="@+id/imageView28" | ||
android:layout_width="195dp" | ||
android:layout_height="wrap_content" | ||
app:srcCompat="@drawable/categories" | ||
android:layout_marginTop="10dp"/> | ||
|
||
<ImageView | ||
android:id="@+id/imageView29" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
app:srcCompat="@drawable/novel_category" /> | ||
|
||
<ImageView | ||
android:id="@+id/imageView30" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
app:srcCompat="@drawable/comic" /> | ||
|
||
<ImageView | ||
android:id="@+id/imageView31" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
android:layout_marginBottom="20dp" | ||
app:srcCompat="@drawable/education" /> | ||
</LinearLayout> | ||
|
||
|
||
|
||
</ScrollView> | ||
|
||
|
||
|
||
</androidx.constraintlayout.widget.ConstraintLayout> |