I made my first application for Android using only Java code. How do I create an EditText in Java Code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After you have formatted it in XML:
You can call it by declaring it and linking it to the view you specified in the XML like so:
You can get more info on the class here