d tag

2228 questions


2 answers
37 views
0
How to switch the layout of include tags in Android database

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

2 years ago

1 answers
39 views
0
Understanding Control of the Back Button in the Upper Left of Actionbar

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

2 years ago

1 answers
39 views
0
I want to create an app that allows you to select and execute python files on Android.

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

2 years ago

1 answers
40 views
0
I want to be able to get the acceleration sensor value during sleep.

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

2 years ago

1 answers
71 views
0
To Write Multiple Conditions LEFT JOIN in Rails

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


1 answers
65 views
0
Return value of Type.GetType(string); null

Type type=Type.GetType(typeof(Texture).FullName);Unity returns null for the above C# script.

2 years ago

2 answers
121 views
0
Understanding How to Capture Exceptions When Using ffmpeg on Android

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

2 years ago

1 answers
36 views
0
I want to change the transparency of the setEnabled (false) button.

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

2 years ago

1 answers
50 views
0
Synthesize textures of different sizes within unity shader

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

2 years ago

1 answers
74 views
0
I get many errors when I try to run on Android studio.

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

2 years ago
« - 53 - »

© 2024 OneMinuteCode. All rights reserved.