Android
Programming and Technical
Programming
Technical
Main thread will have a looper. True or false?
Options
1) yes every thread by default will have looper
2) no only handler threads will have loopers
3) only handler threads will have loopers, but we can prepare normal threads looper also.
4) only main thread will have looper
Read Solution (Total 1)
-
- 3. Only handler threads will have loopers, but we can prepare normal threads looper also.
- 6 years agoHelpfull: Yes(0) No(0)
Android Other Question