سؤال

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