2228 questions
I'd like to set up a program that draws an inch square regardless of the terminal.I thought about ①Get 1 dpi and get 1 inch square px int dpi=getResources().getDisplayMetrics().densityDpi;仮にIf it is 1...
The path you can get from Application.persistentDataPath should be /data/com.xxx.xxx/files, but AndroidManifest.xml has<uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/>As...
Hello, I am a beginner in Android development.Currently, the Android app implements the part where the service is running and the processing continues.So I had an abstract interface implemented to a c...
/var/mobile/Applications/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX/Documents I wanted to create a subfolder, so I wrote the following source code.I created a subfolder with mkdir, but the mkdir return value...
The path you can get from Application.persistentDataPath should be /data/com.xxx.xxx/files, but AndroidManifest.xml has<uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/>As...
The error was resolved a little, so I corrected it.Therefore, ListView cannot be resolved or is not a fieldI would like to resolve .What should I do?Details below.I have a question about handling erro...
in Android studio style.xmlparent=android:Theme.Holo.NoActionBarThe action bar does not disappear when you configure .What are the possible causes?I use the actual nexus7 machine for the test.Please l...
I am currently developing an Android app in java language.This is about interaction with the server.I want to download the video file that I left on the server through the app to my Android device usi...
in Android studio style.xmlparent=android:Theme.Holo.NoActionBarThe action bar does not disappear when you configure .What are the possible causes?I use the actual nexus7 machine for the test.Please l...
I am currently developing an Android app in java language.This is about interaction with the server.I want to download the video file that I left on the server through the app to my Android device usi...
« | - 23 - | » |
© 2024 OneMinuteCode. All rights reserved.