id tag

1618 questions


2 answers
51 views
0
Create a two-dimensional array with 2d coordinates as elements in numpy

Hello, I'm asking you a question because I encountered a difficulty in creating an array with numpy.Now we want to create a two-dimensional array with two-dimensional coordinates (x, y) as an element....

2 years ago

1 answers
78 views
0
It works well when I log in to a shopping mall on a regular Internet app, but it keeps saying that I failed to log in with a web view.

As the title suggests, login works well on general Internet apps. I made an Android project and tried to log in on the web view, but it keeps failingWhat's the reason...?Do we need additional code?Ple...

2 years ago

1 answers
66 views
0
To receive the value of the selected item in Android spinner

How do I receive the value of the selected item in Android spinner? I want to get the selected text in the spinner when I press the Save button in the dialog, but I don't know how.

2 years ago

2 answers
24 views
0
There is a slight difference between the activity design screen in the android studio and the AVD or physical device.

Hello, there is a slight difference between the activity design screen in Android Studio and the AVD or actual device screen.In the activity design screen of Android Studio, the part with numbers is l...

2 years ago

1 answers
96 views
0
Output Log from Android

I want to float log on logcat to see what algorithm I implemented and it worksI tried System.out, but I can't do this.How do I display log messages on logcat?

2 years ago

1 answers
115 views
0
How to run other apps in an app

I'd like to run another package installed on my app, but I think it's possible if I use the int, but I can't find any way to find it. Could you please give me a link or explanation about it?

2 years ago

1 answers
70 views
0
In the Android tutorial, most variable names start with 'm', why?

I usually name variables in camel notation, but I can't get used to it since it starts with m while watching the Android tutorial. What does that mean? I'm a php developer, and usually the first lette...

2 years ago

1 answers
120 views
0
When there are many layouts by layer in XML, can I set the priority of the background set for each layout?

<LinearLayout background = @drawable/radius> <Layout background = @color/white/> <Layout background = @color/black/></LinearLayout>If you have an xml file like the one abov...

2 years ago

2 answers
114 views
0
(Android) GetActivity() in Fragment.StartActivityForResult to pass values to Activity

I put a fragment called B on top of the activity called A.In the fragment B getActivity().Use startActivityForResult() B(fragment)->A(activity)->B(fragment) again.There is a problem here, and ac...

2 years ago

1 answers
92 views
0
Is there a way to replace from FragmentTabHost on Android to Fragment that is not added to tab?

With Yongwook's advice, we changed the tab structure that was manually implemented to tabHost.But I was wondering if there is a way to change it to a fragment that has not been added to the tab, but I...

« - 119 - »

© 2024 OneMinuteCode. All rights reserved.