How do I check which minimum API is the feature available for?
I'm a beginner Android developer and it happens a lot of times that when
I'm developing an app, I accidently put in a lot of features that are only
supported by 3.0+ or even 4.0+. For example, implementih on/off switch
makes app available only for 4.0+ (as far as i know, maybe i'm wrong) and
implementih admob ads makes it available for 3.0+ (what my tests have
shown so far). I know I could do a research on every single feature on
official docs, but is there a better website that offers such service? A
website where you can select a certain API and it shows which features are
available for it or something like that.
No comments:
Post a Comment