문제

I'm new in android development and I'll appreciate any help for implementing the following thing.

I have TabHost and in one of the tabs I want to place some-kind of table. Clicking on one of the rows will slide this table to the left and instead of it it will show the view that corresponding to the selected row and a back button at the top. All this should happen in the same tab. Here is picture of what I'm trying to do.

My questions are:

  1. What element I should use for building such kind of table?
  2. How to implement such slides and back button?
도움이 되었습니까?

해결책

Here is a tutorial on view transitions. - http://www.inter-fuser.com/2009/07/android-transistions-slide-in-and-slide.html

I would think this would be a great place to start. :0)

다른 팁

It's a table no doubt. Read about ViewFlipper. You just need a ViewFlipper parent inside your first tab.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top