Slow performance android project -
please i'm facing issue in android project, , still intermediate level. download plugin tool find bugs. called (findbugs). , pointing me performance problem i'm suffering from. app has receive data digital (adc 10bit pic controller) using bluetooth. worked fine except taking time execute , draw graph digital data. findbugs tool pointing to: string readmessage = new string(readbuf, 0, msg.arg1);
and says cause application behaviour vary between platforms. can me that? thank much.
you should use traceview (http://developer.android.com/tools/help/traceview.html) finding thread , method slows down app.
Comments
Post a Comment