interface tag

23 questions


1 answers
103 views
0
What is the difference between an interface and an abstract class?

What is the difference between an interface and an abstract class?


1 answers
75 views
0
What is the reason for using the interface instead of the abstract class?

In the past, when taking classes, the professor uses interfaces rather than abstract classes. And they didn't give me any additional explanationsWe moved on to the next page, but now that we're progra...

1 years ago

2 answers
155 views
0
I'd like to ask you about tools related to Android UX/UI.

Looking at mobile UX/UI books that value user experience, I easily drew Android layouts and watched a program called DroidDraw that functions similar to Mokup.But the program is older than I thought, ...

1 years ago

1 answers
119 views
0
Please explain Gravity and layout_gravity

If you look at XML layout properties, there are Android:gravity and Android:layout_gravityWhen adding values such as center, center_vertical, center_horizontal, etcPlease explain the difference betwee...


1 answers
96 views
0
Do I need to put @Override when implementing the method of the interface?

Do I need to put @Override when implementing the method of the interface? Read about @Override in the Java document.@Override indicates that when defining a method, it overrides a higher-class method....


1 answers
90 views
0
What is the difference between match_parent and fill_parent?

If you look at XML properties, there are match_parent and fill_parent What's the difference between the two?It looks similar to me, so I'm confused


1 answers
108 views
0
What is the difference between fill_parent and wrap_content?

What is the difference between fill_parent and wrap_content?


1 answers
96 views
0
GetText() error related questions.

private class HttpAsyncTask extends AsyncTask<String, Void, String> { @Override protected String doInBackground(String... urls) { person = new Person(); person.setName(etName.getText().toStrin...


2 answers
110 views
0
UI Button Animation Error in Unity

After watching and following online tutorials here and there, I even added UI button selection and animation. However, if you go to another UI window and come back, the animation of the button is not ...

1 years ago

2 answers
120 views
0
What is the difference between px, dp, dip, and sp?

What is the difference between px dip dsp on Android?

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.