handler tag

4 questions


1 answers
91 views
0
Create a custom event in Java

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?

1 years ago

1 answers
99 views
0
It's a question for Android handler.post

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?

1 years ago

1 answers
136 views
0
I'd like to get a voice message from Python as an event.

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...


1 answers
121 views
0
Is there a way to call a method with a certain amount of delay?

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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.