view tag

215 questions


1 answers
98 views
0
Can I change the color of half of Android textview?

If it's 10:15 as implemented in Everytime, I'd like to change it to only 1/4 color, which is 15 minutes, so how can I implement it?It is being implemented through textview.

2 years ago

1 answers
98 views
0
I want to display the list with the value I received from the server, but I want to move on without adding the list with my name.

for (int i = 0; i < tName.size(); i++) { adapter.addItem(tName.get(i), tPhone_number.get(i), tAddress.get(i)); if (tName.get(i).equals(pref.getString(nickname,))) { }I will add information such ...

2 years ago

1 answers
92 views
0
I'd like to know the difference between ScaleType and Image View.

There's a ScaleType attribute in the Android image view. CENTER, CENTER_CROP, CENTER_INSIDE, FIT_CENTER, FIT_END, FIT_START, and so onI want to know the difference.


1 answers
80 views
0
How do I load images from the URL when I load images from Android to Image View?

How do I import an image from a specific URL and load it into an image view?

2 years ago

1 answers
110 views
0
Vertical/horizontal ScrollView on Android

Looking for a solution for vertical/horizontal ScrollView.As far as I know, there is no view or layout that I am looking for in the framework. However, we really need the following ScrollViews:I want ...

2 years ago

2 answers
88 views
0
How do I get each list in the list view clicked to a different place within the Fragment? (Beginner: There's coding)

public class SocialFragment extends Fragment { private static final String TAG = SocialFragment.class.getSimpleName(); View rootView; ExpandableListView lv; private String[] groups; private String[][]...

2 years ago

1 answers
81 views
0
To replace the fragment screen

I'm making a basic application to study Android. Starting with that, I'm making a memo application, and I'm using listview in the fragment to show the list of notes. Here, the notes in the list fragme...

2 years ago

1 answers
95 views
0
If you add an item after removing it from RecyclerView, the onCreateViewHolder function cannot be executed, so please help.

In the image view with size MATCH_PARENT and vertical WRAP_CONTENT, If you add an image and delete it and add it again, the item is set to the size of the previous image. Is there a solution?RecyclerV...

2 years ago

1 answers
138 views
0
Rotation to TextView (vertical characters)

I gave -90.0 to rotation to mark the text vertically, but there was a problem here, so I'm asking you a question ㅠ

2 years ago

1 answers
98 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...

« - 13 - »

© 2024 OneMinuteCode. All rights reserved.