Create windows phone app from android app
I build an android app successful now I want convert from android app to windows phone app. Can you show me? Thanks you.
View ArticleAbout, Hide and Quit - Can't change the name!!
I have been successfully using Xamarin for IOS and now I have started a Mac application. I used your sample, Hello_Mac as a starting point and was able to change the name of the app to my app, but I...
View ArticleSignaturePad and keyboard Issues
I'm using Xamarin Studio for Android Apps. I’m facing two main problems. 1.I’m using signature pad on screen. This screen have too much contents that’s why I’m using ScrollView and its...
View ArticleListItem Click
Hi everyone, I have a ListView. Here is the layout of each row. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticleExample code about playing a video from an asset with VideoView
Hi!!! I would like to share this piece of code with all of you. The entry is in spanish, but the code is universal :) Ok, I was trying to play a video file from an asset, using VideoView, and it was...
View ArticleExpandable items in a list
Hi, I need a list in my application where the list entries should be clickable headlines. Before each group of 1-x entries there should be a line displayed where the creation date of the following...
View ArticlePass Model to Server using Webservices
Hi everyone, I am trying to pass model to server. Here is the code i have, UserRegistration user_registration = new UserRegistration(); user_registration.UserName =...
View ArticleMar 6: Glasgow, Scotland - Cross-Platform Mobile Development with C#
Inaugural meetup of anyone interested in .NET mobile development. All welcome. More information available at http://www.meetup.com/Glasgow-Mobile-NET-Developers/events/164910932/
View Articlebinding native libraries
I currently have a native Android AND iOS library that contains different "modules" composed of models (the smallest part), views and controllers (the biggest part). I would like to start writing apps...
View ArticleNewbie question - how to get started with graphics?
I have a single screen app with labels etc but I want to add a few lines/graphics to make it clearer. How do I start? I've added a UIView to the interface (seems to be what is needed) and have a class...
View ArticleListItem Click
Hi everyone, I have a ListView Adapter. Here is the Layout of each row, <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticlePlay a video in Android
Hello Guys, I want to play a video in videoView from the local file system(say a video from asset folder/Drawable folder). the following what i tried protected override void OnCreate (Bundle bundle) {...
View ArticleVisual Studio 2010 freezes during file operations
Hi all, I recently installed the xamarin visual studio plugin and have run into a problem where certain file operations causes the visual studio ui to freeze. This most frequently happens when...
View ArticleActionBar with SupporLibrary Error: No resource found that matches the given...
Hi all, I've been trying add in my app ActionBar with SupportLibrary. It's my full code: `using System; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using...
View ArticleWho can help me convert this jar to dll?
hello everyone. I have some favor to ask you.I want to convert a jar to dll,I know jar binding project,but when I built this project,there were too many errors.(The errors were too many to bewrite,more...
View ArticleActionBar SupportLibrary with ViewPager
Hi all, I have Resouces/Layout/Main.axml: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticleButton Styles
Hello, I can not figure out where the error is, can anyone help? I've tried everything (or almost everything) I found on Google, but no use! I'm using Xamarin Studio version 4.2.1 The source code files...
View ArticleHow to get started with C# Xamarin Toolsets and creating first apps
Hello everybody, I'd like to start developing cross platform mobile apps and chose the Xamarin tools. I have a computer science degree and enjoyed programming while doing my degree and for a few years...
View ArticleProblems with Xamarin.InAppBilling 1.1
Installed version 1.1 of the component today. The GetPurchases call no longer throws an exception, but it also isn't finding a subscription purchase that was just completed successfully....
View Article64-bit Support?
When is 64-bit support planned? I understand that you must build a 64-bit binary to use Mavericks-only APIs. I need to use Mavericks-only APIs so that my app is compatible with the Mac App Store. But...
View Article