hi
My app have around 20 different thread classes as innerclass of my main midlet class
each of them does different network operations(no two of them are called simultaneously).
i read in wiki "reduce number of classes in app, Can get away with 2 classes: one MIDlet class and one Canvas class. "
and also
"Create a background thread in startApp() and reuse it. "
So can i create one bg thread and use in my case.
how do i create this bg thread?
also now now my canvas is a innerclass of midlet class. does this have any performance prblems?
Thnks in advance


Reply With Quote


