How To: Inline Video Preview
How to embed video in a list-like structure within a UI manager on the BlackBerry platform.
How to use Table View layout
Every layout is unique and highly dependent upon the application using it. However, the basic building block for any complex layout is a cell. Each cell can define its space requirements or share with adjacent cells. If we try to visualize this arrangement it will look much like a table. With TableLayoutManager (full sample code […]