id tag

1618 questions


2 answers
87 views
0
Error when setting EditText to onClick in activity_main on Android

An error occurs when you set EditText to onClick in activity_main on Android.The code is as follows, and if you erase the onClick code, you will not get an error.Please let me know if you know more.&l...


1 answers
37 views
0
Switching between physical and software keyboards on Android

Is it possible to turn on and off the physical keyboard on and off on Android?The software keyboard can be turned on and off with InputMethodManager, but I didn't know which API can switch between phy...

2 years ago

1 answers
39 views
0
Display characters in Android Studio TextView

http://saki0n.blogspot.jp/2013/04/android-webview.htmlI'm trying to get a status code (such as 404 or 500) on AndroidStudio by referring to the above site, but I think HttpStatus.SC_OK is the status c...

2 years ago

1 answers
108 views
0
How to run Android apps created by Flutter separately in release and debug versions

I'm testing the release version of the app on the actual machine, but when I run it from Android Studio (with --debug), I get an error (probably because the application ID is the same) and the app dis...

2 years ago

1 answers
114 views
0
I would like to increase the scrolling speed of the web pages that I read in the Android app WebView.

We are currently developing an Android app.I am using WebView to display the smartphone version of the web page.I get confused when I scroll through the loaded web page.I found an article on the Inter...

2 years ago

2 answers
60 views
0
Actionbar menu item action

Nice to meet you.Please give me some advice.This is about how it works when you click menuItem on ActionBar on Android. I often look at things like Toast, but I can't find any screen transitions (from...


1 answers
125 views
0
About the information Android gives to NFC apps launched with int filter

We are considering passing data to the Android app via NFC Forum Type 4A's NDEF.After creating an application that reads and writes NDEF on Android, you can automatically launch the application by Wri...

2 years ago

2 answers
76 views
0
Prevent Android Activity from Starting

I want to filter whether I want to start Activity or not.I can't finish with onCreate, and I want to prevent activities from starting before that.Instead of finishing in an instant, you can pre-filter...


1 answers
65 views
0
APK upload to google causes version code error

I suddenly can't upload APK to Google, which has been going well so far.An APK with version code 3 already exists, so you must use a different version code.However, the version of AndroidManifest.xml ...

2 years ago

1 answers
49 views
0
Android: Camera #takePicture() No Shutter Sound When Taking Photos

We are developing a camera app for Android.android.hardware.Camera#takePicture(Camera.ShutterCallback shutter, Camera.PictureCallback raw, Camera.PictureCallback jpeg) was called to retrieve the captu...

2 years ago
« - 23 - »

© 2024 OneMinuteCode. All rights reserved.