Skip to main content

Posts

Showing posts from April, 2012

Blackberry Creating Toolbar Part 1

Update   Oct-9-2012 * I think i should make this tutorial into parts. Part 1 should be for beginner, the higher part should be for advanced coder * ----------------------------------------------------------------------------------------------------- Requirements : - BlackBerry OS 5 Right now I want to create Toolbar just like this   What i really want to create Toolbar with Back Button, Screen Name and some Align Right Button or Text. and of course with fixed position.

BlackBerry ListField Tutorial Part 1

the same with the toolbar tutorial. im going to split these tutorial into parts. These Part 1 will be consist of any stuff that pretty much simple. Requirements : - Blackberry OS 5 - Java Eclipse Plugin for Blackberry today i want to create a simple tutorial from simple ListField to a complex and custom ListField. maybe not tutorial but a review from the resources over the internet. if you want to know the differences from objectListField here some article or maybe an answer for you : http://stackoverflow.com/questions/3573941/how-to-customize-objectlistfield Syntax Highlight by http://tohtml.com/java/ lets starts with the one that blackberry have on How to - Make list items appear on a screen. with their code here is what you'll get. it is an empty string but the list field is there. i think you can scroll it down

BlackBerry Java Resources and Tutorial

For the last mont i've been trying to create blackberry app. but still no good. for GUI. i think you have to be hardcore programmer to understand and customize the interface. for Device, its best start is to create code with 5.0 JDE if you want it to run on every blackberry platform anyway, here are the resources i can find out by googling and stackoverflowing.  for ui : http://stackoverflow.com/questions/1445953/blackberry-user-interface-design-customizable-ui from blackberry its self: https://bdsc.webapps.blackberry.com/java/samples   the best way is always to learn from some one else code. right now i'm using wordpress for Blackberry code. and i think i got the hang of MVC. if you want to obtain the code just use git client so you'll get the whole repositories. blackberry.wordpress.org/ and also a unique custom ListField from  http://code.google.com/p/rtm4bb/ for the best blackberry app i think facebook app for blackberry have the very best Use

Developing BlackBerry App

Currently I'm developing an application for blackberry device. My main device is BlackBerry 8900 Simulator and a BlackBerry 8900 Phone. There are Books for creating Application for BlackBerry but its still pretty much basics stuff. I'm using BlackBerry Java Plugin for Eclipse as the main tool to code and also using MVC stuff that i get from open source BlackBerry application for Wordpress repositories. Don't forget to watch the trailer and download the code using SVN.