id tag

1618 questions


1 answers
22 views
0
How to setTitle when moving to Android fragment.

Hi, everyone.I'd like to change the title of the toolbar according to the fragment in the navigation.Main (Fragment) also listed the same menu as Navigation.When the button is pressed in the Main (Fra...

2 years ago

1 answers
87 views
0
How to clear the dividing line in the Android list view

How do I clear the separation lines for each row in ListView? What should I do if I can erase it from the xml?


1 answers
102 views
0
How to request JSON object transfer on Android

I would like to send the following JSON text {Email:[email protected]:123456} to the web service and read the response. I know how to read JSON. The problem is that the above JSON object must be se...


1 answers
23 views
0
Change the value of margin and padding with java code

Hello!I'm coding for adding buttons dynamically with Java code If you press the button on the far left in the picture below, the buttons on the right are formed.However, as shown in the picture, there...

2 years ago

1 answers
22 views
0
About findVIewById

Hello, I was coding for Android and I suddenly got a question, so I'm posting a question!If you look at the picture,There are 16 small squares in total, all of which are TextViews.And the red square i...

2 years ago

1 answers
43 views
0
How to load images quickly on Android

I'm developing an mp3 player application. Since there are over 100 songs, I load the album art when I print out the list of songsIt's lagging a lot. Is there a quick way to load an image from Recycler...

2 years ago

1 answers
26 views
0
Android Shared Preferences

We want to create properties that are shared between the two activities using the Shared Preferences class on Android. How can I transfer these attributes from one activity to another? Static variable...

2 years ago

1 answers
121 views
0
I'd like to know how to load the image URL in DB into Android image view.

Can anyone tell me how to upload an image to Amazon S3 and save the image link to DB and come to Android image view?

2 years ago

1 answers
134 views
0
How to Remove Title Bar from Activity XML

I want to hide the title bar from the activity. I applied style to all activitiesIf you use @android:style/theme.NoTitleBar, the title bar disappearsI can't use that. Is there any other way?


2 answers
23 views
0
Get the location and size of the components (views) on the screen with the Java

I thought I could find the size and location of the views on the screen through methods such as getXThe values are all zeroes Can you tell me why?The test isAfter creating one project, we created it w...

2 years ago
« - 113 - »

© 2024 OneMinuteCode. All rights reserved.