문제

I noticed that since I changed the build target to 4.0 i got a lot of warning. Almost all of them where referred to the showDialog / hideDialog used for all my alerts inside my app that are now deprecated. I've seen Google introduced the Fragments also for this...but they are compatible from API 11 and greater. My app has got the minSDK to 8...so it should work properly also on Android 2.3.3. Any chance I can menage to do this?

도움이 되었습니까?

해결책

You will have to use the android support package in order to get access to DialogFragments in API 8

Support package info and how to obtain it can be found here Android Support Package

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top