1618 questions
I have a question about how to use DB for Android app development.実現What I want to realizeInstead of creating a DB in the app, you can import an existing DB into the app and use it.疑問Question1, When I...
ActiveAndroid is bothering me because I don't know how to insert data.book.title=Book; book.save(); I understand that it will be inserted as above, but I'm thinking about how to insert data into the m...
I would like to copy the file from the internal storage to the SD card on the Android device.SD cards are written via SAF.I want to scan media immediately after writing, but due to the delay in writin...
I create a service on Android and count the number of steps using a pedometer sensor (TYPE_STEP_DETECTOR).When I started the application, it was counted without any problems, but when I was sleeping (...
I implemented Facebook link using phonegap-facebook-plugin in monaca, but I also needed app invitation function, so I tried to replace it with cordova-plugin-facebook4 which can use appInvite.As a res...
Build within the projectbuildTypes{ release { miniEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' signingConfig signingConfigs.config manifestPlace...
I'm making a Twitter app on Android Studio, but when I run it on a real machine, I don't see the action bar where the title of the app should be displayed.I don't think it's set to not display...If yo...
I looked for the OpenCV reference and source code, but I want to run it in camera + vertical direction, but I can't do it as the camera preview was intended.If your smartphone is sideways, the preview...
Thank you for your help.I am developing an application with monaca.There was no sound in the app I released on Googleplay.Please let me know if you know the cause.■Development environmentmonaca (Cordv...
I am a beginner in Android development.I don't know how to display my PC in WebView.Changing the UserAgent was a hit, but I don't know how to do it.LayoutInflater factory=LayoutInflater.from(this);Vie...
« | - 24 - | » |
© 2024 OneMinuteCode. All rights reserved.