Is it possible to create a "internal" database to use with a UWP? So when i publish the app it comes with the db, because there is no need for me to use a db on lets say Azure.
In the app i show movies and the user can store a movie to favorites. So I only need to store the index number from that movie to use next time a user navigate to the favorites.
Or maybe there is a better way, like a text file? I cant find any information regarding this and a tip would be much appreciated! :D