2228 questions
For example, I want to realize something like this.What should I do?//res/layouts/main.xml<layout> <data> <variable name = editable type = boolean / > </data> <FrameLayout&g...
When I press the ActionBar Back button (<) in the upper left corner of ActionBarActivity, I would like to instruct you to return to the previous screen. How should I rewrite it? Thank you for your ...
I understand that qpython can run python, but it's a little inconvenient because I have to go through qpython.It may be hard to understand what you want to say, but I want to make a smartphone app tha...
We are currently developing an application for sensor acquisition at Android Studio.So I want to be able to get sensor values in the background using the service, but when I put it in sleep mode, it b...
ModelA - id - c_id - d_idModelB - id - name - c_id - d_idShared columns for ModelA and ModelB are c_id and d_id.SELECT A.id, B.namefrom ModelA ASA LEFT JOIN ModelB ASB ON A.c_id = B.c_id AND A.d_id =...
Type type=Type.GetType(typeof(Texture).FullName);Unity returns null for the above C# script.
I am thinking of creating and using libvideokit.so by referring to the following site.http://qiita.com/hayabon/items/3a0817b4443bd0e4c5afIf there is no file to specify in the execution command, the ap...
button.setEnabled(false);I would like to know the default transparency at this time.Or I want to lose transparency when it's false.TriedtextView.setText(String.valueOf(button.getAlpha()));// The resul...
I have a question in unity5.6 shader.I'd like to combine the two textures, but I don't know how to write shader that sticks out the original size.It's displayed in the original size and the protruding...
An error message similar to the following appears:Android resource linking failedERROR: C:\Users\berdy\AndroidStudioProjects\Janken\app\src\main\res\layout\activity_main.xml:26:AAPT: error: '100' is i...
« | - 53 - | » |
© 2024 OneMinuteCode. All rights reserved.