ERJAN
ERJAN

Reputation: 24500

What is the simplest layout to choose to make book finder app?

I want to make very simple book finder app for a website.

The prototype is this(how i want it to look like):

prototype

I have chosen grid layout, but the search field keeps jumping around, i think the problem is the layout(maybe wrong)

layout

Question: what layout do you recommend for this simple app?

Upvotes: 0

Views: 113

Answers (1)

ThomasThiebaud
ThomasThiebaud

Reputation: 11969

GridLayout or TableLayout will work fine, but you can also use a combination of LinearLayout (one vertical and one horizontal).

If your app stays simple, it is easier to use LinearLayout.

I am not sure I answered your question.

Upvotes: 1

Related Questions