BenGoBlue05 / UdacityAlumni

Udacity Alumni Android App
57 stars 30 forks source link

Regarding minSDKVersion #16

Closed Dvik closed 7 years ago

Dvik commented 7 years ago

Should be minSDKVersion be as high as 21? I believe it should be 16 or 17 so that the app runs on more than 95% of the devices. @BenGoBlue05

BenGoBlue05 commented 7 years ago

you're absolutely right. the app should be compat with lower version devices. However, for the beginning stages for this project I wanted to simplify things as much as possible so developers of all skill levels can get involved - in this case worrying about backwards compat - So this and some other issues might not be 'best practice'

Dvik commented 7 years ago

Cool. Closing this out for now.