When developing a native application, it’s often useful to be able to inspect the state of the database on the device, and currently, doing so would involve modeling a set of pages to view all the tables. Make It Native could provide this as a debugging tool akin to the element inspector and remote javascript debugger to make the lives of Mendix Native developers a lot easier.
Bonus: We’ll get a lot more performant Mendix Native apps because they’ll have better sync controls
Hello Conner,
Actually, you can inspect the database in the device using a tool called DatabaseInspector in Android Studio: