Click LongClick PageScrollStateChanged(State As Int) PageSelected(Position As Int) PageScrolled(Position As Int, PositionOffset As Float, PositionOffsetPixels As Int)
Duration of "fade-in" animation (in milliseconds) Whether animation should be played if image is loaded from network Whether animation should be played if image is loaded from disk cache Whether animation should be played if image is loaded from memory cache.
SubMenu_Click Activity.AddView(lv,0,0,100%x,100%y)
l = vp.GetImageListFromAssets("Here the Images folder stored in Assets")
or l = vp.GetImageListFromAssets(File.DirAssets)
or l = vp.GetImageListFromAssets("")
Forn = 0Tol.Size-1 lv.AddSingleLine(l.Get(n))
next EndSub