REPOSITORY OVERVIEWLive repository statistics
★ 3Stars
⑂ 0Forks
◯ 0Open issues
◉ 3Watchers
43/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
7 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Aplikasi Mobile Android (Kotlin)
Deskripsi Proyek
Proyek ini merupakan pengembangan aplikasi mobile berbasis Android menggunakan Android Studio dengan bahasa pemrograman Kotlin.
Aplikasi ini dibuat sebagai bagian dari tugas mata kuliah untuk melatih kemampuan dalam merancang dan mengembangkan aplikasi mobile.
Fitur Utama
- Tampilan antarmuka (UI) sederhana dan responsif
- Navigasi antar halaman
- Pengolahan data dasar
- Fitur sesuai kebutuhan tugas
Teknologi yang Digunakan
- Android Studio
- Kotlin
- Android SDK
Tujuan Proyek
Proyek ini bertujuan untuk melatih:
- Pemahaman pemrograman Kotlin
- Pembuatan UI Android
- Pengelolaan Activity dan Navigation
- Logika aplikasi mobile
Cara Menjalankan
- Buka project di Android Studio
- Sync Gradle
- Jalankan aplikasi di emulator atau perangkat Android
Catatan
Aplikasi ini dibuat untuk keperluan pembelajaran dan tugas akademik.
Dibuat oleh:
Naufal Zul Faza
Mahasiswa | Mobile & Web Developer
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This project is part of my Android Development Specialization provided by Meta on Coursera. In this project I completed my final assignment from the course called "Advanced Programming in Kotlin". I implemented a simple logic for the app that lets user to sort, filter and view dishes.
40/100 healthActive repository
KotlinNo license#android#assignment#coursera#filter
⑂ 0 forks◯ 0 issuesUpdated Oct 20, 2025
Creating an Android application using Kotlin, which has the following features and functionalities: -Show users current location on map, when users launch the application -Zoom level should be decent that user can see the nearby places clearly in the map -Get the list of nearby restaurants(2km radius) from maps/places api, and show it in the list below map, so the UI should be like half of the screen is occupied by map and half will be with the list of nearby restaurants -List item should consist of restaurant name, restaurant image(extreme left), restaurant address(below name), restaurant rating in extreme right -If user tap on the image show the list of other restaurant images(you can show that in seperate screen as grid, or horizontal scroll with a popup dialog) -Store this list in local DB, and cache the images(only list images and not the entire images of restaurant), and load it if there is no internet connection. Recommended skill to fulfill the assignment: -MVVM -Rx Android -Kotlin -Android jetpack -Android architecture components, wherever required.