This research paper explore the concept of data persistence in Android applications using Room database. In the dynamic landscape of mobile app development, ensuring efficient storage and retrieval of data is crucial for providing a seamless user experience. Room database, a powerful library provided by Android Jetpack, offers a robust solution for managing app's local database. The study delves into the key features and benefits of Room database, including its support for object-relational mapping (ORM) and simplified SQLite database interactions. By analyzing the working principles and implementation strategies of Room, this research aims to provide developers with insights into optimizing data persistence in Android applications. Additionally, the paper discusses practical examples and best practices for integrating Room database into Android projects, highlighting its role in enhancing data management capabilities and improving overall app performance. By examining the impact of Room database on data persistence in Android apps, this research contributes to the ongoing discourse on efficient storage solutions for mobile applications Keywords: Room, Android, Dao, Entity, SQLite, Recycler View, ViewHolder, Dependency, Adapter, Gradle