215 questions
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.
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 ...
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.
How do I import an image from a specific URL and load it into an image view?
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 ...
public class SocialFragment extends Fragment { private static final String TAG = SocialFragment.class.getSimpleName(); View rootView; ExpandableListView lv; private String[] groups; private String[][]...
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...
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...
I gave -90.0 to rotation to mark the text vertically, but there was a problem here, so I'm asking you a question ㅠ
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.