user-interface tag

13 questions


1 answers
410 views
0
You are about to implement an accordion gallery.

Hello, everyone I'm a beginner web designer https://codepen.io/ferry/pen/ZYVwxzI'd like to use this accordionI looked at the CSS. .Class name { Selector { Selector { }There's a structure where you p...


1 answers
76 views
0
What is the difference between Padding and Margin in the view?

What is the difference between Padding and Margin in the view?


1 answers
97 views
0
Can I put several view types in RecyclerView?

https://developer.android.com/intl/ko/training/material/lists-cards.htmlIf you look here


1 answers
150 views
0
To align views at the bottom of the screen

First of all, this is the layout code I wrote: <?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical android:la...


2 answers
184 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, ...

2 years ago

1 answers
141 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
107 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
129 views
0
What is the difference between fill_parent and wrap_content?

What is the difference between fill_parent and wrap_content?


1 answers
112 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
129 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 ...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.