Hello all, some newbie questions: I'm starting a project which will allow users to take a picture, reduce image size, change it to greyscale and stream it to web service. If I write this with the latest Xamarin and test it on a newer Android device (let's say Motorola Moto G, Android v4.3), can I possibly run into issues with older Android versions? And what Android versions can I say I am supporting? Also, can I face memory issues when loading single image into memory and doing those transformations above?
Any input is much appreciated. Thank you!