Skip to main content

Posts

Showing posts from 2012

iOS 5 Creating eCommerce with Shopping Cart App Part 1

[Created 11-28-2012] it seems like there are tons of tutorial ios and xcode for beginner out there. you can view the list at my post here http://javalearning-adventure.blogspot.com/2012/11/learning-xcode.html that's the link that i always update if i find anything. this tutorial will consist of step by step in creating Shopping Cart App. There will be Browse Product, Shopping Cart, and Checkout Method. I will update these later after i satisfied with the end result. These tutorial will also include web programming using php. but these php will only using basic sample not the very complex with mysql database and everything. these php pages will only creating json output. i think you don't need to learn php and json. you should only learn how to handle json using objective-c. I am still a beginner in xcode and objective-c, its still only 1 month since i started these tutorial. requirements suppose to be iOS 5 with xcode 4. [i will update these later][postponed

Learning XCode

I have been learning xcode just to be a backup for my suddenly resigning co-worker. the environmet is pretty complex. its not like any IDE that i have been encounter. My main target is iPhone or iOS 5. and at the end of november i have to create a shopping cart application that using web/network to populate data. the challenge in these learning its obviously xCode and Objective-C. Learning new Language that completely different than usual is pretty hard. but the IDE that is XCode is really making everything seems so simple. I have read few books about developing iphone and ipad application but none of them are very basic. so i turn to Apple web. it is really resourceful. anyway here is the link http://developer.apple.com/library/ios/navigation/ [update on 10-20-2012] i hate to say this but that top link it isn't very resourceful. i have to look to other great site such as http://stackoverflow.com for several day I've been struggled with networking on iOS. the prob

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

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