次のような画面を作成したい:
絵のように自分で本を作りたいです。私はこのようなGUIを構築するために多くのことを考え、画面を実装するために次の決定をしました。私の観察は私に教えてくれます:
1. This layout can not be designed using xml layout file . Rather its gui must be designed pragmatically .
2. Every row is a simple table row whose background color is wood color . In each table row there are two image view . The image of books will be put in to this image .
3. If a new book is inserted into database the list will be expanded . If no space in table row is available then a new table row will be created and the image of that book will be kept there .
GUI全体をレイアウトxmlファイルに実装する方法はありますか?レイアウトをデザインするという私のコンセプトに誤りはありますか?このレイアウトファイルを設計する他のアイデアは何ですか?