d tag

2228 questions


1 answers
35 views
0
How to approve WRITE_SETTINGS authority above marshmallow version

When I was making the alarm app, I made the part where I chose the ringtoneThe permission part didn't approve it So I looked it up, and I heard that marshmallow needs to work separately to approve the...

2 years ago

2 answers
45 views
0
How to upload an app launch video to GitHub

I want to upload the function of the app like a preview. I'd appreciate it if you could tell me about the grammar from smartphone screen shooting to git markdown ㅜ_ㅜ

2 years ago

1 answers
79 views
0
This is a question about running Linux automatically.

I'm building a small server on my smartphone using an app called Linux deploy.If you leave tomcat and mysql in the auto-run list, it works fine.However, if you run java application (jar), you can conn...

2 years ago

1 answers
27 views
0
It's an Android database question.

Hi, everyone.Solution 1 | Uses low-level APIs using SQLiteOpenHelper and SQLiteDatabase.Room 2 | Use the content provider and cursor loader.I'm confident that room 1 will have a better performance adv...

2 years ago

1 answers
140 views
0
IDE's Design tab doesn't show "Hello World!"crying

The emulator outputsThe Design tab does not print and produces an error. Please give me a solution.Element: class com.intellij.psi.impl.source.xml.XmlTagImpl because: different providers: SingleRootFi...

2 years ago

1 answers
118 views
0
Is the Android proximity sensor delay controlled?

I have a question because there is something that doesn't work well while studying Android. mSensorManager= (SensorManager)getSystemService(Context).SENSOR_SERVICE ); mSensor = mSensorManager.getDefau...


1 answers
86 views
0
I have a question in class '[2-12] CSS Table Styling'.

I have a question about the contents of the lecture.This is the part that deals with the explanatory tool of the table around 8 minutes and 16 seconds of the lecture video.After the .a11y-hidden class...


1 answers
139 views
0
[1-11] I have a question within the example of an anchor and hyperlink practice.

Hello, teacher.In the grammar examination section later in the lecture, <ul> cannot have another <ul> as a child elementYou've added a new <li>. I wonder what's the difference betwee...

2 years ago

1 answers
101 views
0
Unity engine (ball bouncing) Change the color of the ball received by Color to the image.

I'm making a ball bouncing game through UNI.T 2D.Make a circular ball and color the ballI want to import and apply a specific image.I'd like to change it. [The image has been modified to fit the size ...

2 years ago

1 answers
124 views
0
This is a question related to time semantic markup.

When trying to code parts such as 20:00 to 22:00, <span> <time datetime=20:00>20:00</time> ~ <time datetime=22:00>22:00</time></span>Is this the only way to code?&l...

2 years ago
« - 132 - »

© 2024 OneMinuteCode. All rights reserved.