Skip to main content

Posts

Showing posts with the label Blackberry

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 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.

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...

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 U...