id tag

1618 questions


2 answers
142 views
0
Zxing vertical screen support

We are creating an application that reads bar codes using zxing.I have a question, but when the camera is started, the screen is horizontal from the vertical.Is there a way to start on a vertical scre...


1 answers
111 views
0
Google play service when building an Android build environment

Up until now, I have been using eclipse from coding to building, but We are currently building a Jenkins build environment in CentOS.I am using Google play service in the application I am creating, so...


1 answers
126 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
118 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...


1 answers
41 views
0
I want to use zip4j on Android to expand zip file with password, but it causes garbled characters.

I am creating an application to deploy zip files with passwords on Android, but when I unzip a zip file containing a Japanese name, the file containing Japanese is garbled.Please let me know if there ...

2 years ago

1 answers
43 views
0
How do I set a string for View in onFocusChange?

In OnFocusChange, check the entered string for error check If there is an error, I would like to return it to the original string.String from View of OnFocusChange ArgumentsI was able to obtain it usi...

2 years ago

1 answers
108 views
0
Processing android SDK manager does not appear

When I installed Android mode on processing 3.5.3, the SDK manager that was supposed to come out did not appear and a screen shot-like screen appears.When I looked it up on the site, I didn't know how...

2 years ago

1 answers
101 views
0
I want to open the pdf in associates on Android.

protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); FilefileBrochure=newFile(Environment.getExternalStorageDirectory()+/+abc.pdf); if(!fileBrochure.exists()) { C...

2 years ago

1 answers
135 views
0
cocos2d-x3.14.1 with crashlyticsNdk drops at startup.

06-19 15:49:09.103 2709 2709 E AndroidRuntime: Process: jp.hogehoge.appgame, PID:270906-19 15:49:09.103 2709 2709 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPat...

2 years ago

1 answers
77 views
0
Google Play Services - Could not find dependency

We are developing it on Android.com.google.android.gms:play-services-location:15.0.1When I try to put location in the gradle above, I get an error.The older version of 11.0.2 goes in without any probl...

« - 17 - »

© 2024 OneMinuteCode. All rights reserved.