id tag

1618 questions


1 answers
21 views
0
Is there a method that tells you about the location change on Android, such as iOS location manager.distanceFilter?

Is there a method that tells you about the location change on Android, such as iOS location manager.distanceFilter?

2 years ago

1 answers
21 views
0
Please give me advice on measuring the cumulative travel distance of Android gps

locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER, MIN_TIME_BW_UPDATES, MIN_DISTANCE_CHANGE_FOR_UPDATES, this);After registering as location manager, you can use the ...

2 years ago

2 answers
49 views
0
How do I sort the code in the Android studio?

It's developed into an Android studio. I use Ctrl+Shift+F in Eclipse, but not in Android Studio. And in Eclipse, when you jump from .java file to method, Ctrl+O, how do you do it in Android studio?Wha...

2 years ago

1 answers
129 views
0
Is there a way to call a method with a certain amount of delay?

I'd like to call the method with a certain delay In Objective C,[self performSelector:@selector(DoSomething) withObject:nil afterDelay:5];You do it like this. What do I do on Android? public void DoSo...

2 years ago

1 answers
24 views
0
The click listener of the list view item with the [Android] button doesn't work.

If I had a button in the list view item, I was told to give this focusable: false, so I gave it to both buttons!I can't click on the list view item 버튼 클릭 Button click listener is set in Adapter...

2 years ago

2 answers
135 views
0
How do I make APK files in Eclipse?

Eclipse is developing a project, and it's running an app with an amulet But II want to install the app on my device, is there a separate tool like that? What should I do?


1 answers
23 views
0
It seems to have changed when creating an Android studio project, but how do you create a project like before with the addition of Cotlin?

It seems to have changed when creating an Android studio project, but how do you create a project like before with the addition of Cotlin?

2 years ago

2 answers
22 views
0
Blinking issue when changing image in ImageView

Hello, everyoneYou can attach a touch event to the current image view You want to change the image in the image view when you move it by hand. There are nearly 20 images.(Moving coordinates/image) I'm...

2 years ago

1 answers
140 views
0
Use the Android Alarm Manager to set the alarm at the set time

//alarmBtn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent intent = new Intent(DialogActivity3.this, AlarmDialogActivity.class); PendingIntent...

2 years ago

3 answers
26 views
0
Create an Android password setting function?

When you make an app, you need to set a passwordYo So I just made the password entry windowThe problem is that the password window pops up every time we move on to the activity(Even when I go out to t...

2 years ago
« - 148 - »

© 2024 OneMinuteCode. All rights reserved.