id tag

1618 questions


1 answers
47 views
0
How do I exclude only Android tablets that are 10 inches or larger?

When I released the app the other day, it was discovered that tablets over 7 inches and under 10 inches work fine, while tablets over 10 inches work fine.What should I write in AndroidManifest.xml to ...

2 years ago

1 answers
107 views
0
About Android support design library

I created the following layout using Android support design library.However, FloationActionButton does not slide up when Snackbar is displayed.Please advise where to fix the slide.I look forward to yo...


1 answers
87 views
0
About clearing Unity's push notifications from Android

I'm thinking of using Prime31 for Unity push notifications.The notification itself is iOS:NotificationServices.ScheduleLocalNotification()Android: EtceteraAndroid.scheduleNotification()It is possible ...

2 years ago

1 answers
74 views
0
I want to make Interpolator selectable from drop-down list in View.animation on Android

A total of 9 Interpolators have been added to Spinner.I want to be able to change every time I press the setInterpolator button depending on the item selected.For example, if you select AnticipateInte...

2 years ago

1 answers
88 views
0
Defects in IabHelper.java used for in-Android application billing, and solutions and workarounds.

IabHelper in the trivialdrivesample utility group, which is often cited as a common use for Android in-app billing, points to a problem that causes NullPointerException to occur at startup due to devi...

2 years ago

1 answers
103 views
0
About Asynchronous Communications from Android

About Android Asynchronous CommunicationsI'd like to make it possible for Android to communicate over the network and switch on and off the sensors at home, but I'm worried about what kind of system I...

2 years ago

1 answers
73 views
0
Do/while does not work properly on Galaxy S5 and Android 5.1.1

It's an ordinary code, but for the Galaxy S5 and Android 5.1.1 combination Only, do/while statements move mysteriously.No one knows the cause Is that so?inti=0;int j = 0;do{ Log.d(TAG, [test do-while1...

2 years ago

1 answers
53 views
0
I want to use getUserMedia in Android Lolipop 5.0 WebView

I would like to use getUserMedia to start the webcam on Android WebView.The following code is written, but errorCallback is called.Please tell me the solution.myWebView= (WebView) findViewById (R.id.w...

2 years ago

1 answers
73 views
0
Picasso does not return when processing a specific image.

When I used the Android image processing library Picasso to process the image below, it was not returned (up to cycle) in the class implementing the following transformation, and this method looped? a...

2 years ago

1 answers
60 views
0
About Android Auto

Currently, Android Auto has not been released yet.I am not an Android phone app, but an Android Auto on the in-vehicle device side.I would like to move it.Or I would like to build it.Is it impossible ...

2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.