[android-developers] Re: custom ArrayAdapter compile error

2009-11-05 Thread tatman
btw Im missing an import in the post: import android.view.ViewGroup; That fixes the override error. I now have different compile error. It says getSystemService is undefined. Any thoughts? On Nov 5, 4:17 pm, tatman matt.raf...@gmail.com wrote: I'm trying to create my own ArrayAdapter.  I'm

[android-developers] Re: custom ArrayAdapter compile error

2009-11-05 Thread tatman
and I now have that fixed too :) I added/changed this LayoutInflater vi = (LayoutInflater) getContext().getSystemService (Context.LAYOUT_INFLATER_SERVICE); On Nov 5, 4:28 pm, tatman matt.raf...@gmail.com wrote: btw Im missing an import in the post:  import android.view.ViewGroup; That fixes