create android text file on internal memory Xamarin.android

Asked

Viewed 138 times

0

Well I’m trying to save an ip from the server where this my bd but I’m not getting because it does not give enough access to record the text file in the internal memory of the mobile phone, someone has some hint of how I can do it, I do not want to use Sdcard because not all people use the same in this way my app would be useless, I await answer how I can record a text file in the internal memory of the mobile

  • Try to detail a little more your question

  • Okay, I’ll change the post

1 answer

0

The Sqlite.NET library that Xamarin recommends is a very basic ORM that allows you to easily store and retrieve objects in the local Sqlite database on an Android device. ORM stands for Object Relational Mapping - an API that lets you save and retrieve "objects" from a database without writing SQL statements.

Anyway your question is still a little wide so I can’t give a more detailed answer.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.