How Create a View Like the Default Android EditContact View? -
Specifically, I'm curious about how they performed the phone number entry, where they added additional phone number fields The user clicks a little add button when I was initially thought that was done with a ListView, and I got a ListView to work, but the rest of the list scrolls the list independently of the screen, which looks bad is.
So I was wondering what is the best approach for something like this? Am I on the right track with ListView and I'm missing something which prevents me from behaving like my scroll container? Maybe a Custom Adapter view or maybe adding rows to a dynamically with TableLayout? I'm not sure who works best.
It is quite difficult to read through the contact editor of Super-Duper Overkill Modularization of the Editor's Activity reason. I think a vertical liner layout where you directly direct new view with [View.inflate] [1]; Alternatively, call on the linear layout to add the method to the Edit / Layout
[1] :, int, android.view.ViewGroup)
Comments
Post a Comment