id tag

1618 questions


1 answers
23 views
0
How do I check the request that my application sent to the server when I write Retrofit2?

With my REST api posted on AWS EC2, when I request it by POST method using json in my application Is there a way to check the header and body of the request?https://futurestud.io/blog/retrofit-2-log-r...

2 years ago

1 answers
98 views
0
How to get Context from Service

Is there a way to get context from the service?


1 answers
140 views
0
How to create a round image view on Android

I want to make the image view round on Android, how do I do it?Bitmap circleBitmap = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(), Bitmap.Config.ARGB_8888);BitmapShader shader = new Bitma...

2 years ago

1 answers
78 views
0
Style to apply the same bold italics are just as in the Text View.

Is there a way to apply bold or italic style to text view with java code instead of XML?Android:textStyle in xml.


1 answers
93 views
0
Can't you make the button round on Android?

What is the easiest way to round the corners of a button on Android?


1 answers
69 views
0
How to add a custom adapter to the ListView

I'd like to put a custom adapter in the list view, but I'm posting a question because I thought I could get related data.I'd appreciate it if you could show me an example.


1 answers
99 views
0
I have a question about Android app bar, tool bar, and collapse mode.

If you scroll through the Recycler view from the view above, I want to make the toolbar text above and the text view below disappear.<android.support.design.widget.AppBarLayout android:id=@+id/stud...


1 answers
22 views
0
How do I play GIF files on Android?

I need to play the gif file now. I looked it up, but the methods are all too complicated and difficult.http://developer.android.com/intl/ko/reference/android/graphics/drawable/AnimationDrawable.html I...

2 years ago

1 answers
19 views
0
I have a question about downloading files from Android Webview!

I succeeded in downloading it from webview...If you press down on your phone, on the screen you want to download, Proceed to the main Internet window.If you press Back, you'll be moved to the download...

2 years ago

1 answers
139 views
0
How to make sure you have Wi-Fi on your Android

I don't want to download anything when the Wi-Fi is not connected, but all I can do is say that it's available when the Wi-Fi is available.What I'm saying is that Wi-Fi is possible and you might be us...

« - 151 - »

© 2024 OneMinuteCode. All rights reserved.