id tag

1618 questions


1 answers
65 views
0
Picasso vs Imageloader vs Fresco vs Glide

What is the difference between the above four?When do you use Glide?What is the best library?What does each library emphasize?


1 answers
26 views
0
Android calendar one day error

TimePicker timePicker = (TimePicker)findViewById(R.id.timePicker); int hour = timePicker.getHour(); int minute = timePicker.getMinute(); Calendar calendar = Calendar.getInstance(); calendar.ad...

2 years ago

1 answers
112 views
0
Questions when implementing Android viewpager and tap functions

We are currently using the toolbar, tabs, and viewpager, and each is shown in the fragments. There are three tabs, and each time you turn over the screen, the data is being retrieved from the server. ...


1 answers
123 views
0
How do I spin Runnable Trash on Android?

We are developing an application that shows the same text at fixed intervals on the Android emulator screen.I'm writing a Handler class now. handler = new Handler();Runnable r = new Runnable() { publi...

2 years ago

1 answers
143 views
0
Android retrofit2 questions

Is there a way to automatically log the parameters used while using retrofit2?I think I can do something about the interceptor, but it's not working well

2 years ago

1 answers
91 views
0
Maximum number of characters in EditText

How do I specify the maximum number of characters in EditText on Android? Can't you do that?


1 answers
120 views
0
How to get multiple lines of EditText on Android

Please teach me how to get multiple lines of EditText on Android.

2 years ago

1 answers
152 views
0
Android view border question.

This is shape_list.xml.<?xml version=1.0 encoding=utf-8?> <!--Output shape square--><solid android:color=#ffffff /><!--Output color to shape --><stroke android:width=10dp an...

2 years ago

1 answers
81 views
0
Android: Meaning of layout_weight

How do I write the android:layout_weight property?


1 answers
23 views
0
How do I make the Android array content output button?

From AndroidI'm going to make it like this. TextView remains unchanged TEXT contains OFF, 1, 2, and 3.If you press ◁ in this state, it goes down to OFF ▷ Press to go up to 3.If you press ◁ while the c...

2 years ago
« - 107 - »

© 2024 OneMinuteCode. All rights reserved.