Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

My wish list for Xamarin.Forms

$
0
0

Basic:
- the RecyclerView is so much better than (Android)ListView, please replace ListView with RecyclerView
- Easy access to native renderer, for example
var cell = new CustomViewCell();
var nativeView = cell.ToNative();
... (Android)
var page = new CustomContentPage();
var nativeView = page.ToNative().View;

  • replace (Main)Activity with FragmentActivity to get all the nice features
  • build in DynamicTemplateSelector for ListView
  • offset (scroll) padding for ListView (is supported on all platforms.. no extra work)

Nice to have:
- Swipe Tabbs
- ContentPage with easy transitions
- better solution for custom fonts
- implement sqlite async pcl
- make Xamarin.Forms open source
- design preview

thanks,
marian


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>