Android API level has added few APIs like DisplayManager, Presentation etc in API level17.
Is it possible to develop an app using API level 16 which achieves the same functionality as we do in API level 17 using Presentation APIs?
Or Is there any way I can implement Presentation class myself in my Android App with API level 16 or below??
Thanks,
Smitha