409 questions
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 ...
[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...
`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...
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...
#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...
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 ...
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...
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...
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...
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...
« | - 28 - | » |
© 2024 OneMinuteCode. All rights reserved.