I have an application that makes use of the ListFi开发者_高级运维eld component. As items are clicked on in the ListField, I remove the ListField from the manager and add in other managers.
I am loading some data from web service with image.But problem with image loading. I have to display default image first,then the loaded image is placed on default image asynchronously.I开发者_JS百科
So i have a custom ListField class, and it looks prett开发者_Go百科y boring with no headers.Does anyone know if there is a way to make headers above each cell?I am used to iphone programming which mad
I am n开发者_C百科ew to blackberry development.I miss my iphone uitableviews. If there anything similar for the blackberry?It needs to hold a variable amount of cells and the cells need to be selectab
How to get selected row from blackberry objectlistfield, when user clicks on list it开发者_StackOverflow中文版em?getSelectedIndex()
How do you detect a long click on a ListField component? Do you override its navigationClick(int status, int time) and fumble with its time argument (how?) or is there some builtin method for detecti
I\'m trying to display an extra row at the top of a ListField - called \"Add Item\" and it almost works, but the very last row \"Item 4\" of my data is not displayed.
I am very new to blackberry table view. I am using jde 4.5. Can anyone please which is best wayto show
I have a customized ListField with an icon and text on each rows. How can i 开发者_开发问答add background images to rows (in drawListRow() method).I think it should be smth like this:
I have added three custom listfield on a single screen which are separated by some space and labels. I have also drawn a roundrect on each row.