문제

Google Glass Gets Updated With KitKat [XE16] today. I have developed one application with viewPager which was working fine with XE12. But after updating to KitKat[XE16] viewPager not working on the glass.

Searched for the change-log and release note for the KitKat for Google Glass developer. I got the features release note.

Now I need to know two things.

  1. Is ViewPager deprecated in Google Glass KitKat[XE16]?

  2. Is there have any release note or change-log for XE16 for google glass developer?

도움이 되었습니까?

해결책

To answer your questions:

  1. Is ViewPager deprecated in Google Glass KitKat[XE16]?

    Kind of. ViewPager isn't explicitly deprecated in XE16, but it was never actually a fully supported. If you have cards of content that you'd like to flip around, use CardScrollView instead. You can learn more about using it in here.

  2. Is there have any release note or change-log for XE16 for google glass developer?

    Yup! Check out the Glass platform release notes.

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