Claim Missing Document
Check
Articles

Found 1 Documents
Search

Analisis Perbandingan Implementasi Clean Architecture Menggunakan MVP, MVI, Dan MVVM Pada Pengembangan Aplikasi Android Native Firmansyah Firdaus Anhar; Made Hanindia Prami Swari; Firza Prima Aditiawan
Jupiter: Publikasi Ilmu Keteknikan Industri, Teknik Elektro dan Informatika Vol. 2 No. 2 (2024): Maret : Publikasi Ilmu Keteknikan Industri, Teknik Elektro dan Informatika
Publisher : Asosiasi Riset Ilmu Teknik Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.61132/jupiter.v2i2.155

Abstract

Clean architecture is a method of application development that divides code into multiple layers based on the purpose of the code, ensuring minimal dependency. Popular architectures in Android application development include MVP (Model View Presenter), MVI (Model View Intent), and MVVM (Model View ViewModel). This research focuses on creating three applications with similar features and interfaces using different architectures. The study compares modifiability, testability, and performance aspects to determine the differences between each architecture. The results show that MVVM architecture is the best in modifiability, with the lowest number of index modifications. Testability requires no more than four scenarios for all architectures. However, MVI architecture outperforms in test coverage, and MVP architecture outperforms in performance. Overall, clean architecture is a valuable approach for improving the performance and usability of Android applications.