Possible to use Camera APIs for Win Phone 8 to prevent photos being saved to...
Currently I am using Xamarin Forms to capture pictures that I upload to the cloud, but I've noticed these are automatically saved to the camera roll. This seems to be a feature of Windows Phone 8 -...
View ArticleSaving and Loading Images offline
Hello, I was wondering what the best way to save Images returned from a CDN on to device's local storage and show them later using the Image widget is (reading from the local storage).? Thanks Venkata
View ArticleFeedback from a new user
Folks, this post is by no means meant to be a complaint. But here's my take on XF after about a month of usage: My productivity is extremely slow. I spend about 50% of the time dealing with problems in...
View ArticleFrom Login page to main page?
Hi! I'm new to the xamarin forms in visual studio. I'm trying to create an app with a login. And this app show should show a lot of info getting from a service.. The question is how to do this? I mean...
View ArticlePicker
Hi all, I am using a picker, and I have a model for a thing called challenge which contains a challengeName, id, among other data. I fill my picker this way: foreach (ChallengeApi challengeList in...
View ArticleAction bar hide/show while scrolling Listview in xamarin forms
We are trying to implement Action bar Hide/Show functionality while scrolling recyclerView in Android by using following code. RecyclerView.SetOnScrollListener(new HideShowScrollListener()); public...
View ArticleStart app with modal already open
Does anyone know how to have an app startup with a modal already open? Basically I want to load a master detail page and have a sign in modal already open when the user opens the app. I'd prefer the...
View ArticleXamarin Forms tiene version started
Buenas tardes me gustaría saber si Xamarin Forms estya disponible es la version started y como puedo crear 2 soluciones al mismo tiempo ya que me esta generando error y me manda a la version trial....
View ArticleNavigation bar question
I see that you can do a toolbar. I'm in the process of converting an iOS Xamarin app to a Xamarin Forms app. I'm having a hard time translating the navigation bar that I have in the iOS app to the...
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleComplex UI: UI is not working for iOS and Android
Hi All, I am new to Xamarin, I am doing POC where I am creating one Page with multiple images having label top on that and all this images are in scroller. Pages Which I am creating and running in iOS...
View ArticleXamarin form Crop Image functionality
Hi, I need to crop image functionality in xamarin forms, In IOS i have DONE this functionality, using create "PageRenderer". But in android its not working, please help, Thanks
View ArticleVS2015 / VS2013 / Windows 10 / thoughts? :-)
Hi folks, I see a lot of chatter online about the new 2015 and mobile apps additions - anyone read a nice article talking about what future options have become of all this? I bought VS2013 recently and...
View Articlexamarin forms windows unexpectedly exited
I'm using xamarin forms 1.4.4.6329 after my update windows app is exited unexpectedly what should be the solution The actual problem is happening when the list view getting populated i cant catch the...
View ArticlePicker broken for Windows Phone 8.1?
The color example for the Picker control does not work on Windows Phone 8.1 when I reduce the number of colors in the pickers items list. If it is used with 6 items or more, the selection is shown as...
View ArticleXAML Intellisense still not working
Hi, the new XAML intellisense isn't working for me. Previously I used the Mobile Essentials NuGet package, but that stopped working when I updated to v3.11, so I have since uninstalled it. Recently I...
View ArticleExceptions in Visual Studio with latest Xamarin
I just updated Xamarin to get some of the new features of the ListView control. Now when an unhandled exception is thrown instead of stopping at the exception with the exception detail window it just...
View ArticleDeploy to Windows
Seems silly that I have to ask, but I can't seem to find any info. Is there any documentation for deploying to Windows? I have a Xamarin.Forms project with a Windows 8.1 App and I want to get it on my...
View ArticleCannot use Xamarin.Facebook library
Hello, I installed the Xamarin.Facebook library in the pcl-part of my app and want to use it but how? https://www.nuget.org/packages/Xamarin.Facebook/ I tested using FacebookSDK;, new Xamarin.Facebook....
View ArticlePusblishing an app to App Store and Play Store that talks to Internal Web...
Firstly, excuse the question if it sounds ignorant or even clueless. We have an app that talks to a Web Service running in an Intranet. We wanted to publish the app in the App Store and Play Store...
View Article