Android Question Cardview and scrollview, dynamic scroll

rscheel

Well-Known Member
Licensed User
Longtime User
It is possible to create cardview with database records along with scrollview and perform dynamic scrolling.

For example as the image

Screenshot_2015-01-08-14-26-53.png
 

udg

Expert
Licensed User
Longtime User
Sure. Why not?
Personally I prefer the CustomListView over ScrollView to show those image+label panels, but you could have the same effect with a simple ListView and its BitmapAndTwoLabels style.
And you may find useful a few CardView-specific libraries too.

There are many examples on the Forum.

udg
 
Upvote 0

johndb

Active Member
Licensed User
Longtime User
Upvote 0
Top