324 questions
It keeps shutting down... Why is this happening?You can't change the code againㅠ
When you run Android and log in, the map screen appears, and it is forced to end immediately after the screen appears. Can anyone tell me what the problem is because I don't know how to watch logcat?0...
When you press a button on a map map, an error occurs.I used the threadI don't know which part is wrong.I'm just copying what someone else didPlease help me because I am not good at interpreting logca...
I'm using LG V50Enable USB debugging, connect to the Mac, Executed Android Studio -> Layout Debugger.As shown in the attached picture, the message no debugable process detected appears, so it is im...
I'm making a simple note app with Android studio.However, I try to run it on the emulator, but it keeps turning off and not running.There was no problem in the build window, so I faced a difficulty in...
I can see the explanations with ctrl+q, but I wonder where the source is and where the file is imported.And,If I make a button called Button1 in activity_main.xml,Allows coding of button1.setOnClickLi...
I'm thinking about implementing it with Python in all html files within a particular folderI want to remove all strings between <script~~~/script>ㅠ
There are already many in the market, but I'm going to make a wise saying app as a portfolio and practice.The method I thought of before starting the project was Write json data with HTml file and upl...
File Input/Output Function Question Hello, I'm taking the liberty of asking questions to others first The program is to input students' information through the file input/output function and get total...
QUEUE* Node = createQueue();int* dataIn;int* dataOut;void BreadthFirstprint(Tree* tree) { if (tree) { *dataIn = tree->data; enqueue(Node, &dataIn); BreadthFirstprint(tree->left); Breadth...
« | - 31 - | » |
© 2024 OneMinuteCode. All rights reserved.