159 questions
public class MainActivity extends AppCompatActivity { Button button1; EditText edittext1;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVie...
public class MainActivity extends AppCompatActivity { Button button1; EditText edittext1; EditText edittext2; RecyclerView listview1; @Override protected void onCreate(Bundle savedInstanceState) { su...
Hello, I'm a beginner who just started studying development.I'm making a random drawing app for practice, and I'm practicing applying the code I studied in Java for the first time. But I'm confused be...
Using the socket class, I want to check the ip address that is currently connected regardless of Wi-Fi or LTE. try { Socket mysocket = new Socket(www.google.com, 80); String Addr = mysocket.getL...
Hello, brothers. Even if I make an app and release it, you can see itThe purple frame (?) that displays the name of the app file is continuously visible, so the completeness of the app is reduced due ...
String[] items = { less than 4 months, 4 to 6 months, 7 to 12 months, neutralized grave, General grave, Exercise grave, Roh grave, Obese grave};@Overrideprotected void onCreate(Bundle savedInstanceSt...
I'm making an application to calculate the amount of cat food. I'm having a hard time with a spinner.Build it, run the emulator, and it's just stored in the spinner as the value of the first arrayAfte...
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...
« | - 15 - | » |
577 Who developed the "avformat-59.dll" that comes with FFmpeg?
574 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
624 Uncaught (inpromise) Error on Electron: An object could not be cloned
615 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.