62 questions
Add button on main screen (A) On the next screen (B) Enter Email (Edit Text)Enter name (edit text) Confirmation (Button) In this screen configuration, press the Email, Name, and OK button in the Edit ...
I'd like to get a context from Fragment. I tried getApplicationContext() and FragmentClass.this to get a context from the database creator, but it didn't work. What should I do?public Database(Context...
What is the best way to limit the text length of EditText on Android? Is it possible by writing XML?
If you type Enter while typing in EditText, I want to process it like an onSubmit event in HTML.Well, I'm trying to make it work like a move or an on-Submit when I click on the Done button on the virt...
button_insert.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { input_name = (EditText) findViewById(R.id.input_Name); input_phoneno = (EditText) findViewB...
apples = 'Hello World!'text_file = open(Output.txt, w)text_file.write(message :, mystr)text_file.close()In the print function, print(message:, mystr) was separated by commas, but it didn't work in wri...
We are currently creating a membership activity. But it's so cumbersome to click on each form one by oneI want to enter the next EditText when I press the Enter key in EditText, what should I do?
import rekor_txt = 나다 ㄴㅐ| | fdㅑ ㅒ# fd|jkaFSA 498130$#@!*&^ %)(-_=+ []{}<>,./?'`')# # kor_txt = kor_txt.replace(|,)print(re.sub('[^--h|a-zA-Z|0-9|`!@#$%^&*()\[\]{}\-\_\'\><\/\?]'...
inFp = NoneoutFp = NoneinFp = open('data.txt', 'r')outFp = open('output.txt', 'w')score = inFp.readlines()score = list(map(float, score))scoresum = 0for i in score : scoresum = scoresum + iaverage = s...
Hi, everyone.I am a beginner among beginners who have only started studying Python by myself for about a month.I was making a program because I thought of oneEnter the values in the first and second t...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.