Posts by Liberi • 101 points
2 posts
-
0
votes0
answers38
viewsQ: How to use Bidingcontext to link Views to a Dictionary?
My Xamarin application has as one of its features, creating forms based on an object. I have been having trouble saving the data from this form. I have to go through the children of Stacklayout to…
-
0
votes2
answers764
viewsA: How to generate Thumbnail of a Video for Android?
Well, first of all, never pass the file path this way. Do so: File sdcard = Environment.getExternalStorageDirectory(); //Get the text file File file = new File(sdcard,"destruction.mp4"); Then, to…