d tag

2228 questions


1 answers
78 views
0
Fatal Signal 11 (SIGSEGV), code 1, on Android

If you filter BaseAdapter with its own filter function, the following error will occur and crash.The specific crash point is not specified, but as far as the log goes, is WebView suspicious?It makes m...

2 years ago

1 answers
91 views
0
To add silence at the beginning when ffmpeg combines video and audio

On Android, ffmpeg, run the following command to combine audio into the video:ffmpeg-hide_banner-y-imovie.mp4-ibgm.aac-vcodec copy-acodec copy-bsf:aac_adtstoascout.mp4At that time, I want the sound to...

2 years ago

1 answers
84 views
0
To write this MySQL query like ActiveRecord

I'd like to count the number of blog posts daily and take a tally, but the way I write the group is redundant.Currently, the results of this query are as good as you would like, but could you write mo...


2 answers
46 views
0
Android device-specific resolution

I played it on Android with Unity Remote 4, but the screen was long.

2 years ago

2 answers
77 views
0
Unable to import library in Android studio

I would like to use the Microsoft Translator API in Android studio. So I tried to import this API into the project I created, but it didn't work. Please let me know.·Environment Android Studio 1.5 Fir...

2 years ago

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
« - 56 - »

© 2024 OneMinuteCode. All rights reserved.