How to use E-Commerce layout in Xamarin.Forms app? - xamarin.ios

Sample image for desired layout in Xamarin.Forms
Hi everyone! I am going to develop an E Commerce mobile app using Xamarin.Forms. I am not sure that what View/Control to use to list/show all the products in product catalogue. I've attached a picture that shows the sample or similar look what I want. IS there such a control in xamarin.forms? If so, what is it and how to use it ?
Thanks

There is no such control. You will have to create your own with the existing ones.

Related

Side Bar Menu in Xamarin.iOS

I'm MVC .Net Developer and just a beginner in Xamarin.ios. I want to implement side bar menu slider in my app but I'm not understanding how to design it in storyboard. I've gone through some links as follows.
https://components.xamarin.com/view/sidebarnavigation
https://github.com/TheEightBot/Xamarin.SideMenu
Please provide me some helpful links and suggestions for it.
Any help is appreciated. Thank You
The best way to do this is to use the split view controller. When you create the new xamarin ios project you should select that as the template. You will need to understand UITableviews to create the navigation pane, but there are plenty of resources on that.
If you want a more customizable option I would recommend looking at syncfusion which is free to use for small organizations and developers. Here is a link to there site on how to create a custom navigation pane: https://www.syncfusion.com/products/xamarin-ios/navigationdrawer
Hope this helps. If you would like more specific info, comment and let me know. Xamarin can be kind of difficult to get into but it's a great way to build apps once you get used to it.

how can I give customise your product functionality in my nodejs shopping site

I want to design a website for Cards in nodejs. How can I give customer the feature of designing their own product i.e, card, cups or t-shirts by giving their own text and image like in printvenue. Is there any js or third party tool which I can use for this??
It sounds like you want to build a CMS product. Most probably you will have to build from scratch.
My two cents... Checkout html contenteditable, for a WYSIWYG CMS experience,

How to Display 3D View in Asp.net C#

I have a STP file (take any file format which stores information to show object in 3D Format). In ASP.NET , C# application, i want to display this as a 3D View on my website. What are the API's available for the same. Preferably a freeware or best with price in paid versions.
I found a way to do it.
http://www.3dvieweronline.com/
Load your assembly here and get the IFrame code for the assembly.
Integrate this IFrame into your code and thus you have the 3D View available on your site.
Now, Another Question follows this..
Is this the only tool or way to display the image.
I have a few more, R&D in progress.. Will update more details soon..
If anyone can guide me on this, its really great..
Thanks..

Layout code for Facebook feed content

I would like to display the Graph API output for the Facebook Feed using the Facebook style, as it appears on the web and mobile app. Is there available reference code/layouts for this? Thanks!
OK. If your requirement is about the Layout and Desing that looks in Facebook sdk/ app then you must have to made such type of design for yours.
There is nothing like to develope such type of layout. Yes there are some Demo example that can be useful to develop such type of UI integration.
So hope you got the point.
For any query comment here.
Enjoy Coding. :)

J2ME problem in using TWUIK framework

i am developing application in which requirement is to use TWUIK framework in J2ME
i have worked with j2me polish as well as LWUIT but i didnt find any kind of help regarding
TWUIK. Even i am not able to create sample application which simply contain two textbox for login.
core style in TWUIK is to creating every component on canvas
i can create textbox but cant even get focus to that component
Experts any one can guide me???
Thanks in Advance

Resources