How to write Soap webservices in Android.
I am new to develop android applications in Xamarin. I read the following link for how to write Soap services in android. Could you please explain with sample application or any link....
View ArticleXamarin Forms: scroll position in scrollview
Is there no possibility to read and set the position of the scrollview? For example, I would like to start the app with the scroll position at the bottom, not at the top.
View Articlethat controls use to simulate the screen last news facebook?
I'm working on a prototype and I need to simulate the display latest news from facebook, quiziera know that controls used to this. (Need a scroll, an image and a title). Quiziera also know how to make...
View Articledoes anyone know how to create a customer render for InterstitialAd ??
i have try to create one , but it is not show up. any one know how to do it ?
View ArticleHow to use Checkbox and Radio Button in Xamarin.Forms?
Hi All, How can i use checkbox and radio button views(controls) in Xamarin.Forms FYI: I am using BlankApp(Xamarin.Forms.Portable) Template
View ArticleProblem with Scrollview in CarouselPage on Android
As anyone else notice the conflict between Scrollview and CarouselPage on Android? I put a Scrollview on each of my content page because the content is long, it works fine on IOS and WP, On android it...
View ArticleHow to solve: DisplayAlert not showing on detailpage (master-detail page)
Hi all I have a very strange Problem and not able to solve it myself... In my app, I have a master-detail-navigation. The user can select a guide from menu and then he can search for various...
View ArticleKeyboard is overlapping Entry when focused
I am implementing a chat functionality which is structured like this: ContentPage: StackLayout: Label Grid: ListView StackLayout: Entry Button Now, when I click on the Entry, the keyboard (on Android)...
View ArticleNewb needing help. How to go from one content page to another on click of a...
Hey, I'm new to Xamarin in general. I have been able to develop what I want to do using Xamarin for Android, but have been asked to do the same with Xamarin Forms. In my current Android version I move...
View ArticleHow to make numbers callable and link to email
How can I make a number callable from the app? Also I have an email address -is it possible to make the text clikable such that when user clicks it, it opens a default email app on device? Thanks!
View ArticleAbout Xamarin.Forms PCL Depedency Service..
Hello, is there any way to return a platform specific controls with dependency services? ie: make an interface that returns a Map for each platform specific projects. i can't get around with casting...
View ArticleUriImageSource cannot download images from behind a proxy server
If the iOS app is running on a simulator or device configured with a proxy server (the usual case in BYOD), UriImageSource cannot download the image. The following example will not work: var webImage =...
View ArticleChange Z-Index in a RelativeLayout *Resolved*
Hi, I have a RelativeLayout with a Label and a BoxView whos Height should be the height of that label. The problem is that I need to add the BoxView to the RelativeLayout.Children first for it to be...
View ArticleCan't update Xamarin Studion on Mac
it was said package failed to install when i click "Restart and install" in Xamarin studio on Mac. anyone help me, please
View ArticleHow to properly render a layout from ItemTemplate (ViewCell) to use as a cell...
I'm using the GridView control from Xamarin-Forms-Labs and even though the control makes use of ItemTemplate, the custom ViewCell can only have one layout. I was trying to use AbsoluteLayout with a...
View Articlehow to fire Task() with async functions? how can I check they are running or...
hi all, I'm having problems trying to launch an async method in a task object. Essentially the problem is that either it doesn't start at all or that it starts in synchronous and I can't get the json...
View ArticleBack button processing and Windows Phone
Having not long started building a Windows Phone app in XF a number of issues with the back button handling are being hit that are struggle to be addressed. The back form processing in XF pops the page...
View ArticleXamarin Forms Controls with iOS specific Controls on the same Xamarin forms page
Hi, Is there any way to use MKMapView within a Tamarin Forms page? i have a forms tabbedPage and i want to put a MKMapView into it, but it can't convert types.
View ArticleAndroid custom renderer: OnMeasure only receives "MeasureSpecMode.Exactly" ?
Hi, i created a custom renderer, and added my control to a xaml page. I overrided OnMeasure to make the width proportional by a factor to the height. I put the control in a Frame and set...
View ArticleGrid and "clicked" event?
Hi fellow Forms developers I have a Grid object, where I have attached a gesture recognizer : var tgr = new TapGestureRecognizer { NumberOfTapsRequired = 1 }; tgr.TappedCallback = (sender, args) =>...
View Article