Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8832025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:26:20+00:00 2026-06-14T08:26:20+00:00

I am working on a project right now and we are using the MvvmCross

  • 0

I am working on a project right now and we are using the MvvmCross framework. The project should be done in february. We were wondering if we should wait for AutoView as a cross platform UI solution, or would february be to soon?

The problem we have right now is that we want to be able to build a BindableListView dynamically. Then every item in the list could have a different layout and its set of views, for example when I have a list of list of strings and integers in any order, the BindableListView would show a TextView for every string and a numberpicker for every int.

Something like this:

public ElementDescription DefaultView()
{
    var auto = new RootAuto(caption: "TestRootElement")
    {
        new SectionAuto(header: "Test Info")
            {
                foreach(item s in list)
                {
                    if(s.GetType() == typeof(string) )
                        new StringAuto();
                    if(s.GetType() == typeof(int)
                        new IntAuto();
                }              
            };

        return auto.ToElementDescription();
    }
}

Would this even be possible with AutoView? Or should we look for a different solution?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:26:22+00:00Added an answer on June 14, 2026 at 8:26 am

    Simple answer – If it’s for a real project with a pressing deadline… probably not.


    Longer answers…

    When will autoview be available?

    AutoViews will be available for Droid only ‘this week’ – this includes automatic options for dialog, menu and list screens.

    For Touch, I’d expect AutoViews to arrive within 2-3 weeks – but this work may impact back onto the Droid work in some ways – e.g. some classes and methods may need to be tweaked.

    For WP and for WinRT, the timeline is currently less clear. There are a couple of people working on WP.Dialog ports and the timeline for these is unclear…

    When will the entire AutoView package be available? When will the API be stable? How many samples will be around? When will documentation be supplied? I don’t know. Hopefully late December, early January – but there are external factors to consider here (including some MvvmCross additions that will happen when async/await arrive for MonoTouch/Droid).


    What will autoviews be used for?

    My main focus for autoviews is to allow rapid cross platform development – so they will provide a quick way to get UIs up and running on 4 platforms.

    These UIs will be skinnable – e.g. using UIAppearance on MonoTouch and using custom axml on MonoDroid. These UIs will also be extensible and override-able – there will be no lock-in to the AutoView approach.

    It may well be that these UIs are ‘good enough’ to ship for many customers – e.g. apps like TweetStation (and plenty more besides) have shown how MonoTouch.Dialog can produce really very nice finished apps, and I hope for the same from AutoViews.

    However, AutoView UIs will never be as powerful or flexible as full custom UIs on each platform – so many apps will also not want to use AutoViews – or will want to override significant parts of them.


    Can I use AutoViews today?

    Yes.

    But:

    • only on Droid
    • you need to be happy using PCLs for development (AutoViews only exist in the vNextDialog branch right now)
    • you need to expect some namespace, class and method changes in the coming weeks (e.g. currently we are using MonoDroid.Dialog in a FooBar namespace)
    • you probably want to fork the repository to isolate yourself from those changes.
    • there are also some small performance penalties for using AutoViews – the UIs are built using reflection which is always slower than direct code (this isn’t a huge penalty, but if you are a low level developer who likes to make your code really fly, then you will prefer to steer clear of reflection).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a new project right now and am thinking of using an
I have a big project I am working on right now using Visual Studio
I'm working on an MVC3 project right now and just started using SignalR. I
I'm working on a new project right now and thinking of using an ORM
Good day! I am working on a project right now and I am using
I am working on a project right now and I am using the NOW()
I've working on a project and I'm using some jquery plugins, right now I'm
I'm working on a side project right now for an email client. I'm using
I'm working on a little project right now in ActionScript 3. The project is
Right now I am working on a dll project with several handy .net tools.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.