问题
I have to implement UI in Android similar to iOS HealthBook/Passbook app as below. Video link: https://www.youtube.com/watch?v=q0HkWgmeIlc
blog URL: http://loumiranda.com/2014/03/17/will-healthbookpassbook-be-a-new-ui-paradigm-in-ios-8/
I have searched but couldn't find any related libraries. I looked into expandable listviews and cards, but I want them to be stacked one on one.
- Are there any such libraries?
- Can I achieve this in any other way? Any suggestions and links will be appreciated. Thanks in advance.
回答1:
there is not direct library by which you can make it , you have to use custom layout .
来源:https://stackoverflow.com/questions/27560442/is-there-any-ui-library-in-android-similar-to-the-ui-view-of-ios-healthbook-p