d tag

2228 questions


1 answers
143 views
0
Is there any way to block the back button on Android?

Is there any way to block the back button while logging out of the application?

2 years ago

1 answers
49 views
0
Is ~x + ~y == ~(x + y) always false?

When you say that both x and y are paid by two,Is ~x+y==~(x+y) always false?The numbers between 5000 and 5000 are all falseWouldn't there be a true number somewhere?


1 answers
103 views
0
How to give parameters when you run an activity

Hello, I'm a beginner android developer. I'd like to run an activity that explains the game. I want to include the game ID in that information, but how do I deliver the game ID to the activity? If you...


1 answers
92 views
0
How do I prevent Android's EditText from being edited?

How do I prevent EditText from being edited?


1 answers
102 views
0
What does void mean in C-affiliated languages?

What does void mean in C-affiliated languages?Void is used a lot like this, but I wonder what void means.

2 years ago

1 answers
28 views
0
Create GUID with Python

Is there a way to create a that works on all platforms?I heard that you use Active Python on WindowsI need code that works regardless of Linux Unix or something.

2 years ago

1 answers
36 views
0
How to turn the screen to landscape or portrait mode on Android

I'm a beginner android developer. When debugging an app on a device, it is possible to switch the screen to landscape mode and portrait mode, but I wonder how to switch the screen from the emulator.

2 years ago

1 answers
51 views
0
The role of filter in the last parameter of createScaledBitmap on Android

If you look at the definition of android.graphics.Bitmap.createScaledBitmappublic static Bitmap createScaledBitmap (Bitmap src, int dstWidth, int dstHeight, boolean filter)There's a filter. What is th...

2 years ago

1 answers
92 views
0
Is there an easy way to enlarge the image?

Is there a way to allow users to zoom in and out of their image?

2 years ago

1 answers
147 views
0
Can I know the Android device model by code?

Is there a way to know what Android model is through code in the app?

« - 100 - »

© 2024 OneMinuteCode. All rights reserved.