android-studio tag

159 questions


2 answers
39 views
0
Methods Used on Android

If you create a method and do not use it, it will appear gray.For example, public class example {...public int usedMethod () { ....}public int notUsedMethod () { ....}...usedMethod();}If it's like thi...

1 years ago

1 answers
108 views
0
For Moon, please help me

It's Java.I'm going to make a lotto number application simple.In the For Moon, where you turn the order according to the number of spinners,If you take a picture of log, there are 3, 4, and so onThe a...


1 answers
57 views
0
Get Android Studio db Data

Obtain x, y, and z values with 6-axis sensors (acceleration and gyro sensors).The x, y, and z values of the sensor have been received by the mobile application using Bluetooth.The Android studio creat...

1 years ago

2 answers
106 views
0
Modularization within the fragment...

If you do the fragment module and run it, it turns off when you run the app in Emule What is the error?public class ChannelBuskerSchedule extends Fragment {int test__schedule=5;public ChannelBuskerSch...


2 answers
46 views
0
Android Studio java.lang.IllegalArgumentException: invalid provider: null

package com.example.jun.artest;import android.Manifest;import android.app.Activity;import android.app.Service;import android.content.Context;import android.content.pm.PackageManager;import android.har...

1 years ago

1 answers
69 views
0
[Android studio] The Alertdialog window is dark.

Here's the current situationJava code is Sagin.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { View dlgView = View.inflate(Activity2.this,ac2_sub,null); ...


1 answers
35 views
0
There is an error in the design of the Android studio.

Hello, I'm a beginner at Android Studio. I have a question because there was an error during the installation process.At first, I installed sdk in the English route after I knew that it was not possib...

1 years ago

1 answers
153 views
0
How can I display Recycler view in Fragment?

Hello~~ I'm a beginner who just started learning how to make an app..The app I'm planning is composed of several fragments in one MainActivity.I'm stuck in thinking of one of the Fragments, UserFragme...


1 answers
71 views
0
It's a Cotlin question.

class MainActivity : AppCompatActivity() {override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) but1.setOnClickListener(){ var...

1 years ago

1 answers
114 views
0
App runs only on emulator and force shutdown on actual device (Android studio, Java)

This time, I made an app using Android Studio, Java (minimum support version 4.4)But strangely enough, if you turn on the app emulator in the Android studio itself (pixel 2, version Pie), it runs well...

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.