praeclarum / Continuous

Continuous IDE Addin enables live coding from Xamarin Studio and Visual Studio
MIT License
268 stars 33 forks source link

Xamarin.Forms Android Support #37

Open acaliaro opened 8 years ago

acaliaro commented 8 years ago

At Startup I have this page

https://www.dropbox.com/s/eb88uumttnjzfvo/Screenshot%202015-12-25%2022.22.20.png?dl=0

If I press "Visualize Class" menu, I have this

https://www.dropbox.com/s/j5dzen5nral2m1l/Screenshot%202015-12-25%2022.23.44.png?dl=0

Is it correct?

victorgarciaaprea commented 8 years ago

I believe this is correct. If you look at the visualization support for iOS and Android, you will notice that @praeclarum put some more love in the iOS one :)

acaliaro commented 8 years ago

Sorry @victorgarciaaprea I have not understand. You say that I can only visualize my page on iOS, and in Android I see those lists of words?

praeclarum commented 8 years ago

You're seeing the "fallback" visualization which @victorgarciaaprea noted is a bit lacking.

What is the inheritance hierarchy of the class you're visualizing? I'll make sure to add support.

acaliaro commented 8 years ago

It's a simple ContentPage

praeclarum commented 8 years ago

Ah, Xam Forms isn't support on Android yet.

acaliaro commented 8 years ago

Ok Frank, so can I use it with XF and iOS?

praeclarum commented 8 years ago

Yes, iOS should render the UI