On Thu, Jun 17, 2010 at 10:52 AM, javame_android <[email protected]> wrote: > Can you let me know how can one return two different views from > getView method?
Override getViewTypeCount() and getItemViewType() in your Adapter. -- Mark Murphy CommonsWare [email protected] http://commonsware.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

