io tag

409 questions


1 answers
112 views
0
How to join the room with Socket.IO (Android)

I use the Android version of native Socket.IO to create a program using Socket.IO.Note: http://socket.io/blog/native-socket-io-and-android/Environment:Android Target Version: android-19Eclipse Luna Se...

2 years ago

1 answers
74 views
0
"Unresolved reference kotlinx" error

An error occurred when I upgraded Android studio to 1.3.2.import kotlinx.android.synthetic.activity_userpage.pagerimport kotlinx.android.synthetic.activity_userpage.tabsWhen you hover your cursor over...


1 answers
108 views
0
The PC browser cannot connect to the Node.js program via Sokect.io.

I'm thinking of doing Socket communication between my PC browser and the server.The environment is as follows:Ubuntu 14.04apache22.4.7When you open a page with a browser, it connects to the server and...

2 years ago

1 answers
123 views
0
VB2013 was able to invoke Form2 class functions (subs) from Form1 class.

VB2013 was able to invoke a function (Sub) of the Form2 class from the Form1 class.However, the drawing in Form2 described in the function does not occur.To summarize the flow (1~2)①In Form1: Dim f2 a...

2 years ago

5 answers
65 views
0
The program created in visual studio cannot start.

My friend asked me to program with C#.net on VS2010.My PC works fine, but when I boot to my friend's PC in Windows 7, A problem has occurred and the program is no longer working properly.The program i...

2 years ago

1 answers
125 views
0
The action bar cannot be erased even when configured in style.xml in Android studio.

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


1 answers
122 views
0
The action bar cannot be erased even when configured in style.xml in Android studio.

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


2 answers
105 views
0
Build Error Process Finished with non-zero exit value 2 in Android Studio (gradle)

I'm having trouble getting a build error on Android Studio.Windows 7java version 1.8.0_40Android Studio 1.1.0 Error: Execution failed for task':app:dexDebug'. >com.android.ide.common.process.Proces...

2 years ago

2 answers
72 views
0
What does SA1200 mean for StyleCop?

Typically, the using directive is written outside of namespace (at the beginning of the file), but StyleCop generates the following warning:What does this mean?SA1200:CSharp.Ordering: All using direct...

2 years ago

1 answers
122 views
0
Error creating Android Studio project.

I installed AndroidStudio because I have a new PC, but there was an error that didn't appear last time.When creating a new project, the android:theme=@style/AppTheme in the AndroidManifest.xml file di...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.