Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] Managed UI For Xamarin.Forms=> Xamarin.UI #10127

Closed as not planned
@John0King

Description

@John0King

Summary

Today there are many managed/web based UI Framework has achieve great success for mobile develop
For example :

and their success all come with that the UI is very easy to control ! and now Xamarin.Forms is still working on to use platform native controls/layout. that cause many devs to release third party UI Framework much harder , we had to build each render for each platform (although this ability is great), otherwise it will not work. that also make harder to customize the UI (for example , TextBox's border , background color), and also make dev who new to Xamarin.Forms harder to learn .

I'm hoping that there is a set of managed UI , that can work together to Xamarin.Forms but should lighter than Xamarin.Forms (app lunch faster).

The managed UI should also have a virtual graphic engine that enable any kind of control/UI can be implement.

Features

  • managed pages
  • managed layouts
  • managed controls (TextBox ,Label , Border....)
  • template everything (alert, popup, toolbar, modal)
  • Xamarin.Forms's native control can be used

managed pages, managed layouts and managed controls give us the full screen as a "canvas" , we can "draw" anything on it. managed controls may not be fully managed, it also may be a native controls that play with the "drawing styles" (backgroundColor, borderThinkness, FontColor, margin, borderRadius, ect ) , for example the TextBox managed control

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions