A basic grid in Sencha GXT3 that displays JSON data can be found in in https://github.com/prabhu-durasoft/JSONGridGXT3. The JSON data that is loaded using HttpProxy class is shown below. { "countries" : [ { "name": "India" , "capital" : "New Delhi"}, […]
Simple Hello world and Grid examples in GXT 3 have been posted as two separate eclipse projects in https://github.com/prabhu-durasoft site. The HelloWorld example displays ‘hello world‘ in a MessageBox. The BasicGridInGXT3 example displays the list of countries and their capitals […]
Google Web toolkit has been around for quite sometime now. If you want to build a rich internet application these days it will involve extensive JavaScript work. JavaScript is still not everybody’s forte. An application that we built a year […]
Thanks to the visit to an Adidas store last week, the logo stayed in my mind for a long time that it sparked up an interest to implement it using HTML5 canvas API. The implemented logo is shown below. The […]
Mobile application development is in a crucial phase right now. With new models getting released almost every week, developing a mobile application that works with all these models is becoming a nightmare. The problem with building native mobile applications seems […]