id tag

1618 questions


2 answers
66 views
0
an app that turns cards to reverse nervous breakdown

http://pastebin.com/KTCkMu1pA total of 4 cards including cards [img_0] turned upside down and images [img_s1-s3] with 3 different designs.Display 6 cards turned upside down on the screen and clear aft...

2 years ago

1 answers
109 views
0
Android terminal サーバ FIN to server is delayed when TCP connection is lost

When TCP is disconnected by using the Android device application, if it is normal, after the FIN is thrown to the server 端末 terminal, the FIN is immediately returned to the terminal サーバ server.However...

2 years ago

1 answers
68 views
0
I want to use getUserMedia in Android Lolipop 5.0 WebView

I would like to use getUserMedia to start the webcam on Android WebView.The following code is written, but errorCallback is called.Please tell me the solution.myWebView= (WebView) findViewById (R.id.w...

2 years ago

1 answers
72 views
0
About Android Auto

Currently, Android Auto has not been released yet.I am not an Android phone app, but an Android Auto on the in-vehicle device side.I would like to move it.Or I would like to build it.Is it impossible ...

2 years ago

1 answers
74 views
0
java.lang.RuntimeException on Android: Unable to instantiate receiver

While implementing on Android, the following exceptions occur:FATAL EXCEPTION:mainProcess: Application Name, PID: 19962java.lang.RuntimeException: Unable to instantiate receiver ClassA: java.lang.Inst...

2 years ago

1 answers
71 views
0
java.lang.RuntimeException on Android: Unable to instantiate receiver

While implementing on Android, the following exceptions occur:FATAL EXCEPTION:mainProcess: Application Name, PID: 19962java.lang.RuntimeException: Unable to instantiate receiver ClassA: java.lang.Inst...

2 years ago

2 answers
66 views
0
Draw an inch square on Android

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...

2 years ago

1 answers
97 views
0
Understanding Storage Distinctions Accessible from Application.persistentDataPath in Unity

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...

2 years ago

1 answers
78 views
0
How do I call back when I kill apps on Android?

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...

2 years ago

1 answers
92 views
0
Understanding Storage Distinctions Accessible from Application.persistentDataPath in Unity

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...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.