Is it possible to do change programmatically the current card to a new position with a slide animation ?
The following code only teleport to the chosen position :
cardScrollView.setSelection(cardScrollView.getSelectedItemPosition() - 1);
Perfect timing! This was just added to the GDK in XE21. Check out the new CardScrollView.animate
method, which allows you to slide to an existing card as well as insert and delete cards with animations.