My App must have a widget that can show cards and user can turn over cards. StackWidget
sample (in Android's resources) has a good widget:
But there is a StackView
in layout of widget and it is available since API Level 11
and I have to implement my App for API level 5.
Also I saw this widget that works API level 7 and upper, and I guess uses OpenGL ES
:
Finally how we can simulate stack view in Android 2 (API 5)? Or how we can implement a widget like second image (above)?
StackView
, what did you learn about its implementation and how easily it could be backported? – JacquieTimescape
.It has a widget with 3D animation.It REQUIRES ANDROID:2.1 Do you believe thatIt is completely impossible in an app widget prior to API Level 11
? – MiheAPP Widget
,but it did not received any answer.I guess you can answer to it,because your experiences on this topic.My question is here: https://mcmap.net/q/1920018/-android-force-appwidget-to-work-from-sd-card/1043882 – Mihe