id tag

1618 questions


1 answers
28 views
0
App's Latency

There are three activities in the app I'm creating: A->B->C->A. Regardless of the current activity, if the app is dormant for 15 minutes, you want to detect it and display a message. What is ...

2 years ago

1 answers
45 views
0
Questions regarding the design of the Android DB table. (Even if it's not an Android environment...)

Hello, db design because I don't know a lot of help to the table please.For example, a DB for managing Olympic record winning records was created as follows: The reason why I put the type column is th...

2 years ago

1 answers
62 views
0
I wonder why Android Fragment is slow in the initial call. [Material door]

public class a { private static int[] idLayoutMenuButtonNumber = { R.id.idButton_a, R.id.idButton_b, R.id.idButton_c, R.id.idButton_d, R.id.idButton_e, }; public static Button[] idLayoutMenuButto...

2 years ago

1 answers
85 views
0
Send URL address to Intent.

I'd like to put the coordinates on Google Maps and put them on the screen. Is there a way to use Intent to display the browser at a specific URL address? Please give me a hint.

2 years ago

1 answers
73 views
0
This is a question when you get an image from url using picasso.

I am currently using recyclerview and receiving images from url using picaso.Json parsing is also in use.At first, I receive 30 pieces of data and spray them on recyclerview, and when the scroll touch...



1 answers
24 views
0
Questions about Android recyclerview

In recyclerview on Android, I want to know the usage of getItemId and setHasStableIds methods.Why are those two here?

2 years ago

1 answers
69 views
0
The shared preference putFlot does not allow decimal point calculation by division of integers during the operation.

Both activities share computational results as shared preferences.If you press the correct view in the activity where the four-point multiple questions are printed, The values of the keys totaltry and...


1 answers
145 views
0
How do I get the date and time on Android?

I'd like to receive the date and time set on the device with the code, so what can I do?


1 answers
108 views
0
What is the difference between getContext(), getApplicationContext(), getBaseContext(), and this on Android?

The difference between getContext(), getApplicationContext(), getBaseContext(), and this on Android isWhat is it?

« - 103 - »

© 2024 OneMinuteCode. All rights reserved.