sliding images with pagination
Hi, Anyone has an idea how to implement a sliding images with pagination Like they have highlighted with Page Contols...
View ArticleSQLite.net extensions in a shared project
Ive searched pretty extensively and come across some posts which do not seem to address what I am experiencing but I'll try to step through what I have encountered. I have a Xamarin forms app using...
View Articleexternal authentication with Oauth using OAuth2Authenticator results in...
Hello, I'm working on an app where I will hit my own backend (aspnet webapi) for authentication, using facebook, google etc. I'm testing against a default webapi project to get goinh, but ran into an...
View ArticleBuild not longer works after update to 2.0
Hello guys, My build will not work after updating Forms. The following error occurs: E:\App\MyApp\Droid\obj\Debug\resourcecache\486B225B82AB1EC110D07DE9C1008B62\res\values-v23\values-v23.xml(0,0):...
View ArticleNo plans to implement a visual designer for Xamarin.Forms (like Blend for XAML)
I had this e-mail today. I would like to share it with you who wait an UI designer for Xamarin Forms. Andrew Ditmer NOV 20, 2015 | 08:54AM EST Hi Volkan, While we will definitely be making improvements...
View ArticleCannot add Active Directory Authentication Library Package to Xamarin.Forms...
Greetings everyone - I am brand new to Xamarin and I am trying to jump right in. There is a post that I am trying to replicate (https://blog.xamarin.com/put-adal-xamarin-forms/) and am having issues...
View ArticleHow to do AbsoluteLayout for ViewCells with Labels?
Hi all: TLDR: I'm looking for any sample code for correctly doing... - ViewCells in a ListView - using AbsoluteLayouts - without setting any Proportional bits - with uneven rows - containing...
View Articlewhile i debugging xamarin.forms its directly going to deploy to emulator, its...
while i debugging xamarin.forms its directly going to deploy to emulator, its not break to breaking point plz help me
View ArticleHow to overcome deploy clearing Application.Current.Properties on Android?
During development, I am repeatedly building and deploying to physical devices for testing. On iOS devices, even when I re-build and re-deploy, the values previously stored using...
View ArticleWill a Xamarin.Forms app run on a Mac?
I'm looking into evaluating Xamarin.Forms to use in our company. Looking through the literature it looks like apps created using Xamarin.Forms will run on Android, iOS, and Windows Phones, as well as...
View ArticleMTOUCH failing with -linkskip in Xamarin 4
Hi all, I was wondering if anyone has issues with the linker in Xamarin 4. My project was working fine in Xamarin 3, but since the update the linkskip command it seems that is not working. This is my...
View ArticleiOS, Android, Windows, WindowsPhone?
Hi all, I've read through several documentation and watched some videos but I'm still a bit confused.... I want to use the Indie license so I'm not able to use Visual Studio. Is my understanding...
View ArticleCan anyone explain how to connect xamarin.forms application to my local sql...
Can anyone explain how to connect xamarin.forms application to my local sql server?
View ArticleAndroid Resource issues after upgrading to Xamarin Forms 2.0
I have recently upgraded 2 machines from Xamarin Forms 1.x to 2.0. One machine is OK and Xamarin Forms projects build fine for Android. The other machine is having dreadful issues. We have tried...
View ArticleAny way to show a "Badge" on a Cart Image in the Navigation Toolbar?
Hi there, I've read previous discussions on this, but most are at least a year old. Is there any update on a way to do this in Xamarin Forms? The only alternative I've found is to create prerendered...
View ArticleBest Practices for implementing a Settings UI in Xamarin.Forms?
It is considered best practice in iOS to implement a Settings Bundle so the user can access your app settings from the iOS Settings app as well as from within your app. However, this is a unique...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View ArticleTabbedPage in MasterDetailPage not producing scrollable tabs
Hey everyone, I'm having an issue where I have a TabbedPage in a MasterDetailPage and the tabs are not scrollable. Instead they're getting squished to fit the screen. Any ideas what's going on? Page...
View ArticleHow to use platform Idiom in Xaml
Although I can do the following in code, I want to do it in Xaml: if (Xamarin.Forms.Device.Idiom == TargetIdiom.Phone) { MainPage = new NavigationPage(new MyPage()); } else...
View Article