studio tag

324 questions


1 answers
47 views
0
Textview xml connection error

Java code package com.example.myapplication;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;import com.google.firebase.database.DataSnapshot;import com.google.firebase.databas...

2 years ago

1 answers
48 views
0
I have a question about the Android studio that connects the Firebase

I'm copying this, but there's a problemㅠ

2 years ago

1 answers
56 views
0
Did I not set the method? Where should I connect the error code?

public class MainActivity extends AppCompatActivity { Button button1; EditText edittext1;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVie...

2 years ago

1 answers
60 views
0
Bulletin board error using firebase

public class MainActivity extends AppCompatActivity { Button button1; EditText edittext1; EditText edittext2; RecyclerView listview1; @Override protected void onCreate(Bundle savedInstanceState) { su...

2 years ago

1 answers
104 views
0
This is an Android Studio Java code question.

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...


1 answers
47 views
0
Verify Android Current IP Address

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...

2 years ago

2 answers
133 views
0
This is a question related to the production of the Android app.

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 ...


1 answers
94 views
0
Forward Android spinner value

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...

2 years ago

1 answers
152 views
0
Spinner value forwarding question.

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...

2 years ago

1 answers
45 views
0
No instance of constructor matching C++ argument list.

#include <iostream>#include <vector>#include <string>#include <list>#include <algorithm>using namespace std;enum Menu { continent_search = 1, hwak, die, wanchi, EXIT };en...

2 years ago
« - 30 - »

© 2024 OneMinuteCode. All rights reserved.