Skip to content
Advertisement

I tried using a handler, but it said ‘cannot resolve symbol”Handler”‘

What do i do to be able to use a handler to update my TextView every 2 secs because right now it comes up with ‘cannot resolve symbol”Handler”‘

JavaScript

Advertisement

Answer

Check your activity imports and add this line to the class:

JavaScript
Advertisement