id tag

1618 questions


1 answers
22 views
0
How do I take screenshots on Android?

I want to take a screenshot of the selected range of the device without using the program, is it possible?

2 years ago

1 answers
127 views
0
Can I make the image button transparent on Android?

I made it like a source code below to make the image button transparent. There's an error in Eclipse.<ImageButton android:id=@+id/previousandroid:layout_width=wrap_contentandroid:layout_height=wrap...


1 answers
108 views
0
[Android] I want to know how to transfer data between apps -> Web -> apps.

I've solved how to call an app on the web, but I'm not sure how to get the data from the delivery together.I can't find it even if I search for it. Is there a way? Please leave comments

2 years ago

1 answers
24 views
0
Why does Android use Java?

I think it's right to ask Google, but I'm posting a question here because I'm curious about other people's opinions.The main development tool for Android is Java. I wonder why. I mean, isn't it too sl...

2 years ago

1 answers
124 views
0
How do I change the color of the cursor in EditText?

I applied the Android Holo theme to make an app for Galaxy Tab. So, the background of Fragment became white. The problem is that the same theme was applied to EditText in the fragment, so the color be...


1 answers
125 views
0
This is a question about Android listview.

Hello. I'm a developer who lacks a lot I'm posting a question like this because there's something I don't understand. I can't recognize the position in the listview, so I upload it like this Please un...

2 years ago

1 answers
102 views
0
This is an Android media scan question from Unity (c#).

I don't see the files I downloaded from the gallery right after downloading the images or videos, so I think I need to scan the mediaNo matter how much you search, most of them are Java, and since you...

2 years ago

1 answers
100 views
0
I have a question about delivering

In the main activity @Overrideprotected void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if (resultCode == RESULT_OK) { Str...


1 answers
136 views
0
About the Android Spinner Hard Key Interworking

Is there a way to move Spinner's item with the hard key?For example, if I press KEY_3, the selection item goes down one by one within the spinner, and if I press ENTER, the item is selected. Is there ...

2 years ago

1 answers
131 views
0
Android: How to detect other apps when they're

Hi. I'm currently trying to develop an app that prevents users from using certain apps without passwords. Here's the scenario...I know how to do everything else, but I don't know what to do with numbe...

« - 116 - »

© 2024 OneMinuteCode. All rights reserved.