How to handle deprecated methods in Android development – development for different SDK versions



How to handle deprecated methods in Android development – development for different SDK versions

How to handle deprecated methods in Android development - development for different SDK versions

So you make application that has wide spread range of SDK versions. Its just the matter of time until you face situation when some method is valid in one SDK but in newer ones is deprecated and replaced by some other stuff. In this vid I show how I handle these situations. Its actually quite easy. Hope it helps. Take care.

Comments are closed.