id tag

1618 questions


1 answers
99 views
0
I want to show one image view and several text views in Android RecyclerView crying

Currently, we are using firebase-mlkit to do image labeling. I'd like to print out the images in recyclerview and the corresponding labels as a list when I don't know how many labels will be created i...


1 answers
55 views
0
What exactly is Gradle in the Android studio?

I'm a beginner developer who's starting Android for the first time. I have no idea what Gradle is. Please explain to me what this is doing and what this is for in the Android studio


1 answers
111 views
0
I want to start a new activity when I click a button on Android, what should I do?

How do I display a new activity when I click the activity button on the Android app?Also, will it be possible to deliver data between these two activities then?


1 answers
77 views
0
What error is no ciphers available? (Qpython)

I am using the QPython3 Android app and I installed the requests module with pip.import requestsreq = requests.get(http://google.com)print(req.text)If you enter the code as shown above, it will run no...

2 years ago

1 answers
61 views
0
If you do the inflatemenu of Search view, it will be forced to end.

If you inflate the menu in Search View as the title says, it will be forced to end. It says that there are no resources, but it comes out as below for some reason. It only occurs in os4, and there is ...

2 years ago

1 answers
34 views
0
Can I get the Android API version with the code?

Is there an API in the Android SDK that allows you to know the API version from the currently running program?


1 answers
44 views
0
I'm asking questions to Android bl experts

mAdvSettings = new AdvertiseSettings.Builder() .setAdvertiseMode( AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY ) .setTxPowerLevel( AdvertiseSettings.ADVERTISE_TX_POWER_HIGH ) .setConnectable( false...

2 years ago

1 answers
24 views
0
[Android] Get pictures of your device and randomly output them to the image view

public class MainActivity extends AppCompatActivity { ImageView imageview; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout....

2 years ago

1 answers
89 views
0
I want to create a splash activity

I wanted to make the app look more fancy, so I was thinking about putting in a loading screen or something like that.How can I make a loading screen?

2 years ago

1 answers
51 views
0
How to get the last date of a month on Android

I'm implementing a calendar right now and I'd like to get the last day of the month. on the codeI don't know how to do this at all, but please teach me.

2 years ago
« - 101 - »

© 2024 OneMinuteCode. All rights reserved.