1618 questions
In your Android Cortin, how do you view data retrieved from asynchronous threads on your Android screen while running asynchronous threads?As an example, I wrote the following code for downloading fil...
I want to handle sharedViewModel.The VM receives arguments in the constructor.How can I call this with viewModels or activityViewModels?class MyViewModel (vala:Int):ViewModel(){ class Factory construc...
An error (cannot resolve method) appears in the getSupportActionBar in the code below.I wonder why.Please let me know if you know more.public class MainActivity extensions Activity { private WebView m...
There is also a way to get a TEXT using Google's OCR, but Is there a way to find out the application information and url on the screen that the user is looking at?Please let me know.
Is there a way to determine if other applications are playing music in the background in the cocos2d-x/unity3d Android/ios platform development?As there is no information available, native processing ...
The adapter of Android's ListView is implemented as a static inner class.In order to see the Activity variable from the Adapter, we have a weak reference in the Adapter.Below are some questions.·Does ...
Is it possible to set the Android EditText to focus instead of editing?If you tap it, you won't let the keyboard come out.android:editable=falseandroid:focusable=falseThis turned out to be a hit, but ...
I would like to recognize objects from images taken with my smartphone and estimate the distance from the position taken to the object.Right now, I'm able to recognize objects from the images I took w...
Hello, I am a beginner in Android development.I'm using the Camera API, but API 28 has built and the following error:E/SurfaceView:Exception configuring surface java.lang.RuntimeException: setParamete...
I'm thinking of making two apps for IOS and Android.App A and App B have a brotherly relationship Features and genres are similar.Both are charged for the type of in-app point purchase, This app is fr...
« | - 49 - | » |
© 2024 OneMinuteCode. All rights reserved.