Questions tagged [mgwt]

mgwt is an mobile extension to GWT which allows to write mobile apps with GWT

mgwt is a library for developing mobile apps and mobile websites with GWT from one code base. mgwt provides native looking widgets for many platforms, animations and many other things that are needed for writing mobile apps. gwt-phonegap enables GWT apps to use Phonegap. With Phonegap HTML5 apps can access the same device features that native apps can use from Javascript, such as the file system or contacts. With mgwt and gwt-phonegap you can deploy your GWT apps into any app store or let your users use them as a website. Both projects are available under apache 2.0 license from maven central.

144 questions
14
votes
1 answer

Tutorials and examples for mgwt/gwt-phonegap

I have been trying to follow mgwt and gwt-phonegap through code.google.com. It feels like a pain for me, because I can't find something properly described there for a beginner to follow. Can any one plz suggest me a good tutorial site or examples…
Vivek Mohan
  • 8,078
  • 8
  • 31
  • 49
12
votes
1 answer

how to add MGWT Animation within some widget instead of RootPanel

I am doing animation in mgwt, but the problem is when I animate some widget . that widget comes at the top level (RootPanel) over all the widgets. code: VerticalPanel vpnlMain = new VerticalPanel(); vpnlMain.add(widget1); …
junaidp
  • 10,801
  • 29
  • 89
  • 137
8
votes
1 answer

GWT/mGWT development and deployment for mobile apps

I am really confused by lot of links: mgwt, Phonegap, Cordova, gwt-phonegap, etc... Can somebody really help me with a few basic questions about all these? Phonegap and Cordova are one and the same - They will help us to build a mobile deployable…
Santosh
  • 1,849
  • 4
  • 19
  • 31
7
votes
2 answers

How to register Custom HTML Element as widget in GWT

Hi folks Did someone have any idea how to register custom html element as GWT widget uiBinder and use them directly in place of using in HTMLPanel. For e.g. if I'm using Google Polymer in my mgwt project I'm using custom html element as …
Key_coder
  • 534
  • 3
  • 27
6
votes
3 answers

GWT Mobile Development

I'm looking to build a GWT app targetting mobile browsers. My requirements: Mobile friendly widgets which work across all modern browsers including IE, Firefox (not just webkit). I haven't found any well supported frameworks for doing this. I've…
DD.
  • 21,498
  • 52
  • 157
  • 246
5
votes
1 answer

Vaadin Touchkit or mgwt

I am evaluating possibilities to create mobile hybrid Apps with GWT and Apache Cordova / PhoneGap. I already build a small prototype with mgwt and liked it, but I would like to research a few other possibilities before starting the project.…
Sven
  • 1,648
  • 1
  • 21
  • 31
5
votes
1 answer

GWT + HTML5 lightweight mobile library to support animations

I am researching for writing a mobile app with GWT and I need a lightweight mobile library. The app will contain animations and mobile look and feel. Is there a way to create more "game" like animations (like blurring, motion effects) with GWT on…
Ivaylo Slavov
  • 8,839
  • 12
  • 65
  • 108
4
votes
1 answer

GWT approach for mobile

I need to develop a gwt app that requires support on desktop, mobile, tablet. I need to choose whether to use m-gwt or stick to the approach presented in Google IO 2011 Google IO 2011 approach seems to be - 1) create different views for different…
Sathya
  • 1,076
  • 1
  • 8
  • 17
4
votes
1 answer

mgwt vs. GWT Mobile - Platform compatibilities

I am trying to decide which framework to use to my new project: mgwt or GWT Mobile (and PhoneGap). I already have an iOS and a Android Version of my App, so I am more interested in supporting platforms like Blackberry, Windows Phone, Symbian, WebOS…
jcdmb
  • 3,016
  • 5
  • 38
  • 53
4
votes
1 answer

Gwt for building an Android application

I am looking into building my first Android application and was wondering what is the best approach to take for an experienced GWT developer. During my research I found phone gap which helps you develop for multiple platforms using Html CSS and…
Biri
  • 189
  • 9
4
votes
2 answers

GWTP - An error occurred while trying to write the image bundle

I am getting a lot of these errors while trying to build gwtp+mgwt app using ant- Preparing method tabBarMoreImage [java] [ERROR] An error occurred while trying to write the image bundle. [java]…
blue01
  • 2,035
  • 2
  • 23
  • 38
3
votes
1 answer

GWT 2.7.0 + mGWT 1.2.0 - No tap/touch events dispatched

We have a mobile-web project using GWT 2.6.1 + mGWT 1.2.0 We're now trying to update to GWT 2.7.0 however even if the project runs, no tap/touch event is ever dispatched in Super Dev Mode. None of our TapHandlers are reacting. Has anyone else…
GMadez
  • 91
  • 5
3
votes
1 answer

GWT Super Dev Mode, how to enable Source Maps

I´m running my MGWT Project with SuperDevMode on a code server. For debugging they they said i should use Chrome and "enable source maps" in the Chrome Developer Settings. But in the Developer Settings i can only find "Enable JavaScript Source…
Simon B.
  • 81
  • 1
  • 10
3
votes
1 answer

Converting JSON to Hashmap using GWT

SortedMap hmap = new TreeMap(); My JSON String sample: { "3": { "Field1": 12, "Field2": "value", "Field3": null }, "test": { "Field1": 20, "Field2":…
3
votes
1 answer

Enabling/Disabling MGWT Button

I'm beginner to GWT and MGWT. In my project I've a requirement that I have to enable and disable the MGWT Botton. direct method is not given in current version of MGWT. I've seen it in GWT button. com.google.gwt.user.client.ui.Button b = new…
Ashok
  • 587
  • 1
  • 4
  • 5
1
2 3
9 10