Sunday, September 21, 2014

Re: Which GWT Layout Panel is perfect for building Mobile Friendly Website?

Look at mgwt 2.0 and its showcase (code at https://github.com/mgwt/mgwt.showcase). It may take a while to get your head around it, but it's well worth the time.

On Sunday, September 21, 2014 9:32:37 AM UTC-4, Tom wrote:

Ok, A Mobile Friendly Website should be very short and focus on the task, so it wont need to show the headers as in Desktop Website.

Here is What I want to design.

When user open mydomain.com in Mobile devices like Smartphone or Tablet. They Will see

Email:  Pass:  Login    Registration    Explanation    About  

When they CLick Login they will go to a page that lists all the products, the Page Should has "Home" link the Back button

Home  Back    Product 1 , some other info  Product 2 , some other info  Product 3 , some other info  ......  

When user clicks on a product, it will show the details of the products

Home  Back    This is Product 1     Detail info of product 1..    

If user hits "Back" button then it will go back to the previous page (ie, the list of products page).

Note that: in the home page, we also have "Registration", "Explanation" & "About" Buttons, but we will never show these buttons in any other pages except the home page.

So, my question is:

Is there any Gwt Layout panel that can help me to achieve that Simple Design for Mobile Friendly Website?

The only 1 I can see is the TabLayoutPanel, but the headers are always appear in all pages.

What about "StackLayoutPanel"? How it look like? & is it good for Mobile Website?


http://stackoverflow.com/questions/25959731/which-gwt-layout-panel-is-perfect-for-building-mobile-friendly-website

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment