Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
kedarkarthik
Posts: 34
Registered: 11-20-2009

Approach to develop web app/ Java App like Yahoo Stocks app on Iphone

Hello,

 

I have been trying to figure out a right approach for days now. My requirment is to develop a VERY GOOD looking app, its layout being just like Yahoo Stocks App that you get on iphone.

 

For pplwho have not seen it .. Screen divided in to 2 parts .... top part has table like structure with one of the column being button. When user clicks on row I need to show a line chart on the bottom part. Which will be a good and fast approach.

Again .. the app should look good.

Awainting your replies!

 

Please use plain text.
Developer
marchywka
Posts: 1,415
Registered: 07-30-2008

Re: Approach to develop web app/ Java App like Yahoo Stocks app on Iphone

I haven't looked at this but if you want to copy a web app, I've had reasonably good luck

feeding locally generated html to the RIM browser classes. I use this for some java app

control panels and it is noticeably slower than a real GUI but maybe easier to make look like

a web thing. Alternatively, for complete flexibility, you can bypass all the component stuff and manage e a full screen yourself. This may sound copmlicated but if you want fast and flexible, this is the way to go. I've had some overlays that I'm pretty sure had to be done this way. . ssss( firfox just consumed all memory again...) asdlkjh few

( more later once I resstrat my browervsg) aLSO GIVES GOOD base for learning the storm touche events etc.

 

Please use plain text.