Is there any option where we can see local storage data in the android project in android studio? Like in Ionic we can see Local Storage as well as Session Storage from:
- ctrl + shift + I (Inspect)
- Select Application Tab
- On the left hand, you will find the Local Storage option there you will be able to see all your data stored in your local data. Do we have something like this in Android Studio for Android Projects?