Data Binding is not working when binding value at the mvvm and converting and...
Here I am Binding LeftValue and RightValue to my MVVM MinAge and MaxAge Properties respectively. and converting and displaying on Label lowerRangeValue and upperRangeValue. but at the time of...
View ArticleFlip Animation of a view
Hi All, Please guide me how to perform flip animation to xamarin.forms view. the image of the flip will be available on the below link... http://i.stack.imgur.com/T7lnZ.png please guide me how to do...
View ArticleExtending for WPF backend status
Guys, currently we have developed a cross platform app using Xamarin forms for Android, iOS and UWP. As you all know it, UWP app does work only in Windows 10 destop or above. Since major share of...
View Articlevisual studio 2017 Enterprise, Xamarin Profiler is not showing
In my visual studio 2017 Enterprise, Xamarin Profiler is not showing.Please help this to solve this. at starting in vs2017 it is showing and I worked but after doing few updates to the Vs2017 it is...
View ArticleVisual Studio 2017 wont display Xamarin Profiler - Spent 5 hours.
I've put 5 hours into trying to get VS to display the Xamarin profiler. Yes I followed the troubleshooting checklist https://developer.xamarin.com/guides/cross-platform/profiler/troubleshooting/ I am...
View ArticleXAMARIN PROFILER NOT SHOWING IN VS2017 ENTERPRISE
In my visual studio 2017 Enterprise, Xamarin Profiler is not showing.Please help this to solve this. at starting in vs2017 it is showing and I worked but after doing few updates to the Vs2017 it is...
View ArticleHow to use a content page in tabbed page?
First of all, my app has a master-detail page menu and I want to use master-detail struct with tabbed page. Actually I have a menu item which is an entry item and called "Quick Search". When user types...
View ArticleMessaging Center called twice in xamarin forms
MessagingCenter.Subscribe<string>(this, "LocationName", (value) => { FullPathName.Text = value; }); While I set a break point and notice that This MessagingCenter.Subscribe called twice. How...
View ArticleHow to create User Authentication in web API
These Tutorials are very helpful for me to understand Web Api more: http://www.c-sharpcorner.com/article/xamarin-android-create-login-with-web-api-using-azure-sql-server-part-one/...
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
Hi! is there a way to get a TimePicker in Xamarin.forms which has only 0,15,30,45 minutes to choose? I tried using custom renderer in Android with something like this: `class MyTimePickerRenderer :...
View ArticleGetting specific field
public void GetData() { string urli = inputUrl.Text.ToString(); string baseAddress = urli; var response = client.GetAsync(baseAddress + "test/Test").Result; data.Text =...
View ArticleHow to fasten image attachment in flow listview?
Hello, While attaching image url from database to image in flow listview,the image is loading slowly.How to fasten the image loading in flowlistview.? Thanks in advance.
View ArticleXamarin Forms UrhoSharp - How to set up the Assets Folder
Hey guys , I'm trying to use a folder in a XF - Urho Application but its not working . UrhoSurface.Show<UrhoApp>(new ApplicationOptions("Data")); var cache = ResourceCache; planeObject.Model =...
View ArticleXamarin.Forms change page after login properly?
Hello. I am making an application with Xamarin.forms and currently I have my mainpage set to the login page in the start of the application. The Login page is just set with a default navigationpage,...
View ArticleIs Web automation supported using Xamarin UITest
Hi, I would like to automate a website for testing by launching a chrome browser and safari. Is this supported? I read few articles date 2016 that Xamarin UITest does not support web automation only...
View ArticleMvxTabLayoutPresentation can`t find ViewPager in Activity
I added TabLayout and ViewPager in Activity and my MvxFragment could not find ViewPager. Exception: MvvmCross.Platform.Exceptions.MvxException: ViewPager not found at...
View ArticleResource Path in shared code different in Android and iOS
Hello, In my Shared code I have this instruction: using (var resource = assembly.GetManifestResourceStream("myApp.Droid.Resources.Drawable.Img1.png")) But its not working anymore in the iOS version....
View ArticleCachingStrategy OnPlatform axml
Hello, I would like to choose the Caching Strategy for each platform. My code is as follows but does not work: <ListView> <ListView.CachingStrategy> <OnPlatform...
View ArticleHow to load a device specific page
This seems like it ought to be extremely easy but I've failed so far .. in my App page on launching Forms app I'm using the Device.iOS to determine a page to go to the page I've created, because it...
View Articleevents tuning gps and wifi/mobile data on and off
hello everyone. i'd like to know if there's a way to track when gps and wifi/mobile data are being turned off and on. i have searched in the internet for events that define situations like that, but...
View Article