Help, xamarin can not find my class.
Hi, I'm working on a fairly simple program and for some reason my app builds and deploys without problems, however when a section in my main activity tries to access an android class it throws this...
View ArticleChanges to Assembly strongnames in Xamarin.Android 4.6.0
Starting with Xamarin.Android 4.6.0, assemblies shipped by Xamarin will be signed with a Xamarin key. Prior to this release, the assemblies were either not signed or only delay-signed. This change...
View ArticleVisual studio is not using SDK Version selected
I have SDK 6.1 and 7.1 installed on the mac, if I select 6.1 in Xamarin studio/build run on the mac with the 7.1 sim I get the 6.1 look on buttons etc which is of course correct since I used the 6.1...
View ArticleOpen with the default Gallery app in a specific folder
I would like to open the default gallery app in my specific folder that i created. If it's possible i would like to force the android "Gallery" app. I did try this with no luck: Intent intent = new...
View Article[Feature Request] Updates window disappears and makes Xamarin Studio...
On Mac, I checked for updates, and started downloading the updates. Somewhere I clicked on other window and back on Xamarin Studio. Updates window is nowhere to be seen and not able to anything on...
View ArticleBuild works fine in debug mode, but throws "System.DllNotFoundException:...
I almost finished my current project and want to send the project to some testers. When i build the app (Android) in debug mode the apps works fine, as expected. But when i change the build mode to...
View ArticleOn which object and when we have to use dispose() ?
Hello, If I understand well the architecture part of Xamarin, manage ressources is more complicated than in android native application, due to MCW. My application use a lot of Bitmap image, and as I...
View Articleeditable table
Do you have a sample of Dynamic editable table view. Suppose I have Text Field, Date Field (date & Time) with add,edit and delete (buttons/options), where a user can directly add/edit/delete in...
View ArticleHow can I force the use of private access modifier for fields that are...
I've noticed that by default, when Xamarin Studio creates private fields because of a refactor command, it leaves out the 'private' access modifier. I'm in the opinion that all access modifiers should...
View ArticleSilent my phone
Hi xamarin team, android via c#.net i want to make a software for active silent mode and deactive silent mode and how can i know my phone is silent or not with code ? how can i make it ? please give me...
View ArticleIs this a bug with Xamarin?
I am using Xamarin Studio to create an app that references other library projects. In one of the libraries I made a simple custom NSView. I then went to the main form in the cocoa app project and...
View ArticleLaunching c# Thread in PCL
Hi, I'm playing with xamarin (and it absolutely ROCKS) but I can't start a new thread using "the old" way. public void Run() { Thread thread = new Thread(ThreadMethod); thread.Start(); } public void...
View ArticleSSLStream Issue
Hello, I am working on XamarinAndroid application which uses TCP Connection and SSLStream to communicate with server. It has been working perfectly fine till now until recently when I tried with larger...
View ArticleControl of WiFi
This is a strange request. I am familiar with the control of WiFi and bluetooth and mobile GSM in monodroid and I use it widely in current apps. I have an outline of an idea for an app which seems to...
View ArticleThread stack size
Hi, What is the default thread stack size in Xamarin.iOS/Xamarin.Android ? Is it possible to change it to different value ? Thanks!
View ArticleIssue in sending Push Notification from server to the application
Hello, I am pulling my hairs from 3 days in this issue. I am creating xamarin ios application first time and my application is fully dependent on push notification.My Issue is when i am sending the...
View ArticleHi All, How do you recover deleted text messages, contacts from Samsung s4?
Hi All, Am new this forum and in desperate need of some advice/help. I have had my Samsung Galaxy s4 for a few months and had about 400 text messages and contacts stored on it. A few nights ago my...
View ArticleBuild Configuration
Hi Guys, this is my first time writing here and i have small question. if you can see in the attachment, my build configuration has only iPhone simulator (removed all default before by some resin don't...
View ArticleSoftware goes to hang
Hi im using socket (TCP Client) to connecting XMPP servers. when i trying to connect, software goes to hang in emulator. i used my code in c# for WindowsApplication and its working. but in mono Android...
View ArticleHow to use a third party framework in Xamarin project.
I have a mac project created in Xcode that is using a third party framework in it osxfuse Now I want to port this project to Xamarin. How should it convert it. Try 1. I used a Xamarin tool named...
View Article