Confused about OpenTK
Hi Xamarin Experts, I'm trying to create a cross platform library that uses OpenTK (for android and ios), only I see now that Xamarin supports their own version of OpenTK. However, I have no idea what...
View ArticleTransfer contacts from iphone to Galaxy S5
Have been playing with iOS for a few years. Since the introduction of Galaxy S5, I think it's good move to have an Android powered device as the iPhone gets older. My question is that how can I copy my...
View ArticleHow to I install that DLL into my Eclipse Android environment
Any reason for not having a jar file like all sdk's have for Android development ? I (like many others) have a Ubuntu setup and do Android development on Ubuntu Eclipse. I wonder why you guys wont...
View ArticleLooking for simple line / bar chart.
I'm new to Xamarin, at the moment exploring options to start building Android apps using Xamarin (or) native java. So far, I was able to try out few applications and run on Android sim successfully....
View ArticleCustom Adapter Not populating Listview with data
I am trying to inflate a listview using custom adapter.Dta is coming from web service.When i am running the code using dummy data,the listview is populating.But i am unable to do it using web...
View ArticleUIScrollView not behaving
Been wrestling with this issue on and off for the past week -- though sometimes when I boot up the app everything works as expected, 90% of the time my ScrollView won't behave. It's not scrolling but...
View ArticleGetViewForHeader works in the simulator but not working on the device
So i have a GetViewForHeader override and it works great in the simulator. When I debug the app on the device (both iPad and iPhone) no styling is applied. There is no error and the GetViewForHeader...
View ArticleShared Code for calling a REST-Service
Hello everybody, currently I am evaluating a porting of our native Android-App to iOS and Windows Phone via Xamarin. I am working with the 'free edition' on a Mac. Well ... Xamarin looks firtly really...
View ArticleError message "package file was not signed correctly" in Android (Play)
I was able to successfully compile, sign and upload the APK to Google Play. However upon downloading the APK to a device, Play prompts me with the error message "package file was not signed correctly"....
View ArticleActionBar in Android Designer
Am I missing something obvious, but considering Actionbar replaced the TabBar Host many, many API versions ago, should;t ActionBar be present in the XS Android Designer, or at least an option based on...
View ArticlePotential build hang after upgrading build host to Xamarin.iOS 7.2.1
At the moment, updating the Mac build host to Xamarin.iOS 7.2.1 or higher can cause long build "hangs" in Xamarin.iOS for Visual Studio [1]. You are more likely to run into this issue if your project...
View ArticleAlliance Calendar problem visual estudio
Hello I hope someone could help when i include allianse calendar component to my visual studio project when i build it i got this eror Error 1 'calendario.Resource.Layout' does not contain a definition...
View ArticleButton click events in custom list adapter
I have custom adapter to populate a list with a custom layout. Each row has a button and some text. The list appears correctly and has data but I can't get the button to work. In my adapter GetView I...
View ArticleScrollViewer won't Scroll
Hello, I have a View and in this View I added a ScrollView and inside the ScrollView another View. In ViewController I tried to set the ContentSize like this: scrollView.ContentSize =...
View ArticleGoogle Task Support
I need to add support for Google Tasks (read/write/edit/delete) into my app - what's the most effective way of doing it? There is an entry in GitHub which is around a year old...
View ArticleTask.Delay
For some reason, my compiler (using .Net 4.5) cannot find Task.Delay or other static Task methods. I have a using for System.Threading.Tasks and System.Threading. However, Task.Delay isn't available....
View ArticleLibrary Resources Building Issue
Hi all, I have a solution with multiple library projects consisting Android resources (strings, ids, drawable, and etc). The solution could be built successfully in MonoDroid v4.4.55 but NOT in...
View ArticleProblem with PCL library.
Hello, I am writing an iOS app using Xamarin.iOS and I wanted to extract some classes to PCL. I have created a new PCL in my solution but I get this message after I reference this PCL in my other...
View ArticleHow to open website in Xamarin studio
Hey everyone, In Visual studio you can open a website in stead of a project, is this possible in Xamarin studio? Borrie
View ArticleString Resources in Library Project raising exception
Hi, I have a LIB with resources and a APP that consume the LIB. When the line in the LIB that utilizes a string resources executes it throws an exception resource not found. I have tried everything on...
View Article