interface tag

23 questions


1 answers
394 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
133 views
0
How to Create an Interface

How do I set up a class that represents the interface?Can I just write an abstract class?


1 answers
63 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
86 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
67 views
0
When naming interfaces in Java

In most object-oriented languages, when you name an interface, you put the capital i in front of it. But why not in Java? Why not?I mean, when I implement User Interface and User, there are two ways.B...


2 answers
92 views
0
Is there a time when you use Interface instead of an abstract class? And is there the opposite?

It's a general OOP question. I want to make a general comparison between Interface and the basic use of abstraction classes. I want to know the difference between using the interface and using the abs...


1 answers
125 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...


1 answers
129 views
0
Android Recycler View - Activity - Error in Recycler View

If you change the image of Recyclerview B when an event occurs in Recyclerview A, there is an error in this part.Logic is like this.It's A - Activity - B Recycler View.E/AndroidRuntime: FATAL EXCEPTIO...


1 answers
97 views
0
Is there a way to combine the results of the events into one and hand them over to other classes?

For example, in the class Fragment 1, there are various events [Spinner, Switch, SeekBar] and so onIs there a way to put the initial values of these events together and put them in Message.obj and sen...

1 years ago

2 answers
76 views
0
I have a question about interface extension in Java.(Design Pattern)

I think it's a question about the design pattern ^^In situations where multiple classes implement a single interface, If you need to create a new implementation in a particular class (add a new method...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.