Skip to main content

Posts

Showing posts from October, 2012

BlackBerry Toolkit For Developer

Right now I'm Still using Eclipse to Develop for Blacberry OS 5. I don't know if the site still support Eclipse Plugin for Blackberry. But if you still want to develop on Blackberry i Suggest you choose tool from the main site. They have Java, C++, HTML5, and Adobe Air as platform to choose. I am not a Java Developer but an awesome PHP Developer, but i still choose Eclipse Plugin to develop. here are the link if you want to try Checkout every platform here  https://developer.blackberry.com/ if you want to go straight to Eclipse https://developer.blackberry.com/java/download/eclipse. the Eclipse is supporting OS 7 as the newest OS. So if you want to develop for earlier OS you should download the plugin for eclipse. here is the link from Blackberry Doc site. http://docs.blackberry.com/en/developers/deliverables/23651/Install_Configure_973458_11.jsp . I think the link its just tutorial on  how to install plugin for eclipse. but it should help you anyway. if you want t

Blackberry Creating Toolbar Part 3

Read Part 1 Read Part 2 After trying few apps from Blackberry AppWorld. I've stumble into something interesting that is UberSocial also known as UberTwitter. they have interesting Toolbar or MenuBar. It look like this. These toolbar even have tooltip if you hover above the icon.

Extending Skill

Few Month Earlier, I have been introduced to Spring, that is Spring is the most popular application development framework for enterprise  for some project to maintenance. i don't have any problem with learning the language. because of the only main thing is maintenance so you just have to learn to edit few lines. and that's about it. What interest me is that the price on JAVA skill is much better than PHP. So I've decided to go beyond my natural skill, that is PHP. I am going to write some stuff about Spring, and also Android and IOS from Apple. PHP have been the greatest resource of income for my life but it seems that the value PHP project is decreasing. and I've been struggled with my life. So with this new skill i hope gaining some interest to resume the daily dreamed life.

BlackBerry ListField Tutorial Part 2

Blackberry ListField with Clicked Row this time i create based on rtm4bb code. it used manager as TableRowManager to create the field for each row. first i create MenuListField.java

Blackberry Creating Toolbar Part 2

This is part 2 of Creating Toolbar on Blackberry. Read Part 1 Requirements : - Blackberry OS 5 UPDATE 4-29-2012 After few styling and researching i managed to create background color. after i think its looking quite alright without color gradient or anything, its time to try on storm / BB 9550. after that i found a problem when the Display is tilted into Landscape the layout width doesn't redraw / synchronize automatically. but solution found on http://www.stackoverflow.com. here's the link if you want to know : http://stackoverflow.com/questions/7789734/auto-rotation-on-blackberry-programming anyway here is my code