I see that Kitkat added scenes and transitions (something I'm learning now). It seems very easy to implement, but if my minSDKVersion is set to below 19, I need to use @SuppressLint("NewApi").
Does this mean that my app would crash for lower sdks? I'm testing on a Nexus 5 so it runs fine. If so, can I implement Scenes and Transitions for lower APIs using a certain package? And if not, how can I design similar transitions for lower APIs?