How to draw line on Linear Layout?
How can I draw line on Linear Layout? I searched and I didn't found answer ;/ I know how can I draw this line on EditView and TextView but not LinearLayout, maybe isn't it possible?
View Articleprocess event with keyboard layot' enter button?
how can i do an operate with ios default return key process? for examle type from textview , without press button, send by keyboards return key thanks
View Articlenavigation drawer hamburger button
The new stuff looks really nice! How would you go about creating a drawer layout like the one from the Android support library with the XAML layout? Can you? Is it in the pipeline if you can't?
View ArticleHELP !!!!
Hey guys , I'm just down loaded Xamarin. I have no experience in c# and .NET (basically I have never coded in windows I'm a mac user) I have done some coca-objective-c , some c++ and also a lot web...
View ArticleHybridWebView not working on devices less than 4.1
I've created a Hybrid application that is based on the sample code provided by Xamarin. This app is working great on 4.4 devices and on iOS devices, but on a 4.1 device all I get is a blank screen. I...
View ArticleGet native view from Xamarin.Forms view (need to remove cell separator line...
I'm trying to figure out if there is a way to get hold of the underlaying native view (or renderer) from within my iOS and Android specific projects. What I actually would like to do on both platforms...
View ArticleBug with databinding a ListView from XAML (leads to big perf problem)
There appears to be a bug in the ordering that BindingContext is set on items generated within a ListView that is causing some invalid debug output. I'm getting debug spew that a binding is failing...
View ArticleHow to close my app?
I want to close my app from click event. But i can't find a method to do so. Is this implemented in Xamarin.Forms or do i have to make a DependencyService? If i have to make an DependencyService can...
View ArticleSetting the default Ios simulator
My IDE ( Xamarin Mac ) always defaults to iphone retina 3.5, but I want to default to be iPhone simulator 4.0. It's annoying because it reverts back to 3.5 almost everytime. Is there a way to specify...
View ArticleHow to detect Long Click in the OnTouch Method
Hi, I need to detect long click in this method: public bool OnTouch(View v, MotionEvent e) { switch (e.Action) { case MotionEventActions.Down: _lastX = 0; _lastY = (int)e.GetY (); _viewX = (int)e.GetX...
View ArticleHow can I import an exist android project which developed by eclipse?
When using eclipse, I can open a file named **.project. But what should I do when I want import it into my Xamarin?
View Article[Xamarin Blog] Background Audio Streaming with Xamarin.Android
Just posted: Background Audio Streaming with Xamarin.Android on the Xamarin Blog. Read the full article to learn how to up stream music in a background service in Xamarin.Android and take advantage of...
View ArticleRemove duplicate files from dependencies?
I have several .aar java bindings projects. A few of them have ic_launcher files specified and while I can just go remove them from the generated files manually, is there a way for me to prevent them...
View ArticleTShirt is looking Good.... TShirt App not so much
I am running the IOS application for TShirt Ordering in my Emulator and several things are true 1) Emulator does not fit on my screen 2) App does not fit in the emulator. I am new to all of this....
View ArticleProject for make some easy money
Hi, Do you want to make some easy money? It is a simple project to created with Xamarin.Forms =) https://www.elance.com/j/XamarinForms/58193758
View ArticleProject for make some easy money
Hi, Do you want to make some easy money? It is a simple project to created with Xamarin.Forms =) https://www.elance.com/j/XamarinForms/58193758
View ArticleContribute to the Xamarin Forms Toolkit
Hi, i just started a open source project with the aim to fill the gap for some missing controls on Xamarin Forms, as well as providing to the community helpers/services to help cross platform...
View ArticleCustom URL Scheme
Hi, I would like to create a custom URL scheme, but I've stumbled upon some problems. The url scheme "example://key/secretkey" fires the below LoginActivity: [Activity(Label = "Sifo.PanelApp",...
View ArticleXamarin.Forms Label won't word wrap inside a Grid
I define a Grid like this: var easyGrid = new Grid(); easyGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto }); easyGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = new...
View ArticleScaling my app to different resolutions
My app draws a List of 'shapes' using CGContext, FillEllipseInRect, DrawImage, etc. These rendered shapes serve as the "playing surface" for my game. I have a solid color background behind the shapes....
View Article