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

Опубликовано: 28 Сентябрь 2024
на канале: MrMorphEvolution
15,031
31

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.