vid = app.CreateVideoView(1,1);
vid.SetFile(path);
vid.Play();
Please try writing the code for yourself an post here any problems you may have.
var folder = "/sdcard/DCIM/Camera";
And this one?
mp4List = app.ListFolder( folder, ".mp4", 10 );
Of course you can just watch YT vids if you are connected to wifi or mobile data. Either create a webview and load the YT page or download it (I dont know how but u can search on the forum - we had this question already)
@Mighty,
If you want to use multiple lines in a text control, you need to use the option "MuliLine" in app.CreateText
txt= app.CreateText("hello",-1,-1,"MultiLine");
app.CreateText("hello\nworld",-1,-1,"MultiLine");
Can you please try to stick to one subject in one thread.
Asking multiple unrelated questions in the same topic makes it difficult for people searching the forum to find answers that have already been given.
Can I suggest you start a new topic for your scroll question and post a simple code example that demonstrates your problem.