IsPassword is there for Entry but not for EntryCell
IsPassword is there for Entry but not for EntryCell control. Any specific reason why we cannot have it in EntryCell?
View ArticleMulti Flavors(Android)/Target(iOS) in Xamarin
Hi, I am working in an application for iOS and Android using Xamarin and now I need do a variant of them with small changes. I had been worked with Android Studio and XCode and each one had a...
View ArticleCross Platform Animated GIF
I would like to display an animated GIF file in a grid in Xaml. Is there a cross-platform way to do this in Xamarin.Forms? Failing that, is there a way to make a flip book. Again, I am looking for...
View ArticleI am not able to get the Json values in the console
Hi I am tring to ge the values of the Json file. WebRequest request = WebRequest.Create ("https://api.myjson.com/bins/25td0"); request.Credentials = CredentialCache.DefaultCredentials; WebResponse...
View Article[Android] No constructor found - Xamarin Forms 1.5.0.6446 [Need Urgent help]
Hello Everyone, (writing this text a second time, since the Forum Save Draft does not work ) I have a project a have been working on a few months and for some silly reason I updated the Xamarin Forms...
View ArticleAndorid emulator won't launch my app
I can get my Xamarin Forms app to compile, and it launches and runs in the iOS emulator. When I try to make the android app the Startup Project using the KitKat emulator, the emulator launches, but the...
View ArticleWhy is my App so large in size in Appstore?
Hi, I have an app that App Store say is 77Mb. My project code (inc ext libs and images) is 4.5Mb and my ".ipa" file that i sent to App Store is 32Mb. The project is build with Xamarin Studio from...
View ArticlePop Display Alert/ Message from ViewModel
Guys. How do i invoke/ call display alert/show message once my program did some logic in ViewModel (MVVM)? E.g Login Form --> Enter Login Data ---> Click Login Button---> Bind button command...
View ArticleUnable to update my datas using MobileService
Hello, I'm developping an app using a local SQLiteStore and MobileService on Azure. All work fine except updating data in the SQL Database on Azure. Updating data works fine if my object model use only...
View ArticleXamarin Android application crashing without any error
Well after 2 weeks I tried to run Xamarin.android project, there is no error in the project while building but when I debug the project on android player on mac, while I am working on VS2013 in Vmware...
View Articleembeded videos don't work anymore
I have following code that used to work, but suddenly no more. It's not Xamarin.Forms. I assume it's Xamarin.ios. I got an automated update today. Any ideas how I can go back to the last one?...
View ArticleFailed to marshal the Objective-C object...
I'm seeing this crash consistently at the moment. I've seen it occur from a few different types of objects. From searches, this seems to be related to objects being GC'd and then referenced. Not sure...
View ArticleHow do we Generate local notifications when App get Terminated/destroyed
I am developing local Notification service. It works well when app is in Foreground or Background. Now I need to create Local Notification When App gets Terminated By swiping Out Any Help is really...
View ArticleAndroid SDK Manager and AVD will not open! neither will my xaml layouts
am sooooooo sick of this!!! Third time this happens! last two times I finally uninstalled Xamarin and Android SDK Tools and downloaded them again and installed them. This time something happened when I...
View ArticleCan not install Xamarin Studio on OS X Yosemite 10.10.5
Hello, I am trying to install Tamarin Studio on my Mac with OS X Yosemite 10.10.5. I have installed XCode 7. When I start the Xamarin Studio installier during the detection analysis the setup cancels...
View ArticleUITableView populating
Hello everyone! My app will have a web service call that will populate a table views(already working). But this call could take tooo long to return, i was thinking in ways to avoid long calls, and i...
View ArticleStoryboard designer cannot reposition items
Dear All I have a very annoying problem with the storyboard designer. In short: I cannot reposition controls with the mouse to a preferred position, after I let the mouse go they jump randomly. You can...
View ArticleRuntime Err in XF.Droid proj - No known package when getting value for...
I started getting this error after upgrading to XF 1.5 and all other associated updates to other modules including XS. From the stack trace given below, it appears that there is some issue with setting...
View ArticleCarouselPage
Hi! When swiping between pages in the CarouselPage I cant get any event to fire when a page comes into view. Maybe its because I populate the pages programmatically with Children.Add(new...
View Article