studio tag

324 questions


1 answers
86 views
0
How to deliver Android Facebook login information to Main Activity...

package flug.com.afeel;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import com.faceb...


1 answers
48 views
0
How to make aar in an Android studio

I want to use my project as a library on Android, so I want to make it aar... How can we do that?

2 years ago

1 answers
47 views
0
Game Maker and Android Studio Interworking

I am currently learning game makers and Android studios to make app games.I want to connect these two and complete the game. Android Studio and Game MakerCan I connect the RAM?


1 answers
64 views
0
I'm using MacBook xCode. Can't I create MS visual studio project folder in xCode?

Hi, everyone. Mac, C++ are both beginners.I have to submit my school assignment by next week. Regardless of whether you're using a Mac, Ask them to submit 'Visual Studio Project Folder' and 'cpp' file...

2 years ago

1 answers
133 views
0
How to use Facebook sdk in android studio.

I'm following the link . When I run the application, the warning window appears as below.Gradle: module 'facebook' won't be compiled. Unfortunately you can't have non-Gradle Java module and Android-Gr...


1 answers
126 views
0
I'm a beginner at Unity. I have a question about moving an object to its location.

I want to keep the Circle object going up in the y-axis direction.It worked well in the x-axis direction, but when I changed the character to the y-axis, the circle did not move. What's wrong?

2 years ago

1 answers
135 views
0
Applications that use Android earphones

We are currently producing an application using earphones in Android Studio.By the way, I found related materials that use earphones and coded themRecognize the HEADSETHOOK button and float it on toas...


2 answers
43 views
0
Methods Used on Android

If you create a method and do not use it, it will appear gray.For example, public class example {...public int usedMethod () { ....}public int notUsedMethod () { ....}...usedMethod();}If it's like thi...

2 years ago

1 answers
111 views
0
For Moon, please help me

It's Java.I'm going to make a lotto number application simple.In the For Moon, where you turn the order according to the number of spinners,If you take a picture of log, there are 3, 4, and so onThe a...


2 answers
53 views
0
Visual Studio 2015, how to copy the properties of an existing project, linker paths, etc

There's a sample project that's quite complicated to locate multiple header files, set up libraries, set up preprocessors, and so on.If we can copy the existing project and modify the contents of the ...

2 years ago
« - 22 - »

© 2024 OneMinuteCode. All rights reserved.