I have the following framelayout:
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/example"
android:layout_marginBottom="5dp">
</FrameLayout>
What I'd like to do is be able to toggle it rightways / left in relation to its parent div, fade it and execute a method, left or right differently. I've never done animation in android and don't know if there is something premade (being native, +) that also executes a method at the end of animation + fade. Any idea on this one?