create text file in android in internal memory Xamarin.android

0

I'm trying to save an ip from the server where my bd is but I can not get enough access to save the text file in the internal memory of the mobile phone, someone has any tips on how I can do this, I do not want to use SDcard since it is not all people who use the same one in this way my app would be unusable, I await answer of how I can write a text file in the memory of the cellular phone

    
asked by anonymous 29.08.2018 / 16:53

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 allows you to save and retrieve "objects" from a database without writing SQL statements.

In any case, your question is still a little broad so I can not give you a more detailed answer.

    
29.08.2018 / 16:56