1618 questions
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...
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.(...
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...
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...
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...
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...
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 ...
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...
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...
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?
« | - 28 - | » |
© 2024 OneMinuteCode. All rights reserved.