id tag

1618 questions


1 answers
105 views
0
What is the meaning of void in the AsyncTask argument?

public static class DownloadWorker extensions AsyncTask <Void, void, void{ @ Override Protected String doInBackground (Void...voids) { return null;


1 answers
85 views
0
Is there a library commonly used for USB serial communication on Android?

I would like to connect the Android device to the device via USB for serial communication. (Android is the host) I searched the Android API reference and found a class called Android.hardware.usb.http...


1 answers
48 views
0
I want to run j2se apps on Android and ios.

There is a game program that I wrote on swing a long time ago, and I would like to port it to mobile.For example, if you have a j2se(j2me?) compatible jvm that runs on Android or iOS, is there such a ...

2 years ago

1 answers
53 views
0
The hard drive used by RAID was recognized by the USB external box, but the NAS cannot mount it.

This is a continuation of where you want to recover data from a hard drive used by your NAS.In Yotta's external HDD case, I put a 6TB hard drive and two 8TB hard drives taken from the NAS for data eva...

2 years ago

1 answers
37 views
0
I want to implement a screen transition like Activity in Fragment.

I want to implement a screen transition like Activity on Android Fragment, but I can't find a good way.Specifically, there are a, b, and c activities that transition from a to b, and then back to a wi...

2 years ago

1 answers
115 views
0
I want to activate the camera with an application developed on a cross platform and change the frame rate and shutter speed of the preview screen.

We have created an app that allows you to preview camera images on iOS app and change the frame rate of the screen, the shutter speed of the camera, and the iso value in real time.import UIKitimport A...


2 answers
40 views
0
I want to blur the boundaries and overlap them when I synthesize images on Android.

I am writing the process of overlapping two images on Android as follows.Bitmap imageA=loadImage();Bitmap imageB=loadImage();Bitmap output = Bitmap.createBitmap (width, height, Config.ARGB_8888);Canva...

2 years ago

1 answers
66 views
0
Library Split Offerings

These days, I think aar and jar are often published on jcenter and maven central, but I'm looking for a way to partially publish libraries like Google play services.If you only want to publish it sepa...

2 years ago

1 answers
114 views
0
To call getSupportFragmentManager in Activity

I would like to call getSupportFragmentManager for a class that does not inherit FragmentActivity (inheriting Activity). Because you still need to see dialogs in previous operating systemsYou cannot u...

2 years ago

1 answers
113 views
0
Function and Button Behavior Questions

I have a question about developing an application on Android Studio.I want to create a function that calculates the distance when I get the location information from GPS and press the button, but I'm ...

2 years ago
« - 32 - »

© 2024 OneMinuteCode. All rights reserved.