We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1364e83 commit 35da96bCopy full SHA for 35da96b
README.md
@@ -0,0 +1,23 @@
1
+# Daftar Wisata Lumajang
2
+
3
+## 📖 Description
4
+A simple Android app that displays a list of tourist destinations in **Lumajang**.
5
+Features include:
6
+- Main Page with a list of at least 10 places (RecyclerView).
7
+- Detail Page showing title, image, and longer description (with ScrollView).
8
+- About Page with photo, name, and email.
9
10
+---
11
12
+## 📸 Screenshot
13
+<p align="center">
14
+ <img src="assets/main_page.jpg" width="250" />
15
+ <img src="assets/detail_page.jpg" width="250" />
16
+ <img src="assets/SplashScreen.jpg" width="250" />
17
+</p>
18
19
20
21
+## ✅ Closure
22
+This project was created as part of a **Dicoding submission task**.
23
+Built with **Kotlin** and Android Studio.
0 commit comments