Welcome!

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
Regular Contributor
abhishek_puppalwar
Posts: 69
Registered: ‎01-17-2010
My Carrier: Airtel
Accepted Solution

Code Optimization techniques For BlackBerry ???

Hi There !!!

Can any one suggest me some really help ful techniques for Code Optimization for a code written in BlackBerry?????:manvery-happy:

AbhishekPXP
Please use plain text.
Developer
ydaraishy
Posts: 562
Registered: ‎09-30-2009

Re: Code Optimization techniques For BlackBerry ???

You should observe a few points first:

* are you examining your own code?

* if not, is the code you are examining "good" Java? if it is, get someone knowledgeable to tell you whether it is "good" Java or not; this means is it well designed, is it structured well, is it maintainable does it follow proper design habits for software development (eg loosely, minimal use of static variables)

* does it actually run well? does not consume lots of memory over time?

 

Then, you might want to look and see whether the code has consideration for the nuances of the Blackberry platform, see documentation like

 

http://docs.blackberry.com/en/developers/deliverables/5827/BlackBerry_Java_Application_design_447305... especially the chapter on "Best practices"

Please use plain text.
Regular Contributor
abhishek_puppalwar
Posts: 69
Registered: ‎01-17-2010
My Carrier: Airtel

Re: Code Optimization techniques For BlackBerry ???

Thnaks for your reply.

I'm looking on your suggestions :smileyhappy:

 

AbhishekPXP
Please use plain text.