RE: Tab Control in MVVM CROSS
Dear All, We are developing an application that supports WP,Android & iOS operating systems. Need to create two tabs Filter & Search. Using filter tab will select some values from drop...
View ArticleHello GLCube - Error CS0246: The type or namespace name 'OpenTK'
Hello to everybody, I'm a noob, so I have a many problem for the first project. I do the example GLCube, follow: http://docs.xamarin.com/guides/android/getting_started/hello__glcube and in the code:...
View ArticleApplication refuses to start.
My app refuse to start once it is cleared and force stopped from Setting => Application in android Only start's and work perfectly as expected once new build is created and installed.. Can anyone...
View ArticleThreadpool or Threads
Other than the normal .Net reasons for using the Threadpool versus Threads, are there any other reasons for using one or the other with regards to Xamarin and Cross-Platform development?
View ArticleRemove Application Launcher Icon After App Install
I would like to remove the application icon in the app drawer after my application is initially installed. I will have a background service that will keep running but do not want the application to be...
View ArticleError deploying app
Hi! I'm trying deploy a Android app and receive this message. 1> C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1312,3): error MSB3030: No se pudo copiar el archivo...
View ArticlePinch to Zoom ImageView
I'am looking for a way to implement a pinch to zoom in a ImageView. I have found this article on stackoverflow: http://stackoverflow.com/a/6650484/1673195, only it's not the 100% solution for me....
View ArticleSharing UI between apps
I'm building a second app that can reuse UI code/views from my other one. How can I organize that at best using Xamarin.Mac?
View ArticleNUnit tests works from commandline (nunit-console) but not from Xamarin Studio
I've tried to set up a NUnit Library Project in our solution. In the project I have a test class with one test case/method and all it do is create a new instance of my view model from another project,...
View ArticleAsync/Await with GoogleMap
I'm trying to access the GoogleMap object from a fragment (using Mono.Android.Support.v4), but because it can take some time for the API communication with Google Play to complete I thought I would use...
View ArticleDigital Signature in windows 8 tablet PC.
Can any body help me regarding digital signature feature in windows store? I have done a lot of RnD about but not found any help. In Xamarin components a "Signature Pad" is found but this is only...
View ArticleSome questions to iOS 7 Support
Hi there, I'am currently testing our app for iOS7 compatibility (GM Release) and I'am noticed that the app crashes if I hit any text box. Does anybody recognize the same problems with iOS7? Do I need...
View ArticleUpload an application with apple's enterprise license
Can someone help me and give me instructions on how to upload an application with apple's enterprise license ? In fact i want to upload this app to a server of a company. Thanks.
View ArticleNavigate to specific tab within ViewPagerIndicator
My setup is as follows: I have tabs setup with a ViewPagerIndicator in my Main Activity. In TAB3 I have a ListView where the items within it launch a new Activity containing a WebView. In that WebView...
View ArticleHas anyone done any binding to kinvey?
I am currently looking around at a backend after seeing the Parse stuff, need to evaluate all the options, and found kinvey. Was interested to know if anyone has created any bindings for them yet?
View ArticleXamarin studio on Mac vs Visual Studio on PC - references keep getting lost
Has anybody else encountered this problem because it's driving us nuts! We have a project for iOS that we've been working on in Visual Studio on the PC, we need a bunch of binaries (mvvmcross) that...
View ArticleOnItemClickListener convert java to c#
can any one convert this java code to c# wordList.setOnItemClickListener(new OnItemClickListener() { //click listener for items within list public void onItemClick(AdapterView<?> parent, View...
View ArticleWait() or Result in async/await methods are never actually return and make...
I really love using async, I tried with async/await operators and it works like a charm. What happens though when you just return a Task<T> and Wait() to finish because you want to get the result...
View ArticleReloading data in UITabelView removed selection
Hi I have an application, that fetches a client list from a web service. This list contains data that changes every time the client list is retrieved from the web service. Therefore, the table data...
View ArticleCan't build existing iOS projects in XS 4.19-Alpha
Just ran into this issue after installing XCode 5 DP5 and Xamarin Studio 4.19. All existing iOS projects which build in stable Xamarin release now fail to build. `Building Solution:...
View Article