findviewbyid tag

2 questions


1 answers
107 views
0
Does the findViewById function perform poorly on Android?

Does findViewById() perform poorly on Android?What algorithms are used internally to find Id?And I wonder why the performance is poorㅠ


1 answers
102 views
0
Null pointer exception occurs when you call findViewById() on Android.

Could you tell me what the problem is in the program below? In the onCreate() method, findViewById() is called, and the return value is null even if you try all the id.I don't know why, but does anyon...


© 2024 OneMinuteCode. All rights reserved.