All Questions
2 questions
3
votes
1
answer
1k
views
Reading file from flash with Xamarin.Forms on Android using ActionOpenDocument intent with StartActivityForResult
I have a Xamarin.Forms application which utilizes dependency services to access Android specific features, in this case file access on the storage.
The file we are accessing is a serialized .xml file ...
5
votes
1
answer
119
views
Painting a lot of diagrams for a board game
I'm creating a chess application and I would like to show plenty of big chess diagrams in scrollview. At the moment I just create ImageView for every diagram, create bitmap into it, paint the diagram ...