This is the problem I faced for a GWT application. I need the best approach
to solve this:

The challenge is that the current design approach requires a complete page
refresh when switching between UI layouts (for example, from a desktop view
to a mobile view). This process means multiple server trips, which can be
slow and use extra data—especially on mobile devices.

On Sun, Mar 30, 2025, 16:52 divyanshu kumar <[email protected]>
wrote:

> I only want the best approach on how can we implement this feature...
> Currently the issue is when user change the interface from mobile layout
> to desktop it will took multiple visit to sever which will be expensive...
>
> On Fri, Mar 28, 2025, 23:25 Neil Aggarwal <[email protected]> wrote:
>
>> This may be a big change, but why not make it a browser-based app?  Then
>> desktop, mobile, etc. are all able to use it without needing to download
>> and install anything.
>>
>> On Thursday, March 20, 2025 at 4:38:21 AM UTC-5 divyanshu kumar wrote:
>>
>>> I’m working on a GWT application that was originally designed for
>>> desktop screens, but I now need to create a mobile-friendly layout that
>>> retains the existing functionality. As I’m relatively new to GWT and
>>> UiBinder, I’m looking for guidance on the best practices for adapting my UI
>>> for mobile devices.
>>>
>>> My specific questions are:
>>>
>>>    - *Responsive Design:* What strategies or design patterns can I use
>>>    within GWT to implement a responsive or adaptive layout?
>>>    - *UiBinder Tips:* Are there any particular tips or resources for
>>>    effectively using UiBinder when designing for mobile?
>>>    - *Code Reusability:* How can I maintain the same functionality
>>>    across both desktop and mobile versions without duplicating too much 
>>> code?
>>>
>>> Any sample code recommended libraries or links to useful tutorials would
>>> be greatly appreciated. Thanks in advance for your help!
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/google-web-toolkit/76a45ad6-48e2-4a88-8966-c5d0ba985ac2n%40googlegroups.com
>> <https://groups.google.com/d/msgid/google-web-toolkit/76a45ad6-48e2-4a88-8966-c5d0ba985ac2n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/google-web-toolkit/CACUggdze99%2Bht15usOAhwRS_Eo%2BAtb-oKg3Z5FjpnoOFZjXQmA%40mail.gmail.com.

Reply via email to