id tag

1618 questions


1 answers
109 views
0
Retrieving Text Data from Android Webview

I am viewing the text data sent in the server method in the Android web view.How do I retrieve this data from the webview by textual data?I tried the code below, but the value is null.public class Mai...

2 years ago

2 answers
96 views
0
OpenGL on Android Lollipop crashes glDrawArrays() call

Implementation for Android Lollipop KitKat works fine, but it crashes when I start the application with Lollipop.When I followed the log, the crash occurred in the glDrawArrays() call in the OpenGL fu...

2 years ago

1 answers
126 views
0
DatePicker View drawing is no longer immediately reflected

I use CalendarView for DatePicker on Android.android:calendarViewShown=trueandroid:spinnersShown=falseHowever, after using it for a while, the drawing will not be reflected immediately.Tap a date to n...


2 answers
67 views
0
To Get a CustomView Instance

Is it possible to treat multiple views together as a single view on Android?For example, suppose you have a layout that is represented by the following outline:<!--layout/my_view.xml (approximate)-...

2 years ago

1 answers
71 views
0
Android BLE Transmission and Transmission Interval

In Android 5.0 and later, the BLE transmission interval is with values such as SCAN_MODE_LOW_LATENCY and ADVERTISE_MODE_LOW_LATENCYI think it's normal to set it up, but Is there a way to set this to a...

2 years ago

1 answers
83 views
0
You want SlidingPaneLayout to unify your behavior with smartphones and tablets.

For example, if you create multipain layout with SlidingPaneLayout like this<android.support.v4.widget.SlidingPaneLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:tools=http:/...


1 answers
77 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

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

© 2024 OneMinuteCode. All rights reserved.