Hello, i'm found this code for open a view:
but i want open the "another visor from android"... like used by whatsapp...
B4X:
Dim iIntent As Intent
iIntent.Initialize(iIntent.ACTION_VIEW,"file://" & File.Combine(File.DirRootExternal, "PF_Pic.jpg"))
iIntent.SetType("image/jpeg")
StartActivity(iIntent)
but i want open the "another visor from android"... like used by whatsapp...