[android-beginners] Re: Doing a periodical task. Counter?

2009-08-04 Thread Roman
You are missing in the onResume method super.onResume(); -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA,

[android-beginners] Re: Doing a periodical task. Counter?

2009-08-04 Thread Mark Murphy
Roman wrote: You are missing in the onResume method super.onResume(); Not to mention the fact that, since the OP is doing all the TextView updates in a tight loop, only the last one will wind up having a visual impact. What I really want to do is to get the sound level in the mic while