4 questions
If an object says hello in object 2, I want to create an event where I answer hello in object 2 I don't know what to do. Is there a simple example source?
handler.post(new Runnable() { @Override public void run() { tv.setText (per test); } });I can't do the TV.setText part in this part, but why can't I do it?
After converting the input voice into text, a program that outputs the appropriate answer (a line written in text) back to voice I'm making itRight now, I'm making sure that I keep going through infin...
I'd like to call the method with a certain delay In Objective C,[self performSelector:@selector(DoSomething) withObject:nil afterDelay:5];You do it like this. What do I do on Android? public void DoSo...
© 2024 OneMinuteCode. All rights reserved.