io tag

409 questions


1 answers
111 views
0
Can I save the web page created through webview in the application?

Can I save the web page created through webview in the application?Saving here refers to storing text on a web page that is currently being viewed as text.I know that you can save the current page as ...


2 answers
39 views
0
visual studio code

[Introduction] Front-end development start CAMPI'm taking the course.Yamoo recommended me to use the visual studio code if there is a sub-lime text error. I installed the visual studio code, but I wan...

2 years ago

1 answers
112 views
0
I'm working on a code to input and output files on Python, but I don't know where I got it wrong crying

`python>inputfile=open(ALE.txt,r)outputfile=open(ALE2.txt,w)list1=[]for line in inputfile:Team,Won,Lost=line.split(',')Won=int(Won)Lost=int(Lost)Percentage=round((Won)/(Won+Lost),3)list1.append([Perce...

2 years ago

1 answers
75 views
0
I used textview, but I can't see it if I run it crying

For information on textview, see android:id=@+id/useagree android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginLeft=8dp android:layout_toEndOf=@+id/agree and...

2 years ago

1 answers
66 views
0
c language arrangement

#include <stdio.h>int main(void) { char ar[] = {a,b,c,d,e,f,/0}; printf(%s\n, ar); return 0;}I wrote it like this In Visual Studio, You cannot initialize an entity in the char * format using a v...

2 years ago

1 answers
53 views
0
Receive an integer input until an opening character is found in C

Enter space and save it in an integer array until you get a line character in C languageI want to print them out in order. The maximum number of integers to be entered is not more than 100.)Enter 5 6 ...

2 years ago

2 answers
86 views
0
Please recommend a laptop for Android Studio.

I'm thinking about buying a laptop for Android studio, between i5 and i7 models. I'm looking at whisky-leake products and I'm going to add 16gb of ram. Mac is too expensive, so I'm looking at the wind...

2 years ago

1 answers
35 views
0
I was doing checkiO, but it's stuck from the beginning

If was specified in the conditional statement. local variable 'aa' referenced before assignment There is an error when it says that.Is there an error because aa=T is designated only when it is true an...

2 years ago

1 answers
105 views
0
Question about distance value calculation using Beacon rssi

Attempt to obtain distance using rssi, but rssi receives normally, but only 127 attempts to obtain txPower using the getxPower() method in scanresult.class. What should I do to receive the txpower val...


1 answers
70 views
0
I'm trying to develop an Android app.

I'm going to develop APK with Android studio program now. It's my first time using Java and using all the apps...TI even made a screen change by pressing the start button from main to sub.Display user...

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.