Which MVVM Frame is best in Xamarin.Forms?
I don't come here more than six months. So I don't know what happened during this time. I want to know which MVVM Frame is best in Xamarin.Forms now. May Caliburn.Micro isn't come here. I use this in...
View ArticleRun method in Project.Droid MainActivity.cs from Shared Project
I made it before but can't remember how. I can call method of WinPhone project, but not of Android or iOS.
View ArticleThe Picker is not showing Properly working with Xamarin Forms
Please go through the attachment , this shows the picker problem,Is there any style required to make it correct , Can any one please provide the solution for it. thanks Prashanth
View ArticleXS Alpha feedback 6.1. - build 4963
Hi all, I'm not sure if this is the 'formal' way for users to provide feedback about Alpha and Beta usage of Xamarin Studio, but I have some comments I'd like to post. I'm working on a project and...
View ArticleXamarin Forms iOS Button Click Event is not Firing when the keyboard is open
Hi All, I have a login view with a UserName & Password field and a Login Button. While entering UserName & Password the keyboard opens and when i click login now, the click event is not getting...
View ArticlePupulate JSON to Table View
Hi everybody, I am having a Table View which I would like to popolate with json data from a couchdb server. I followed the example on the Xamarin tutorials for populating table views with data, but my...
View ArticleGeofence Plugin for Xamarin Released
Hi guys Just released a plugin that supports geofence monitoring for iOS and Android Platform. Windows support coming soon. Try it and let me know if helps any one. Also have a list of TODOs if anyone...
View ArticleSaving a screen shot in Xamarin iOs,
So I am using a PCL Xamarin forms project. I am trying to save a screenshot from my mobile device onto the phone. The code for doing so looks like this: public async Task CaptureAsync() { byte[]...
View ArticleXamarin is now free in all VS2015 Update 2 edition ?????
Did I understand that well ?? Champagne !!! https://twitter.com/windowsdev/status/715569526281224192
View Articlexamarin evolve app disclosure mark
how does the xamarin evolve app show the discloser marks on IOS ?
View ArticleCant upload ipa file: ERROR ITMS-90167: "No .app bundles found in the package"
Hi, I created an ipa file and when I tried sending it to itunes connect via application loader v3 I get the following error: ERROR ITMS-90167: "No .app bundles found in the package" Please help
View ArticleHow can i display a List View in MasterDetailMaster.Page
Hi, I tried to display a ListView with ImageCell in MasterDetailMaster.Page but the result is a blank menu. My code is in attached file. Any idea of what's the problem ? Thanks
View ArticleCarouselView 2.3.0-pre1
Creating this thread to collect all CarouselView feedback until it is merged back into the Xamarin.Forms package. 2.3.0-pre1 Nuget package James Montemagno put together a post on CarouselView here
View ArticleIncoming no is blank
I am using PhoneStateListener to detect calls Code that I am using is : public class PhoneCallDetector : PhoneStateListener { Context context; public PhoneCallDetector(Context cntxt) { this.context =...
View Articleerror MT5210: Native linking failed, undefined symbol: ___divdc3.
Hello, When i try building my project for ARMv7 only everything goes fine. But when i build for ARMv7 and ARM64 i get this error. I had built and published successfully in App Store with ARM64 support...
View ArticleQuestion about adding the WebView Framework to a Xamarin.Mac project
My application uses Google OAuth security: I need the user to authorize my application (with Google) before I issue certain WebClient calls. Thus, I need to get a browser window visible and wait for...
View ArticleDebugger doesn't work, "Frame not in module"?
Hi, I'm hitting Debug - (Start Debugging) on my app in Visual Studio with my Android device connected. If it hits an error I see a page with this message: "Frame not in module" - "The current stack...
View Article[Android] Request event support back button press inside navigation bar in...
In Android, like iOS, i use back button press for synchronize view - viewModel. In Android, i use FormsApplicationActivity class and i override OnOptionsItemSelected method for calling physical method...
View ArticleStoryboard not loading
I have recently upgraded to Xcode 7.3.1 and now when I start my Xamarin iOS project, the Main.storyboard does not load. I have tried removing the storyboard and creating a new one but Xamarin Studio...
View ArticleHow to change the font color of selected item in side menu bar in xamarin.
I would like to change the color of the selected item in side menu bar. How can i achieve this in xamarin. Thanks in advance.
View Article