Can we create mobile apps using GWT?

devquora
devquora

Posted On: Feb 22, 2018

 

It is not correct to say that GWT is meant to develop applications that run on browsers. As we know GWT is based on Java and translate Java to JavaScript, and also includes IDE and Ui support which helps to make web apps. You can make some application wrappers that takes JavaScript applications native to androids or other operating systems of mobiles. This is how you can design mobile apps with the use of a glue layer present in between native wrapper and GWT for a JavaScript app.

Yeah, it is true that you can't make apps only with GWT, instead, you need other libraries. Thus, it is fully possible to make apps using GWT by combining it with other libraries

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    GWT interview questions

    What is GWT framework?

    GWT stands for Google Web Toolkit which is an open source framework designed to build outer-performance web applications in Java...

    GWT interview questions

    What is GWT used for?

    It is a toolkit designed for building and optimizing browser-based applications...

    GWT interview questions

    What are requirements to install GWT?

    To install GWT, first install JDK Java Development Kit on your system as GWT is based on Java...