id tag

1618 questions


1 answers
101 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
26 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
35 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
50 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
146 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?


1 answers
65 views
0
Is there a way to use a placeholder in EditText?

I want to put a placeholder text in EditText, but isn't it in xml?final EditText name = new EditText(this);Do I have to do it on the code? What should I do next?

2 years ago

1 answers
87 views
0
How to deliver Android Facebook login information to Main Activity...

package flug.com.afeel;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import com.faceb...


2 answers
123 views
0
This is an Android video streaming question.

What I'm going to do is, Raspberry Pi uses Raspberry Pi's picam to configure a streaming server, which is accessed from an Android application and then put up CCTV.Let me just list what I've tried.Dar...

2 years ago

1 answers
81 views
0
How do I apply layout_gravity as a code?

How do I apply layout_gravity from button to code? I ran the example I foundOnly NullPointer errors appear.Button MyButton = new Button(this); LinearLayout.LayoutParams lllp=(LinearLayout.LayoutParams...

2 years ago
« - 59 - »

© 2024 OneMinuteCode. All rights reserved.