id tag

1618 questions


1 answers
27 views
0
How to make the address bar visible when pulled like the Android Chrome app?

If you look at the Chrome app, the address bar disappears when you scroll down. I want to show the address bar if I raise it up. Is it possible?Even if I try to search on Google, I don't know what to ...

2 years ago

1 answers
34 views
0
Android Room. Let me ask you a question

We are currently implementing an application that can be translated into a toy projectIf you enter Korean to translate and translate into English, Save to database and I'm making an application that b...

2 years ago

1 answers
33 views
0
Android RecyclerView Empty Space Click Event?

Not an event when you click RecyclerView item I wanted to catch an event when I clicked on the RecyclerView empty space(We took RecyclerView as a whole)I tried setOnClickListener on RecyclerView, but ...

2 years ago

1 answers
39 views
0
This is an Android navigation view (drawerlayout) question!

Hello, everyone It's been a while since I posted a question I'm working on the navigation view, but this part is not working well, so I upload it like this.Navigationview took what was in the Android ...

2 years ago

1 answers
140 views
0
I want to know how to use id, name, and class properties.

As the title says, I want to know how to use id, name, and class properties accurately.If you look at Mr. Yamoo's lecture, you often use the above attribute. Do I have to use the properties of the sto...


1 answers
26 views
0
There is an error trying to get the Android Facebook profile picture.

try{ URL image_value = new URL(https://graph.facebook.com/+id+ /picture?type=large); Log.i(getPackageName(),url : +image_value); Bitmap bmp = null; //Error bmp = BitmapFactory.codeStream(i...

2 years ago

1 answers
29 views
0
If you put mp3 file in Android soundpool and play it, it will be executed, but if you put wav file, it will not play. crying

If you put mp3 file in Android soundpool and play it, it will be executed, but if you put wav file, it will not play. Is there a solution??Looking at the error window,The sample not ready appears.

2 years ago

1 answers
104 views
0
How to display Facebook pages in the Android app

I want to open a Facebook profile page on my app. Instead of just opening a site, I want to open it through Facebook's official app You can say *fb:// * on an iPhone. I did that on AndroidThere was an...


1 answers
97 views
0
Load Java library from "Swift"

Recently, I started developing apps and tried to proceed with hybrid apps, but due to performance problems,I switched to native app development.In order to increase production efficiency by emphasizin...

2 years ago

1 answers
83 views
0
What is the difference between START_STICKY and START_NOT_STICKY in the service?

What is the difference between START_STICKY and START_NOT_STICKY in implementing services on Android?

2 years ago
« - 110 - »

© 2024 OneMinuteCode. All rights reserved.