id tag

1618 questions


1 answers
130 views
0
Always want to preview your camera in SurfaceView

As per the title, I would like to start the camera on SurfaceView as soon as the application is started, and I always want to keep previewing, but I use MediaRecorder to provide recording functionalit...

2 years ago

1 answers
108 views
0
I want to reproduce the pending status when charging in-app.

Nice to meet you.Let me ask you a question about Android in-app billing.We are currently developing Android at Eclipse (Java). I'm thinking about how to deal with the situation when the payment is put...


1 answers
76 views
0
Android Studio Kotlin Error Unsolved Reference

It was working properly until the middle, but suddenly I got an Unsolved Reference error.There are about 6 Activity files, but R in R.layout.hogehoge_activity of all files turns red and gives an error...

2 years ago

1 answers
80 views
0
I want to use Android Monitor with Android Studio 3.0

As the title suggests.I am currently developing using Android 4.4 devices, but when I updated to Android Studio 3.0, Android Monitor was replaced by a feature called Android Profiler, and when I conne...

2 years ago

1 answers
108 views
0
The appearance of the 3D model changes when building to Android (SO-02J) with unity.

Regarding the 3D model of the person wearing simple clothes, there is a title issue.When I checked on UNITY's PLAY, the skin underneath the clothes does not protrude, but when I build on Android and c...

2 years ago

1 answers
150 views
0
How to repeat the background image horizontally only on Android?

To view Android image resources repeatedly<bitmap xmlns:android=http://schemas.android.com/apk/res/android android: src=@drawable/back android:tileMode=repeat/>This is how you define it in XML ...

2 years ago

1 answers
33 views
0
I want to put the built Android OS image into the actual machine (failed to load/verify boot images)

I would like to put the Android OS image I built into the actual machine (Pixel 3a).The version is Android 9.0 and the tag (branch) is Android-9.0.0_r47.Pixel 3a is supported (Reference)Follow the doc...

2 years ago

1 answers
31 views
0
I want to pass parameters to the app with int://

From Chrome app to Android's intent schema, if you have an app, you can start the app, and if you don't have an app, you can fly to the market.However, I cannot go to the specific page of that applica...

2 years ago

2 answers
49 views
0
Menu icon image does not appear in action bar

I want the icon to appear in the action bar as it is written here, but it doesn't show well.Currently, only menu icons (vertical ...) are displayed, not icons.I'd like to change this to an update icon...

2 years ago

1 answers
101 views
0
How to Upload an Image to a Server Using Volley

I looked at various sites and tried the source code, but I couldn't find anything that could upload images to the server using Volley.public class MultipartRequest2 extensions Request<String>{pu...

« - 51 - »

© 2024 OneMinuteCode. All rights reserved.