开发者

What is the widgets I should use in the following stock portfolio app

开发者 https://www.devze.com 2023-02-23 12:23 出处:网络
I came from Java Swing background. I am interested to have my own portfolio app which looks similar to the following.

I came from Java Swing background. I am interested to have my own portfolio app which looks similar to the following.

What is the widgets I should use in the following stock portfolio app

I know that, I need TabHost.

开发者_如何学编程

I may need ListView as tab content, if I want the item highlighted in white rectangle click-able. When user clicks within white rectangle region, the transaction details will be shown.

What I do not know is that, what is the widget I should use, so that I can get the stuff within the white rectangle region?

  • A green bar on the left.
  • A mix of grid layout and border layout view, with information aligned properly, separated by line.


You may take a linear layout in horizontal orientation with an ImageView on the left for the bar and a TableLayout on the right

0

精彩评论

暂无评论...
验证码 换一张
取 消