Getting Started with Notification Hubs - utterly confused!
Hi everyone, I haven't done any Xamarin development for a couple of weeks, but with all the Microsoft/Xamarin announcements from the Visual Studio 2013 launch, I figured I should catch up on a few...
View ArticleHow to work around lack of PreferenceFragment in the Android Support Package?
I was using PreferenceFragment successfully, but recently had to start using the Android Support Package (to take advantage of the ViewPager to get a nice tabbed navigation style with animated,...
View ArticlePairing
I am the cofounder of a software company, and we've been using Xamarin since we started. The way I work is that I have MacBook Pro with Xamarin iOS installed that acts as my Mac build host. On the same...
View Articledrawable-xxxhdpi
Does this require the target be at a higher level or am I dreaming this size up? [...]\aapt.exe(-1,-1,-1,-1): error : Invalid resource directory name: "drawable-xxxhdpi".
View ArticleExpandableListView Example?
I am trying to understand how to implement the ExpandableListView in my MonoDroid app. I can't find any examples or tutorials anywhere on this site or thru google. Could anyone point me in the right...
View ArticleMT.D reload specific element
Hi, I have a view that lists many pieces of information using MT.D I have a customised StyledStringElement as the element, if a user changes information in say row 100 by touching the element and...
View ArticleLocalization
Anyone know the most straightforward way to manage localization in Xamarin.iOS? In a nutshell, my company is a Japanese company, writing apps entirely in Japanese for a Japanese audience. Essentially...
View ArticleThe state of Xamarin documentation
Please fix the in-app purchasing documentation. It contains broken links which are supposed to go to sample code. Links to specific detailed explanations that just go back to the main iOS Documentation...
View ArticleCalling startActivity() from outside of an Activity context requires the...
Hey all, I am just working through the Hello MultiScreen tutorial on the docs, and I am receiving the following error: Calling startActivity() from outside of an Activity context requires the...
View ArticleApplication won't start in release mode :"Can't find custom attr constructor...
I'm attempting to create a release version of an app built on mono-android-4.10.01073. When I build and deploy in release mode I get the following error, and the app dies : Loaded assembly: AWOL.dll...
View ArticleGoogle Play Services (Froyo) Xamarin Component - doesn't work in Release Mode??
Hi all, I've been using the Google Play Services (Froyo) component in my project for a good while now with no problems during development. However, I've just tried to build in Release for the first...
View Articleproblem inserting data in Sql Server in release mode
Hi, I am inserting data in Sql server successfully from my app in debug mode but it is neither working in release mode nor in a mobile device... I have checked the dlls in .apk by extracting it and...
View ArticleHow to access SQL Server using Xamarin
Hi I tried to access SQL server in my Xamarin project. Here is my code SqlConnection sqlconn; string connsqlstring = string.Format("Data Source=PRASANTHSATZ;Initial Catalog=AVOL_POC;Integrated...
View ArticleMajor Issues with Xamarin Android
Someone please help? I've tried uninstalling and reinstalling. Using an older version of Xamarin. Trying to build with visual studio and Xamarin studio. It simply does not work. Here is the error:...
View ArticleAdding a custom view on button click in listview like format
Hello All, My scenario is as follows:- I have a main window with Custom View and button at the bottom. Now on this button click i am adding a subview in my custom view.The subview consists of...
View ArticlePossible GC error - is there any way to verify it?
Hi, In Xcode, I've defined a ViewController that contains 2 UIButtons (btnNext and btnPrevious) and a UITabBar that contains 4 UITabBarItems. Assume that tabitem 4 fires off a MT.D for the app...
View ArticleSeveral problems with Editor comparing to previous Xamarin Studio versions
Not a long ago I've finally updated the platform to both iOS 7 and Xamarin Studio 4.2.1 etc. I don't know if the problems were discussed, it is hard to find over this forum, but let me list the most...
View ArticlePopup menu to listview item
I am creating a sample app in xamarin studio(android). I want to show a popup menu when a user clicks only a particular item in my custom listview? How can I achieve this?If anyone know then please...
View Articleuse of third party(android, ios) libraries
Hallo, Is it possible in xamarin to use specific third party ios, android libraries ? eg. http://aisle411.com/solutions/publisher-solutions/ or other third party android, ios SDKs
View Article