Google map in android 6 MoveToRegion error
I have an app with google maps, android 6 does not work including the pin and zoom,MoveToRegion. Does anyone know any solutions?
View ArticleXamarin.Forms in real project - development tutorial
Hi xamarin developer! I hope you all doing well. Let me introduce first episode of my project "Xamarin.Forms on real project": Animation on splash screen - I want to create real Xmarin.Forms project...
View Articlehow to show and hide controls inside a listview for specific items?
I need to show button for specific items in the listview Thanks advance
View ArticleHow to avoid two segues/check a button click in PrepareForSegue?
How do I put a button touchupinside in my override of PrepareforSegue? I am using storyboards. I created a segue from one screen to the next in the storyboard. Using touchupinside, when a user clicks...
View ArticleUnwind from CollectionViewController/TablewViewController source class
Hello, I have created source class (UICollectionViewSource) which I am using for CollectionViewController. I would like to call unwind action, whenever the image is selected. In my CollectionViewCell...
View ArticleHow to develop a web proxy for android and IOS
I need to develop a web proxy for android and IOS, this proxy will prevent browsing and dealing with porn sites from any browser or application in the device this web proxy installed on. I am a .net...
View ArticleWhy VIEWLOAD method have too many subview method such as...
when we call VIEWLOAD submethod it follow a certain looping pattern, that makes method calling complicated.Cannot we make it more short?
View ArticleSystem.Net.Http.HttpRequestException exception will running the UI Test on...
I have created a simple Xamarin.Forms(Portable) project and included UI Test project in it. But when i am trying to run the test in physical device it giving me below mentioned exception. Test Name:...
View ArticleThere was an internal issue with the rendering process
I am using Xamarin on Visual Studio Enterprise 2017 RC on Windows 10. I linked up Xamarin to my Mac build server. When I try to preview the default app template with the Previewer, I get this error:...
View Articlexamarin forms previewer is showing a MockView after rendering
Hello, I'm not be able to see my desing screen in the previewer. It is only showing a MockView with a background orange screen after rendering. I don't any errors about it!? Some ideas? I have...
View ArticlePre-release: Xamarin.Forms 2.3.5.235-pre2
We've pushed Xamarin.Forms 2.3.5.235-pre2 to NuGet. To install the pre-release, check the pre-release option in your NuGet manager and install this version. For some quick highlights, check out our...
View ArticleRoundborder around Label
Hello, I'm working on an app where we have to display the current open tasks. Here we have to show a counter for how many tasks are open. I used a label which is filled with MVVM in the viewmodel. The...
View ArticleXamarin Forms Editor TextAlignment
Hi there I have an Editor in Xamarin Forms which I am trying to centre align the text for. This seems to be fine on a label using the HorizontalTextAlignment attribute but there is nothing on an Editor...
View ArticleWait an async function in a fuction which isn't async with Xamarin.Forms
Hello, In Xamarin.Forms, I need to call an async function on overrided function OnBackButtonPressed() which isn't async. Here is my code: protected override bool OnBackButtonPressed() {...
View ArticleError in Xamarin.Android.Common.targets:Ignoring InnerClasses attribute for...
I am getting this error trying to build a Xamarin.Forms application. I have Xamarin.Studio for macOS 6.3 (build 863), Xamarin.Android 7.2.0.7, JDK 1.8.0_131, Mono runtime 4.8.1, and Android SDK tools...
View ArticleXamarin.Mac build with content via symlink
I have a directory in my Xamarin.Mac project that is a symlink to another directory (../../ContentProj). Files in this directory are content files and their build action is Content. When I try to build...
View ArticleLaunch ContentPage from Custom ViewCell
Hi, I have Custom ViewCell for Listview, this custom viewcell has buttons in it. On click of these buttons I want to launch another ContentPage but its not happening. This launches Alert Display:...
View ArticleHow to display Pop up Notifications In Windows and iOS?
Hi! I'm currently working on a project that requires a pop up display (something that can be dismissed OR disappears within 5 seconds, whichever is easier to implement) when navigating back to a tabbed...
View ArticleImage on button or on it's own
Hello, I am trying to add a small refresh button next to a label but I am having issues. So far I have tried both adding the image to the actual button, and adding the image on it's own but neither way...
View Article