Nowadays a lot of people are using Realm Database in their Android & IOS Apps. The basic reason for using the Realm database is that it provides us an option to directly map & save Class objects into Database. It also provides us an option to add observers & listeners whenever the data is changed in the database. In this tutorial, I will explain how you can view your Realm database in Realm Studio.
Install Realm Studio
First of all install the latest Realm Studio. It’s available for Linux, Mac & Windows platform.
Find Realm Database File in Android Studio
1. For that open your Android studio & navigate to the following window.
View -> Tool Windows -> Device File Explorer

2. Navigate to the following path in Device File Explorer and download default.realm. For that, you can right-click on this DB file and click Save as.
data -> data -> YOUR_APP_PACKAGE_NAME -> files


3. Now you can open this saved file in Realm Studio and can view the full database.

That’s it. Enjoy 🙂
If you are interested in reading other helping articles, Visit our Tutorials Knowledge Base.