13 questions
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...
What is the difference between Padding and Margin in the view?
https://developer.android.com/intl/ko/training/material/lists-cards.htmlIf you look here
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...
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, ...
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...
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
What is the difference between fill_parent and wrap_content?
private class HttpAsyncTask extends AsyncTask<String, Void, String> { @Override protected String doInBackground(String... urls) { person = new Person(); person.setName(etName.getText().toStrin...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.