﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>DetailFragment View with Slider</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Tue, 25 Oct 2016 20:22:40 GMT</pubDate><dc:creator>gabriel</dc:creator><category>Crosslight</category><category>View Slider</category><description>&lt;p&gt;Hello, I would like to create a screen with a slide images, looked at the documentation View Slider, but would like a screen like the image below. (A DetailFragment View with Slider)&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight Sync Sample</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Mon, 21 Mar 2016 13:03:54 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><category>Crosslight</category><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;I just wanted to test the Push Notification feature. Therefore I started the Sync sample on my Android device. Before starting I changed the PushRegistration mode to OnAppStart. I turned on WLAN access on my device. I thought that is all I have to do to receive a push notification.&lt;/p&gt;&lt;p&gt;After that I opened my browser and navigated to &lt;a href="http://staging1.intersoftsolutions.com/SyncSample/Push/SendNotification"&gt;http://staging1.intersoftsolutions.com/SyncSample/Push/SendNotification&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;I entered a title and a message and clicked Send. Unfortunately, I never received a push notification on my Android device.&lt;/p&gt;&lt;p&gt;What could be wrong? Do you really deliver the push notification on your end?&lt;/p&gt;&lt;p&gt;Same behaviour on my Windows Phone. No push notifications received (Update: I received a push notification on the next day. What is the latency time for message delivery at your end?).&lt;/p&gt;&lt;p&gt;Thanks for clarifying.&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;</description></item><item><title>Intersoft Releases Premier Studio 2016</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Mon, 14 Mar 2016 06:28:39 GMT</pubDate><dc:creator>MarTin</dc:creator><category>ClientUI</category><category>webui</category><category>Crosslight</category><category>Premier studio</category><category>2016</category><description>&lt;p&gt;Hello Intersoft valued customers,&lt;/p&gt;&lt;p&gt;We are pleased to announce the release of Premier Studio 2016, our biggest and most revolutionary release ever. In this release, we introduce new features and enhancements for all Intersoft's products.&lt;/p&gt;&lt;p&gt;Crosslight 5 introduces New Android Material Library, Stunning Gauge Charts, and Extensive NuGet Support. New&amp;nbsp;WebUI Release featuring Unified Modern Theme and Support for Latest Web Technologies. And,&amp;nbsp;ClientUI 12 Adds Financial Charts for Reporting and improved Support for WPF. Check our&amp;nbsp;&lt;a href="http://www.intersoftsolutions.com/Corporate/PressRelease/dca52020-15ed-4d59-891e-9dee63197e21" target="_blank"&gt;Press Release 2016&lt;/a&gt;&lt;span style="font-size: 10pt;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://intersoftsolutions.com/requesttrial" target="_blank" style="font-size: 10pt;"&gt;Download&lt;/a&gt;&amp;nbsp;your 30-days trial to explore and experience Premier Studio 2016.&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Martin Lie&lt;br&gt;Enterprise Account Manager&lt;/p&gt;</description></item><item><title>Crosslight 5 Android Material</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Fri, 19 Feb 2016 11:33:52 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><category>Crosslight</category><category>Android Material</category><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;I have several questions about the new material UI:&lt;/p&gt;&lt;p&gt;1. How can I programmatically change the drawer icon (hamburger icon)? I tried the following,but it did nothing. &lt;/p&gt;&lt;p&gt;this.DrawerSettings.ActionBarDrawerIcon = Resource.Drawable.ic_bar_done;&lt;/p&gt;&lt;p&gt;&lt;br&gt;2. How can I (programmatically) change the color of the drawer icon? Is there some "tint" I can set?&lt;/p&gt;&lt;p&gt;&lt;br&gt;3. How can I (programmatically) change the color of the list icons (like in the navigation list)? Is there some "tint" I can set? The idea is to have the icons in one color and to set the definite color in code (like icon tint color = Color.Red).&lt;/p&gt;&lt;p&gt;4. Is there some documentation about how to style every part of the app (e.g. background of list group headers)? &lt;/p&gt;&lt;p&gt;5. To me it seems like your current styling method is not theme friendly. In the samples you have a colors.xml to set the app colors. What if I want to switch the current theme of the app at runtime? I have created the following theme in the styles.xml:&lt;/p&gt;&lt;p&gt;&amp;lt;style name="Theme.Green" parent="Theme.Crosslight.Material.Light"&amp;gt;&lt;br&gt;&amp;lt;item name="colorPrimary"&amp;gt;@color/primary_green&amp;lt;/item&amp;gt;&lt;br&gt;...&lt;br&gt;&amp;lt;/style&amp;gt;&lt;/p&gt;&lt;p&gt;primary_green is set in the colors.xml to #4caf50.&lt;br&gt;primary is set in the colors.xml to #FF00DC.&lt;/p&gt;&lt;p&gt;When I start the app (data drawer samples) and navigate to a list with group headers, then the text color of the group header is #FF00DC, which is the primary color.&lt;br&gt;To support a theme the colorPrimary of the theme should be used to set the group header color. Otherwise it is not possible to switch the theme at runtime.&lt;br&gt;Maybe I am getting or doing something wrong.&lt;/p&gt;&lt;p&gt;Thanks for your feeedback.&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>How to Use Crosslight to Add ListView on Forms with Navigation Mode</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Fri, 12 Feb 2016 02:35:09 GMT</pubDate><dc:creator>jtungol@silentpartnersoft.com</dc:creator><category>Crosslight</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Please provide the syntax used with ListViewAttribute on forms with navigation mode. We tried the code below, but something goes terribly wrong when closing the form or view. It returns an error and crashes the app. See attached file:&lt;/p&gt;&lt;p&gt;&lt;span face="Courier New"&gt;

&lt;font face="Courier New"&gt;
&lt;span style="color:#333333;"&gt;&lt;/span&gt;&lt;span style="color:#333333;"&gt;[&lt;/span&gt;&lt;span style="color:#333333;"&gt;Editor&lt;/span&gt;&lt;span style="color:#333333;"&gt;(&lt;/span&gt;&lt;span style="color:#333333;"&gt;EditorType&lt;/span&gt;&lt;span style="color:#333333;"&gt;.&lt;/span&gt;&lt;span style="color:#333333;"&gt;ListView&lt;/span&gt;&lt;span style="color:#333333;"&gt;)]&lt;/span&gt;&lt;br&gt;&lt;span style="color:#333333;"&gt;[&lt;/span&gt;&lt;span style="color:#333333;"&gt;ListView&lt;/span&gt;&lt;span style="color:#333333;"&gt;(&lt;/span&gt;&lt;span style="color:#333333;"&gt;DisplayMemberPath&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;=&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;ContactName&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#333333;"&gt;,&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;InteractionMode&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;=&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;ListViewInteractionMode&lt;/span&gt;&lt;span style="color:#333333;"&gt;.&lt;/span&gt;&lt;span style="color:#333333;"&gt;Navigation&lt;/span&gt;&lt;span style="color:#333333;"&gt;)]&lt;/span&gt;&lt;br&gt;&lt;span style="color:#333333;"&gt;[&lt;/span&gt;&lt;span style="color:#333333;"&gt;SelectedItemBinding&lt;/span&gt;&lt;span style="color:#333333;"&gt;(&lt;/span&gt;&lt;span style="color:#333333;"&gt;Path&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;=&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;SelectedContactItem&lt;/span&gt;&lt;span style="color:#f57d00;"&gt;"&lt;/span&gt;&lt;span style="color:#333333;"&gt;)]&lt;/span&gt;&lt;br&gt;&lt;span style="color:#009695;"&gt;public&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#3364a4;"&gt;IList&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#3364a4;"&gt;LocationContact&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#333333;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#333333;"&gt;Contacts&lt;/span&gt;&lt;span style="color:#333333;"&gt;;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Please review and see if anything else is needed. We also tried specifying the viewmodel type on ListViewAttribute but nothing works as opposed to what is expected.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Collection view columns to be changed dynamically based on device orientation</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Thu, 07 Jan 2016 13:46:38 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><category>collection</category><category>Crosslight</category><category>iOS</category><description>&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;Hi All,&lt;/p&gt;&lt;ol&gt;&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;How to set number of columns for each row in collection view based on device orientation?&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;How to set the collection view cell height and width programmatically?&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;How to set the background color for each collectionviewcell using bindable style property?&lt;/li&gt;
&lt;li style="margin: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;Unable to trigger button click event in Collection header.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;b&gt;For example,&lt;/b&gt;&lt;/p&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;&lt;ul&gt;&lt;li&gt;9 items to be bind in collection view then,&lt;/li&gt;&lt;li&gt;In Portrait mode, 2 columns to be shown and 3&lt;span style="font-size: 9px; line-height: normal;"&gt;&lt;sup&gt;rd&lt;/sup&gt;&lt;/span&gt;&amp;nbsp;row to be shown a single column&lt;/li&gt;&lt;li&gt;In Landscape mode, 3 columns to be shown&lt;/li&gt;&lt;li&gt;each cell has different color.&lt;/li&gt;&lt;li&gt;In native IOS (XCode), we have achieved above points by collectionViewLayout event.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;Kindly share the details to achieve above points.&lt;/p&gt;&lt;p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;Best Regards,&lt;br&gt;Giridhar JG.&lt;/p&gt;&lt;p style="margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 11px; line-height: normal; font-family: Helvetica;"&gt;











&lt;/p&gt;</description></item><item><title>WebUI consuming Crosslight WebAPI service</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Sat, 21 Nov 2015 17:55:51 GMT</pubDate><dc:creator>itraxsoft@hotmail.com</dc:creator><category>webui</category><category>Crosslight</category><description>&lt;p&gt;I am just evaluating your Premier Studio. &amp;nbsp;I see that using Crosslight one can produce device specific apps, what would be the guidance to connect the WebUI to consume the Crosslight WebAPI? &amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p&gt;Raj&lt;/p&gt;</description></item><item><title>ListView Within Layout </title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Mon, 16 Nov 2015 09:54:18 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><category>Crosslight</category><category>Crosslight mobile</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We need to implement a screen something like " top &amp;amp; Bottom of the screen contains 1 Image &amp;amp; 2 Text controls and in between we need to have control ListView or TableView.&lt;/p&gt;&lt;p&gt;How to make this implementation in Crosslight to support iOS ,Android and WP. &lt;/p&gt;&lt;p&gt;Currently we have implemented the below TableView from the Sample MyInventory. Kindly advise us to proceed further implementation.&lt;br&gt;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/samples/browse/MyInventory/MyInventory.Core/ViewModels/ItemListViewModel.cs"&gt;http://git.intersoftpt.com/projects/CROS/repos/samples/browse/MyInventory/MyInventory.Core/ViewModels/ItemListViewModel.cs&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Note: In sample applications, ListView designed as ListActivity/UITableViewController with full screen . We couldn't find any sample like the above scenario.&lt;/p&gt;&lt;p&gt;Best Regards&lt;br&gt;Giridhar JG&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Need Sample Applications For the below Controls</title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Mon, 19 Oct 2015 11:19:03 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><category>Crosslight</category><category>cross platforms</category><category>crosslight 4</category><description>&lt;p&gt;&lt;span face="Times New Roman" size="3"&gt;

&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;Hi,&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;We are&amp;nbsp;checking the below control samples with cross light
without using the Form builder concepts. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Times New Roman" size="3"&gt;

&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;We couldn’t able to find the sample links for the below
controls. If&amp;nbsp;the&amp;nbsp;samples are available in online, kindly provide the sample application
links to check these controls with cross light. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Times New Roman" size="3"&gt;

&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;div style="color: rgb(0, 0, 0); font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;"&gt;Web view&lt;span style="mso-tab-count: 1;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'&gt;File Picker&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp; - Image/Camera/document picking.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'&gt;Pop up page&lt;span style="mso-tab-count: 1;"&gt; &lt;/span&gt;-
In pop up page we need to use the controls like Date Picker, Text Input, Drop down
Picker and Switch.&lt;/p&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'&gt;Date Picker&lt;span style="mso-tab-count: 1;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'&gt;Time Picker&lt;span style="mso-tab-count: 1;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'&gt;Progress Bar dialog – Showing progress dialog
for Wait&lt;/p&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0pt; mso-list: l0 level1 lfo1;'&gt;Notifications – Home Screen Notifications in
Notification bar like whats app alert.&lt;/p&gt;&lt;/li&gt;&lt;li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'&gt;&lt;p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 10pt; mso-list: l0 level1 lfo1;'&gt;Custom Forms – Custom Form&amp;nbsp;controls Creation at
run Time programmatically&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span face="Times New Roman" size="3"&gt;















&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;If the above mentioned is supported in Form Builder alone,
please provide valuable information regarding this.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;Note:&amp;nbsp; we are currently focussing on Android,iOS and Windows Phone.&amp;nbsp; If Windows Phone is&amp;nbsp;having issues with above controls, we shall focus&amp;nbsp;with Android and iOS Platforms.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;Thanks in Advance. &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span face="Calibri" size="3"&gt;Gridhar JG&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Times New Roman" size="3"&gt;

&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Cross Light Mobile UI Design </title><link>http://www.intersoftsolutions.com/Community/Tags/Crosslight/</link><pubDate>Tue, 06 Oct 2015 07:35:08 GMT</pubDate><dc:creator>Kathirvelu</dc:creator><category>Crosslight</category><category>Crosslight mobile</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;As i am new to Cross light development and we are tring to develop an application to support multiple platforms(iOS, Android &amp;amp; Windows Phone) .&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;As we checked till now from Cross light samples, the sample applications are provided with Platform specific designs. (As w&lt;/span&gt;&lt;span style="font-size: 13.3333px;"&gt;e are from Xamarin Android background only)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;1. Is it possible to design from core project in Cross light like Xamarin.Forms?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;2. if yes, Please provide the sample applications to work on the same.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;3. if not, We feel difficulties with iOS design. How to design with iOS using Cross Light.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>