Skip to main content

Posts

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

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