arrange-items

what would be the best solution to arrange items on Magento?

Hi, my client is asking me to arrange items freely. Let's say I have five items. Item 1,2,3,4,5. My client wants to move item 5 to item 1 and item 4 to item 2 and so on. I have never seen such feature before. I am not even sure how to implement it. What would be the best solution?? ...

Android: how do i custom arrange menu items?

I would like to arrange the menu items in my app so that one item appears in its own line, and the other 3 items appear below it. I know that this is possible because i have seen apps do it. I tried writing a menu xml with linear layouts to arrange the items, but this doesnt work. I have also tried putting them in different groups, but ...