Hi everyone
Are there any plans for iOSMobileTableCustomCell for Android projects, e.g. AndroidMobileTableCustomCell?
Anyone have any workarounds or suggestions for me to implement today?
Hi everyone
Are there any plans for iOSMobileTableCustomCell for Android projects, e.g. AndroidMobileTableCustomCell?
Anyone have any workarounds or suggestions for me to implement today?
The only suggestion I have so far is to use a ScrollableArea in which you vertically stack multiple containers.
You will lose the ability to swipe cells and display custom actions.
It will also use a lot more memory because each “cell” will always be loaded in memory and displayed.
If your cells don’t display pictures, it could be an acceptable solution.
Thanks Jeremie! Never thought of that.
You are a great guy, what would we do without you?