io tag

409 questions


1 answers
127 views
0
What jdk is recommended for Android Studio 1.1.0?

It is obvious that you can use the latest jdk in a Windows 7 environment because you can't use jdk8, but which version of jdk7 should I use?

2 years ago

1 answers
71 views
0
How to use the camera in the Windows desktop app for Win8 (tablet) (change package.appxmanifest?)

This is about the title.The WinRT API is available for Windows desktop applications, so https://software.intel.com/en-us/articles/using-winrt-apis-from-desktop-applications(List of available APIs) htt...

2 years ago

2 answers
77 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
62 views
0
I want to build exe that can run on Windows Vista or later without installing .NET runtime

I am developing with Visual Studio Community 2013 C#.I would like the built exe file to run (without installing any other version) on the .Net Framework installed in the following environment as a sta...

2 years ago

1 answers
116 views
0
Can 6-9, 12, and 13 pins be used as GPIO for pin assignment on the main board of the spresense?

Looking at the SPRESENSE specification, it is divided into three parts: CXD5602 pin nameArdirno pin nameFunctoin pin nameI need two UARTs and six GPIOs for an external connection, and one of the UARTs...

2 years ago

1 answers
111 views
0
Can 6-9, 12, and 13 pins be used as GPIO for pin assignment on the main board of the spresense?

Looking at the SPRESENSE specification, it is divided into three parts: CXD5602 pin nameArdirno pin nameFunctoin pin nameI need two UARTs and six GPIOs for an external connection, and one of the UARTs...

2 years ago

1 answers
87 views
0
How do I set up a "line replication" shortcut in Visual Studio for Mac?

I want to set it to Cmd+D.Can I use Ctrl+Shift+D for row replication in VisualStudio? - teratailI wish I had a Mac version of the Keyboard Shortcuts Manager in .

2 years ago

1 answers
83 views
0
Would it be possible to read the ReactiveX (ReactiveExtension/System.Reactive) source (C#) on VisualStudio?

I have installed and used ReacriveX (NuGet package name: System.Reactive) on my project, and sometimes I want to make sure that I dig deeper into the methods that this library has.So I looked for a pu...

2 years ago

1 answers
125 views
0
I want to transition from Fragment to Activity

I am programming using Bottom navigation, which is included in Android Studio from the beginning, but I don't know how to transition from Fragment to Activity.After coding as below, there is no error ...


2 answers
116 views
0
I want to make sure that the reference remains.

Please tell me about Android's Context.I have seen blogs that recommend getApplicationContext() instead of using this to pass as arguments.If you use this, you should use getApplicationContext() becau...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.