id tag

1618 questions


1 answers
75 views
0
If you have two RecyclerViews, the height is incorrect only on Android 6.0.

<?xml version=1.0 encoding=utf-8?><ScrollView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent xmlns:app=http://sc...

2 years ago

1 answers
50 views
0
CoordinatorLayout wrap_contents does not work when you put a view in CoordinatorLayout

ProblemsThe layout is made using CoordinatorLayout as shown below, but if you put View in CoordinatorLayout and outside AppBarLayout, the bottom of the View sticks out from CoordinatorLayout even thou...

2 years ago

1 answers
29 views
0
How Do I Play Files in the Assets Directory in MediaPlayer?

I'd like to play a video file in the assets directory in the MediaPlayer class on Android. What should I do?

2 years ago

1 answers
29 views
0
Using CookieManager to Save Cookies on Android

I made a post request from Android to the web server and I'm trying to create an app that stores cookies. (post parameters are not implemented) If we didn't discard the activity, we were able to save ...

2 years ago

1 answers
86 views
0
I want to realize the app for using the web app in Chrome.

Is it possible to implement the following applications?The bottom line is the app for using the web app in Chrome.

2 years ago

2 answers
98 views
0
I want to change the background color of the Material Design button on Android.

I wanted to change the background color of the button on Android, so I set it as follows.<Button android:layout_width=wrap_content android:layout_height=wrap_content android:background=@color/co...

2 years ago

1 answers
32 views
0
Menu icon (vertical "...") does not appear

When I installed the application that was running on the Android 7 tablet on the Android 9 tablet, the menu icon (... vertically) disappeared.Please let me know if anyone knows how to deal with it.The...

2 years ago

1 answers
48 views
0
I want to send a message to LINE from the program I created on Android Studio.

Recently, I just started developing it on Android Studio, and I would like to send a test message to my line group on LINE Notify.I have already obtained the access token on LINE side, and all I have ...

2 years ago

1 answers
44 views
0
I want to change the subgraph placement from top to bottom to left in the flow chart RL of Mermaid.

I have designated the flow chart as RL in Mermaid, but as shown in the figure below, Would it be possible to arrange the Before and Rebase subgraphs on the left and right sides instead of the top and ...

2 years ago

2 answers
79 views
0
I want to display AdMob ads on Android apps using AndEngine

I bought a book called Android 2D Game Made by AndEngine and studied it.At the end of the day, perhaps because the information in the book is old, I was at a loss because I couldn't display the advert...

2 years ago
« - 44 - »

© 2024 OneMinuteCode. All rights reserved.