How to Develope Windows Phone App using Xamarin?
I Have Xamarin IOs and Android Source. Now i want to develope in Windows Phone with that Source. How to proceed. Please Guide me. Thanks in Advance.
View Articlestack layout and toolbar in one screen
Can I add a cross-platform toolbar to a stack layout in xaml? Here is my code. It works fine but does not display the toolbar.. <?xml version="1.0" encoding="UTF-8"?>...
View ArticleData trigger in code instead of Xaml?
I found this post http://forums.xamarin.com/discussion/33920/triggers-without-xaml that describes how to create a simple trigger that binds to and modifies a single Entry. Trigger trg = new Trigger...
View ArticleHow to start for Windows Phone App by using Xamarin Android Source.
I am New to Xamarin. Can you please help me out to how to proceed for Windows Phone to develope the application from Android Xamarin Source.
View ArticleUpdating a listView on itemSource change
Hi I'm pretty new in the Xamarin Forms world and I'm trying to have the listView that I created refresh its content when the itemSource change. Right know I have this: public NearMe () {...
View Article2 buttons side by side, with a single pixel border except on the sides...
This is a screenshot of what I'm trying to do -- except that my implementation has a 2 pixel border in the middle where it only should be 1 pixel wide. My implementation overall isn't great and I'm...
View ArticleParallels, Mac and Windows 8.1
So im using Parallels on my mac. I installed Visual Studio on windows 8.1 in parallels. I grabbed the latest build from TFS in visual studio. Then I opened the project on the mac with Xamarin Studio...
View ArticleHow to handle text style ?
Hi, Does any one know how to handle label text or button title in camel case for windows and pascal case for IOS and Droid in xamarin forms ?? Thank you.
View ArticleXamarin.Forms Debugging
I have a Xamarin.Forms application consisting of multiple referenced PCL projects for various functionality. The problem that I am having is enabling debugging across the projects. There is definitely...
View ArticleHandling push notifications cross plat form with Xamarin.Froms and PushSharp
I'm creating my first App using xamarin forms targeting at IOS, android and WP 8. I need push notifications feature in my app. I have seen the pushsharp demos and seems promising. But all the codes I...
View ArticleTableView Tapped Event (Cross-Platform)
Hi everyone! I create TextCells with foreach for my TableView. But i couldn't create a tapped event handler for my each TextCell.. I want to get the Text Value of the tapped TextCell which is created...
View ArticleHow to hide the horizontal scroll bar? How to get the size of the screen?
How to hide the horizontal scroll bar? How to get the size of the screen?
View ArticleHide status bar
Is there a way to hide the status bar through forms & pcl or do you have to do it on the ios, android projects?
View ArticleScrollView Android - Java.Lang.IllegalStateException: The specified child...
This error popped up in the forums some times, but a real solution is not presented. Or did I overlook that? What happens by my code that a contentview.content is replaced with a contentview (holding a...
View ArticleNavigation Page Back Button Hiding or Freezing (Cross Platform)
Hi everyone, how can i freeze or hide the back button on Navigation Page? I need to do it in Cross Platform way! Not only iOS or Android.. Thanks!
View ArticleAdd a "footer view" to a NavigationPage?
Hey guys, so I have a NavigationPage that I use to display various content pages... what I was wondering is if I could add an additional view (control) to the bottom of the NavigationPage kind of like...
View ArticleBuilding a ListView in code, where am I going wrong?
I've been having issues with my XAML crashing when scrolling a listview with a custom render inside. I'm going to try and take a stab at doing it in code, and I'm just wondering why I'm getting a...
View ArticleUIImagePickerController (iOS Camera) - how to create the ViewRenderer
i don't understand how I can navigate to the UIImagePickerController on iOS from Xamarin.Forms, in order to take a picture. A custom view renderer? I'm completely lost.
View ArticleConvert StreamImageSource.Stream to Stream
How can I pull the stream from StreamImageSource and give it to Stream? I can see that it have a property getter but it seems to take a func. I can't really figure it out?
View Article