Android textview with custom fonts
Hi, I am trying to implement custom fonts in a textview. I have been following cheesebaron's customfont example. I have put all the folders and attributes. But when I compile I am getting the following...
View ArticleSimple Action Bar ( press 1 button and back button )
i looked all action bar samples, but its some a little bit complicated i guess. i dont know much fragmented style so i think with action bar its more like monotouch style, is there a simple like press...
View ArticleWhat is this error "install nuget package Microsoft.Bcl.Build" about?
I see this in all of my projects that reference my core PCL. What is this about? I read the linked document but it's still not clear to me. Everything seems to work without this package. Warning 1 All...
View ArticleAdding a Circle with Google Maps API
I'm attempting to create a method where I can pass a LatLng parameter so I can add circles over top of multiple areas on a map. Below is a test method of what I'm going for. I have reviewed the Xamarin...
View ArticleHow to use HttpClient cross platform?
I don't give up on this issue. How can I use HttpClient across Android, iOS and Desktop (basically MS Unit Testing)? I created a PCL that targets .NET 4.5, Android and iOS. SL5 gets added automatically...
View Article24 hrs build message in indie version
I have a indie version and i wanted to try the mono profiler. So i changed to trial mode to access the profiler features. Now after trying, i got back to my indie version and i am still getting the 24...
View ArticleThe oddest thing, can't compile unless I run as administrator
a few weeks ago Xamarin Studio stopped compiling my Android project, it pops up saying invalid or corrupt license, and then the build errors say invalid license, and another says unable to determine...
View ArticleHow to change MonoTouch.Dialog Size or Move it inside another view ?
I'm new to IOS development, and I'm building Ipad app using split view. Its very simple and works fine; Detail part of the split view has UINavigationController that displays (push/pops)...
View ArticleSoftware engineering
Hi! I know that Xamarin Studio includes a couple of software engineering tools like NUnitLite, code reingeneering tools... I'd like to know if it's possible to add components for more specific needs...
View ArticleHow to extract key values from a JSON String.
In my iOS code in Xamarin I am getting a json string in response from the Rest API and its structure is like bellow. { "base": "gdps stations", "id": 1269515, "name": "Jaipur", "weather": [ {...
View ArticleXamarin server issues?
Hi, I've not been able to access the update servers or the blogs for pretty much most of the day. Are they down currently? PFJ
View ArticleSecure storage of secrets (password)
The api I am consuming uses basic authentication so I need to send the user/pass with each request. On iOS I would store the password using a set of KeyChain wrappers that were part of...
View ArticleiOS secured service
I found the article: http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/ section: Calling a WCF Service with Client Credential Security saying not much about how to...
View ArticleUnable to subclass UILabel without getting an error
Hi all, I'm trying to subclass UILabel in my iOS app, as I have been informed this is the most reliable method of applying a custom font. I have added the font to my Info.plist file, however I am...
View ArticleTrouble Distributing App
I've been trying to submit my app for review to the app store, however I seem to be getting stuck in one spot... I have created an Archive for my app in XS, and it shows up under the Archives tab. I...
View ArticleChanging the iPhone Orientation from portrait to landscape mode in mono touch...
I am working in mono touch application,where i switch the view from portrait to landscape mode with auto rotation. For this,i have created two xib files for portrait and landscape views on iPhone....
View ArticleHow to connect to Genymotion running on another Mac in the network?
I'm developing in Visual Studio under Parallels 9 on my iMac. On my Macbook I have Genymotion installed. How can I deploy and debug from VS on the one machine to the Android emulator on the other?
View ArticleHow can I activate my business license?
I read this http://docs.xamarin.com/guides/android/getting_started/installation/offline_activation/ but it does not work. I close VS, copy the new license file which I downloaded from...
View ArticleSet Spinner value to display "Select Option" on startup
I know this has been covered before and I've found many examples of how to 'get around' the issue that you supposedly cannot easily set the first item of a spinner manually to something like "Select...
View ArticleSamsung S4 Permissions Problem
After the 4 Sept Samsung MH8 (JDQ37) firmware upgrade, some of my Samsung S4 users are now getting the following error message: 'An application has been forced to stop for an unauthorized attempt to...
View Article