﻿<?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 - android</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</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>Problem Sqlite</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Tue, 25 Aug 2015 20:18:38 GMT</pubDate><dc:creator>gabrielswapi</dc:creator><category>android</category><category>Crosslight</category><category>Sqlite</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I am creating a test project, and would like to study more about sqlite, I am unable to import into my project ".Core" the "CrossLith.Data" as could solve this problem and I wonder if Voes has some sample project using sQLite so I can base myself in it.&lt;/p&gt;</description></item><item><title>Creating field DateTime</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Mon, 24 Aug 2015 20:47:03 GMT</pubDate><dc:creator>gabrielswapi</dc:creator><category>android</category><category>DateTime</category><category>Crosslight</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;I am creating a test project, in order to study on the Crosslight, but I am facing a problem, as it would be to be able to create a DateTime field to the User to choose a date? I'm not sure what to put in the Layout (axml) in BindingProviders and ViewModel&lt;/p&gt;&lt;p&gt;I am sending herewith my test project.&lt;/p&gt;</description></item><item><title>Problem with Reference to Project ".Core"</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Mon, 17 Aug 2015 12:13:10 GMT</pubDate><dc:creator>gabrielswapi</dc:creator><category>android</category><category>Mobile</category><category>Crosslight</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I have a problem, recently installed Crosslight, and when I create a new project is introducing an error in android project, for which he is not managing to reference the Core project the problem it presents is one that is in the Annex.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I am using a virtual machine with windows 7, and I've used the Xamarin it, and wanted to be able to test the Crosslight, someone could help me solve this problem?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Core no work equal in Android and iPhone</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Wed, 06 May 2015 08:51:46 GMT</pubDate><dc:creator>cristobal@sbsoftware.es</dc:creator><category>navigation</category><category>android</category><category>Crosslight</category><category>Core</category><category>drawer</category><category>iphone</category><description>&lt;p&gt;I've developed my first app in Android using Crosslight.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;One of the activities of my app is a "DrawerViewModelBase". It has a "ListViewModelBase" in the center, and a "EditorViewModelBase" in the right side. The "EditorViewModelBase" is a Form.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;		public ValesDrawerViewModel()		{			this.CenterViewModel = new ValeListViewModel();
			this.RightViewModel = new FiltroEditorViewModel();
		}&lt;/pre&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Right side is a filter that, when it is closed, updates the items of the center. To control this event, in Close method of "DrawerViewModelBase", I get new items in the CenterViewModel.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;		public override void Close()
		{
			if (this.OpenedDrawer == DrawerSide.Right)
			{
				GetValesAsync();
			}
			base.Close();
		}
		protected virtual async void GetValesAsync()
		{
			...
			((ValeListViewModel)this.CenterViewModel).Items = selectResult;
			...
		}&lt;/pre&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;In Android is OK, but in iPhone, when I Close the right side, it doesn't enter in Close method and it doesn't update items.&lt;/p&gt;&lt;p&gt;How can I solve this problem?&lt;/p&gt;&lt;p&gt;How can I send data between CenterViewModel and RightViewModel?&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="https://intersoftpt.com/Community/Attachments/14427/Filtro.png" style="border:none; width:499px; height:829px;" alt=""&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src="https://intersoftpt.com/Community/Attachments/14427/Cargando.png" style="font-size: 10pt; border: none;"&gt;&lt;/p&gt;</description></item><item><title>How to bind html text to TextView</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Mon, 04 May 2015 08:06:45 GMT</pubDate><dc:creator>cristobal@sbsoftware.es</dc:creator><category>binding</category><category>android</category><category>HTML</category><category>Crosslight</category><category>fromhtml</category><category>textview</category><description>&lt;p&gt;Hi.&lt;/p&gt;&lt;p&gt;I want to bind html text in TextView, but I don't know how do it.&lt;/p&gt;&lt;p&gt;I've found a lot of thread of android where it is said that the method is Android.Text.Html.FromHtml. (&lt;a href="http://stackoverflow.com/questions/2116162/how-to-display-html-in-textview" target="_blank"&gt;stackoverflow.com/questions/2116162/how-to-display-html-in-textview&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Could you say me how&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;can I use it using binding providers?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to make listview inside another listview</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Tue, 14 Apr 2015 10:17:49 GMT</pubDate><dc:creator>cristobal@sbsoftware.es</dc:creator><category>android</category><category>Crosslight</category><category>listview</category><category>listviewmodel</category><description>&lt;p&gt;Hi!&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to make a ListView inside another listview. I'm not sure if I need use fragment or another activity.&lt;/p&gt;&lt;p&gt;Please, see the attached image.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Thank you very much&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>How-to: Implement GridViewFragment on Android</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Thu, 02 Apr 2015 03:56:55 GMT</pubDate><dc:creator>martin@intersoftpt.com</dc:creator><category>android</category><category>Crosslight</category><category>gridviewfragment</category><description>&lt;p&gt;This topic describes how you can easily display your data in a grid view for Android in Crosslight apps. You wil learn how to configure GridFragment and create the binding provider for GridFragment. If you haven't familiar with simple list in Crosslight, please check out&amp;nbsp;&lt;a href="#DisplayingSimpleList-DisplayingSimpleListoniOS" target="_blank"&gt;Displaying Simple List&lt;/a&gt;. It is expected that you have successfully displayed a simple list and created the required View Model before continuing.&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Implement+GridViewFragment+on+Android" target="_blank"&gt;Learn more&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The sample code is available to download in our Git server&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS-SUPP/repos/android-gridview/browse" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Martin Lie&lt;br&gt;Account Manager&lt;/p&gt;</description></item><item><title>How-to: Implement GridViewFragment on Android</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Thu, 02 Apr 2015 03:56:08 GMT</pubDate><dc:creator>martin@intersoftpt.com</dc:creator><category>android</category><category>Crosslight</category><category>gridviewfragment</category><description>&lt;p&gt;This topic describes how you can easily display your data in a grid view for Android in Crosslight apps. You wil learn how to configure GridFragment and create the binding provider for GridFragment. If you haven't familiar with simple list in Crosslight, please check out&amp;nbsp;&lt;a href="#DisplayingSimpleList-DisplayingSimpleListoniOS" target="_blank"&gt;Displaying Simple List&lt;/a&gt;. It is expected that you have successfully displayed a simple list and created the required View Model before continuing.&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Implement+GridViewFragment+on+Android" target="_blank"&gt;Learn more&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The sample code is available to download in our Git server&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS-SUPP/repos/android-gridview/browse" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Martin Lie&lt;br&gt;Account Manager&lt;/p&gt;</description></item><item><title>How-to: Implement Circular Image on ListView</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Thu, 02 Apr 2015 03:35:38 GMT</pubDate><dc:creator>martin@intersoftpt.com</dc:creator><category>windows</category><category>android</category><category>Crosslight</category><category>iOS</category><category>circular</category><category>listview</category><description>&lt;p&gt;As you can see a lot of mobile apps displaying circular image on list view, we have created how-to topic that shows how you can customize the appearance and presentation of cell template with image in a table view to achieve round corner in iOS, Android and Windows platforms.&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Implement+Circular+Image+on+ListView" target="_blank"&gt;Learn more&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The sample code is also available to download in our Git server&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS-SUPP/repos/android-gridview/browse" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Martin Lie&lt;br&gt;Account Manager&lt;/p&gt;</description></item><item><title>How-to: Implement Circular Image on ListView</title><link>http://www.intersoftsolutions.com/Community/Tags/android/</link><pubDate>Thu, 02 Apr 2015 03:34:18 GMT</pubDate><dc:creator>martin@intersoftpt.com</dc:creator><category>windows</category><category>android</category><category>Crosslight</category><category>iOS</category><category>circular</category><category>listview</category><description>&lt;p&gt;As you can see a lot of mobile apps displaying circular image on list view, we have created how-to topic that shows how you can customize the appearance and presentation of cell template with image in a table view to achieve round corner in iOS, Android and Windows platforms.&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Implement+Circular+Image+on+ListView" target="_blank"&gt;Learn more&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The sample code is also available to download in our Git server&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS-SUPP/repos/android-gridview/browse" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Martin Lie&lt;br&gt;Account Manager&lt;/p&gt;</description></item></channel></rss>