Anyone have experience with Digital Watermarking?
I was curious if anyone on here has any experience with writing code to read digital watermarks out of an image. I'm not talking about what we normally think of as a watermark (like a copyright on a...
View ArticleMigrate app to iOS7 and still support iOS6
Hey, is there any simple way to migrate an app to iOS7 and still support iOS6? Thanks in advance, jp99
View ArticleHow to handle changing items a UIPickerView?
As the following picture, I have a UIPickerView with some items that will serve as a filter to the contents of a UIScrollView. When the Controller is loaded, the index of the UIPickerView will always...
View ArticleIs there an equivalent to Dispatcher.BeginInvoke (WP8)?
Is there an equivalent to Dispatcher.BeginInvoke(() =>{}); in MonoTouch, where I can get back to the UI thread from another process? I have a timer that makes updates to the application model, which...
View ArticleUINotification (just confirming that what is going on is correct and not a bug)
Hi, I use local notifications to prompt for scheduled tasks, this is working very well, but I am noticing behaviour that might be a bug, I set the sound to my own 5 second sound and this works very...
View ArticlePorting Xamarin C# code to Objective C
Hello! Has anyone tried porting Xamarin C# code to Objective C? Need to convert an existing Xamarin iOS project code to Obj C code; is there an easier (or optimal) way of doing it? Please inform....
View ArticleHow to get current assembly version?
I'm trying to retrieve the version of the current application with the following code: var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); However it always...
View ArticleDeveloper Needed
We need a developer to work on migration from Mono linux to Xamarin for Android Environment and continue development.
View ArticleForum posts - marking as 'Question' and 'Answered'
How are people flagging their posts as Question and Answered? I'd like to do this with some of mine, but can't see where to do it! James
View ArticleDate Picker & Time Picker in MVVM CROSS (PCL)
Dear All, We are developing an application (supports WP,Android & iOS) which contains date & time pickers. But we couldn't found a sample for creating date&Time controls in MVVM CROSS...
View ArticleDetermine when UIImageView has finished loading an image
Hi Everyone, I'm hoping this isn't a complete noob question, but is there a way I can receive a notification when an UIImageView has completed loading an image? I'm using MvvmCross to bind a string URL...
View ArticleHttpUtility UrlEncode
I was wondering, I know that in C# they have a class called HttpUtility to do URLEncoding. Any suggestions what to use in M4A? Thanks
View ArticleGridview
How to view data in gridview and add button in gridview. also i wont to fire click events for button in gridview.
View ArticleUpload Video And Image file
How to upload image file and video in xamarin studeo for android application?
View ArticleDatabase Connection in adroid
How can i connect databse in xamarin android application and how can i insert and get data from database?
View ArticleWhere is Android.media.audiofx.Visualizer?
I need to use the Visualizer class to build a "VU Meter" like display? I can't seem to find it ?
View ArticleLooping string characters in array and displaying it in a label only shows...
I must be doing something wrong but for whatever the reason is, when I loop string characters in an array and display each character in a label only shows the last letter "E". private void LoopText() {...
View Articlebuild Windows Phone 8 application
I am installed XamarinInstaller which include Xamerin for Visual Studio. It contains iOS and Android (but not Windows Phone 8). How can I use Xamerin to build Windows Phone 8 application ?
View ArticleDropdownlist
How to get data from one dropdown to another dropdown in xamarin for android application?
View ArticleCannot get Android Devices to attach in Windows 8 sessions
OK so I have to move my development environment to Windows 8/ VS2012 for WP8 development, but also want to develop and Mono for Android deploy to Android devices. But I am having the same old problems...
View Article