I have 2 animations which are already working, i want to fade my train + tween my train on the same time. If I execute 1 of these lines it works. But if I try to execute both it
You need to use an AnimationSet, check out the docs. Just call addAnimation() for each Animation you want to play.
AnimationSet
addAnimation()