I am working on android project. I need to create some fields like the following image.
Here I am showing only 4 columns but I have 8 to 10 columns.
In one way I can generate edit texts dynamically.
How can I create these fields in android screen?
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.
Hi you may use the TableLayout,TextView and EditText as below