res tag

4 questions


1 answers
115 views
0
Tree Data Structure in Java

Is there a good data structure that is tree in Java? All I need isCan I make something like this?

1 years ago

1 answers
97 views
0
What is the difference between the /res directory and the /assets directory on Android?

I understand that the files in the resource folder can be read in R.class, and in the Asset folder, they're written in a file system-like form.What is the exact use of the two?

1 years ago

1 answers
115 views
0
What object is _(underlined) before the name?

What's the difference between one underlined object name and two underlined object names?Why are you using it?Are functions and variables used in the same sense?


1 answers
95 views
0
What is a substitute for a function pointer in Java?

There are about 10 lines of methods. I want to create a few more methods that do almost the same thing, ignoring differences like changing a few lines of code. Function pointers replace that with almo...


© 2024 OneMinuteCode. All rights reserved.