Sto leggendo con interesse questo post
Android Tutorial - Text files
Many applications require access to a persistent storage. The two most common storage types are files and databases. We will cover text files in this tutorial. The predefined Files object has several utility methods for...
ایجاد یک اسکرول ویو و خواندن تصویر از دیتا بیس در اندرویدمثل اینستا گرام
If File.Exists(File.DirInternal, "mymobail")=False Then
File.Copy(File.DirAssets,"mymobail",File.DirInternal,"mymobail")
End If
Dim SQL1 As SQL
SQL1.Initialize(File.DirInternal, "mymobail", True)...