You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while(1)
{
iLen = m_cInputStream.read(bytesBuffer);
if(iLen > 0)
{
// Toast Show
}
Thread.sleep(10000);
}
example source for explain.
and i will send '0' -> then, app will show toast [ 0 ].
and i will send '1' directly -> If, it is ideal situation, then 10second after
showing toast [1].
but didn't showing...
where is my '1'...??? why missing byte?
Original issue reported on code.google.com by [email protected] on 7 May 2014 at 9:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 May 2014 at 9:05The text was updated successfully, but these errors were encountered: