id tag

1618 questions


1 answers
71 views
0
Android's webview keyboard does not disappear

http://dotinstall.com/lessons/browser_android_v2/32604I wrote the code as per the above site, but when I see it in the emulator, the keyboard appears by default, and it doesn't disappear even if I unf...


1 answers
32 views
0
When Chrome is disabled on Android O, activity including webview drops

This is a situation where activity including webview drops when Chrome is disabled.I'm in trouble because there's no way to improve it.The application will be terminated in step 2 above.This is not ha...

2 years ago

1 answers
105 views
0
I also want to filter the status bar.

activity_main.xml<RelativeLayout xmlns:android=http://schemas.android.com/apk/res/androidxmlns:tools=http://schemas.android.com/toolsandroid:layout_width=match_parentandroid:layout_height=match_par...


1 answers
32 views
0
If you try to get the float type by dividing it, you get 1.0.

I am using TouchImageView on Android.I'd like to calculate the zoom value on the large/small side of the image.when outputting in codewidth770height10351.0The 1035/770 is now 1.0.contentImage.setOnDou...

2 years ago

2 answers
29 views
0
I want to extract only any item from ListView that contains multiple items.

I'm making an Android app, but I don't know how to take out any items from any location from my customized ListView.item.xml<TextView android: id=@+id/id_item android:layout_width=wrap_content andr...

2 years ago

1 answers
31 views
0
Changing the Conventions of the Action Menu

In Android Studio, how do I change the option menu (the vertical one with ...) to settings or text notation instead of ...?<menu xmlns:android=http://schemas.android.com/apk/res/android     xmlns:a...

2 years ago

1 answers
37 views
0
File Selection in monaca

Ask the user to select the file and I am making an app to get the address of that file.


2 answers
63 views
0
How to use the material icon distributed by Google on Android Studio

I wanted to use the icons distributed by Google.However, I am at a loss how to import to Android Studio.Where and how can I put the downloaded items from this site?This may be a rudimentary question, ...

2 years ago

1 answers
72 views
0
About Eclipse Android Application Project Export

using google maps android apiv2 and google play services_libI exported an application to display Google Maps, but when I imported it, Google play services_lib could no longer be referenced.I'm thinkin...


1 answers
68 views
0
How Android App Works as Web Camera

There is an app that uses Android as a webcam, but how does it work?I don't think Android itself could work as a USB Video Class (UVC) compatible device, but How do you get the video from the camera a...

2 years ago
« - 42 - »

© 2024 OneMinuteCode. All rights reserved.