Skip to main content

Posts

Showing posts with the label Blackberry Tutorial

BlackBerry ListField Tutorial Part 3

This Part 3 will consist of Networking, ListField, JSON and Thread. I'm really sorry for pending this part 3. I've been busy making money and still failed. Its just really hard to live in third world country by coding. anyway, There are few Library that you will need creating ListField with JSON data, but we wont touch that area first. we need to learn the basic. * note added : Aug 26 2013 The basic should be : Networking Thread ListField [if i find anything, will be add here]

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

BlackBerry Web Works on Blackberry OS 5

I am trying this for few days. Blackberry web works says its support Blackberry OS 5+. So i taught i create something with JQuery Mobile. After few hours of code my App is done. but the result is really different than the result in the simulator. simulator is using Ripple on the Google Chrome. the result was its seems the CSS for the JQuery Mobile is not working. and the first loading of the app took forever. thats why i am going to write a few tutorial, a very simple tutorial of Blackberry OS 5+. this tutorial will begin from simple to complex. i hope i can add few jquery on it. i once try to create webworks app to use the camera and capture a snapshot. but the camera is not event firing. For the very first app its always HelloWorld App.

BlackBerry Tutorial Starter Code

From here i want to make some simple application that at least work on my phone and to create portfolio for me to get a decent job or just to demonstrate what we've been learning up till now. Resources, requirement, credits and estimated result will be updated after. The first case will be create a simple app that have home menu, about and exit. this should be very simple. the home menu will be using ListField with Image. the whole application will be using small framework from wordpress for blackberry. but i never think its small. to learn the code it self it is very confusing but i made a smaller version from that. the code will be simple and i hope its easy to learn. you can learn blackberry wordpress from here http://blackberry.wordpress.org/development/ .

BlackBerry Graphics, Image and Camera Tutorial

This tutorial will consist of Resources, Code and Example from me and others that i found around the web. why i do this ? simple. i want to create an application that took foto and save it on database. to extend the app i will try to provide something like social plugin (facebook, twitter, pinterest etc) and also image or graphics manipulation (cropping, adjust brightness, or anything that sound simple). for the start of the writing it will be rough draft and after few trial and error i will try to make it readable for you or even make a simple tutorial that easy to understands. hopefully from this post i can learn something new again. :) im using eclipse plugin for blackberry and using 5.0 plugin, its very old. the RIM guys now just support webworks stuff which wont work at blackberry os 5.0. i wish i have the money to buy new device with blackberry os 7.1 or better, but with $300 a month as programmer its still hard to just live your life. ive notice that blackberry hav...