id tag

1618 questions


1 answers
102 views
0
No sound from apk debug built package

Thank you for your help.I am creating an Android app with monaca.The actual debugger played sound, but when you create and run a debug build of the package, the apk package does not play sound.Other a...

2 years ago

1 answers
103 views
0
How do I close the PreferenceScreen?

I created an application with user settings using Kotlin and the Preference Library, but I don't know how to close the settings screen.I want the title bar to go back when I press that button on top.(...


1 answers
38 views
0
I want TimePickerDialog to be in spinner mode

If you call TimePickerDialog from java, you will be in clock mode, so I would like to know how to call it in spinner mode.Calendar calendar=Calendar.getInstance(); int hour = calendar.get(Calendar.HOU...

2 years ago

1 answers
35 views
0
To make the icon that you tap on Android appear larger in front of you

On Android TV, the icon you are selecting is bigger and it is on the front.I would like to show the same effect on Android apps on my smartphone.·Tap to display the icon in front of you and increase i...

2 years ago

1 answers
102 views
0
Attempting to link values in Adapter with TextView in ListView fails.

Adapter and activity_main.xml are described as follows:If you enable commenting out, the execution fails.There are many methods in MainActivity.java, but Failed when setting Adapter to ListView, or On...

2 years ago

1 answers
34 views
0
What should I do to keep my Android screen full of characters?

Regardless of the model, I would like to make the text length full of the screen, whether vertically or horizontally on my smartphone.What should I do?This is a regular TextView.Tried<TextView andr...

2 years ago

1 answers
101 views
0
How to make it a fixed size without being affected by user-configured character size on Android

Android has the ability to change the character size to small, medium, large, or extra large on the user's side, but When developing an application with Monaca, is there a way to make it a fixed size ...

2 years ago

1 answers
114 views
0
Android & XML: denied access to inset xmlns changes

The current question follows the challenge of Android: aligning the input field with the button width.To match the input fields and buttons to the question, the following solution was provided:<?xm...

2 years ago

1 answers
107 views
0
Permission setting when playing MP3 in the app on Android

After enabling the media plug-in in cordova to play MP3 files as sound effects in the Android app, the following permissions are automatically set when you build them (not added to AndroidManifest.xml...

2 years ago

2 answers
106 views
0
To Obtain the Version of the Application Installed by the adb Command

For example, if an application with the package com.myapp is installed on an Android device, can I get the version number of this application (versionCode or versionName) with the adb command?

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.