Change Player Size
Watch this video in a new window

LWUIT In The General Session

Jeet and Yoav discuss and demo LWUIT in the mobility general session in JavaOne  
 
Customize

More From: vprise

Loading...

QuickList(0)

Upgrade to Flash Player 10 for improved playback performance. Upgrade Now or get more info.
4 ratings
Sign in to rate
3,765 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (0)

This video has no Responses. Be the first to Post a Video Response.
Sign in to post a Comment

Text Comments (4)   Options

Loading...
AdduJi (1 year ago) Show Hide
 0
Marked as spam
does UI provides features like showing data in Grid?
vprise (1 year ago) Show Hide
Marked as spam
Depending on how you define a grid. If you are referring to something like Excel then no. However there is both a grid layout (allowing arbitrary components in a grid) and a list can be used for scrollable data sheets. This is covered in depth in a forum discussion in the project page.
AdduJi (1 year ago) Show Hide
 0
Marked as spam
yeah I mean Data Grid available which could be bound with some backend database.
vprise (1 year ago) Show Hide
Marked as spam
Binding to a backend is possible since the List has a true Swing like MVC approach where the model is an interface and allows easy backend binding. Swing like renderers are also supported allowing for a very powerful grid like interface.
ShaiSoft (1 year ago) Show Hide
 0
Marked as spam
So the API actually has backward compatibility that disable the 3D feature for
devices older then CLDC1.1? Nice..
vprise (1 year ago) Show Hide
Marked as spam
Yes it is a simple API to query the existence of 3D thus allowing code to conditionally disable 3D features.
ShaiSoft (1 year ago) Show Hide
 0
Marked as spam
It required the M3G API for the 3D spinning menu?
vprise (1 year ago) Show Hide
Marked as spam
M3G is required for this particular effect, it isn't required for the library or the demo to work. 3D support is detected in runtime and enabled appropriately.

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.