id tag

1618 questions


1 answers
146 views
0
How do I erase the line between two list views?

<ListView android:id=@+id/ListView android:text=@string/Website android:layout_height=30px android:layout_width=150px android:scrollbars=none android:transcriptMode=normal/><ListView andr...


1 answers
31 views
0
I'd like to ask you a question about payment for Android in-app.

Intent in = new Intent(); in.putExtra(PAC_INDEX,pIndex); Bundle buyIntentBundle = mService.getBuyIntent(3, context.getPackageName(), id, inapp, publicKey); PendingIntent pendingIntent = buyIntent...

2 years ago

1 answers
23 views
0
I have a question about Material Design.

Hello.https://material.google.com/motion/transforming-material.html#What I want to implement is correctangle transforming in this part.This is the Symmetric transformation part. I want to implement so...

2 years ago

1 answers
69 views
0
To pass the fragment value in activity.

I understand that activity uses Bundle, not int, to transfer fragment values.(String value and image value go over and you have to pass it over. )Please explain in more detail. First, explain the sauc...


2 answers
87 views
0
Android Studio edittext Specify a character limit for each line in multiple lines

I want to make it possible to enter a total of 10 lines and 8 letters per line in EditText What's the way?

2 years ago

1 answers
128 views
0
I want to open the URL with my Android web browser on my app

try { Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(download_link)); startActivity(myIntent); } } catch (ActivityNotFoundException e) { Toast.makeText(this, No application can handle t...


1 answers
121 views
0
I have a question for Android programming.

I'm going to make a simple game, and I'm asking you a question because it's hard to get an accurate answer even if I googled.Create a character class in the game and create an object from character 1 ...

2 years ago

1 answers
23 views
0
Should I submit an app development company?

I'm trying to develop an app as a hobbyA lot of people say you don't have to run a business if you're going to advertise (if the profit is small)By the way, I have to pay for the in-app payment, is th...

2 years ago

1 answers
112 views
0
It runs normally on the Android emulator, but not on the actual device.

We are currently making a weather application after receiving JSON from the openweathermap site.In the emulator, the weather data values are parsed normallyOn the actual terminal, only the drawble or ...

2 years ago

1 answers
146 views
0
How do I add borders up and down in Android view?

I added attributes to android:drawableTop and android:drawablebottom like the code below to put a black border line on the text view, but the view itself turned black.<TextView android:background=@...

« - 109 - »

© 2024 OneMinuteCode. All rights reserved.