View hierarchy in android leeds to StackOverflowError
Hello, we are currently testing our Xamarin.Forms application on older android devices (with < 1GB Ram). On lot's of these devices (which are still very common in our target countries) the app...
View ArticleRESTSHARP
[Activity (Label = "dvtest.Droid", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] public class MainActivity :...
View ArticleCan we Merge two different solution like xamarin.forms and Xamarin.Android...
Can we merge two difference type of solution like Xamarin.Forms and Xamarin.Android (or Xamarin.iOS)(Which gives more richer control) ?
View ArticleCrash reporter
Helloy!!! I develop app on Xamarin.Forms and now I need crash reporter, how I can do it?
View ArticleHow to Align View at Bottom of RelativeLayout?
Hi, This question might be to simple to answer but I still havent found a good way to accomadate the View height itself when i try to Align it at a bottom of a relativelayout. Any suggestions? Code...
View ArticleScrollview with Stacklayout - no scrolling
Hello, I am attempting to place a stacklayout into a scrollview. Unfortunately, the scrollview doesn't seem to be able to scroll. This is the case both in the iOS simulator and on the iOS device...
View ArticleDoes anyone have a Check box or Radio Button control?
I know both of these currently aren't supported by Xamarin.Forms. But I was wondering if anyone had created a custom Checkbox and radiobutton? I'd imagine it is pretty simple as these controls already...
View ArticleListView Height
Hi All, I want to take a listview in a content page. In such a way the listview height will be 85% of height of the content page. the height will be same for all devices means 85% of height of ipad and...
View ArticleParsing/getting data from a website (with authentication)
Hi! In my PCL app I need to get some data from a website who requires authentication (login), and then parse them and the data I need in a page. I'd like to understand which is the best way to achieve...
View ArticleBug in Android - jobject must not be intptr.zero
While I can definitely reproduce this bug...it's a repetitive process and when it happens appears to be inconsistent as far as I can tell. It would be a bit more bearable if it consistently failed many...
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleImage not loading in the right way. Please Help me!
Hi, I'm newbie in xamarin development. I'm developing a xamarin.forms app (ios and android). I've a content page defined in the main project using an image. I've added the images to each project. To...
View ArticleIs it possible to display an Image in Action Sheet in Xamarin forms
I have a requirement that to dispaly an Image and Label in Action Sheet in Xamarin forms(As shown in below pic)
View Article'jobject' must not be IntPtr.Zero on PushAsync
Hello everyone. Someone knows after updating my Xamarin Forms from 1.4 to 1.5 i am getting this error: System.ArgumentException: 'jobject' must not be IntPtr.Zero Full error: 10-19 06:47:47.893 D/Mono...
View ArticleRuntime Err in XF.Droid proj - No known package when getting value for...
I started getting this error after upgrading to XF 1.5 and all other associated updates to other modules including XS. From the stack trace given below, it appears that there is some issue with setting...
View Article"Install 'Android Support Library' available in SDK installer" error doesn't...
It appears my issue is different from what I found earlier threads in these forums. My issue is in Android project of Xamarin Froms app run from Xamarin Studio on Windows machine. I started getting it...
View ArticleHow can I open the image library of the device and pick an image from it?
I have an app in which you have to choose an image from your device memory and the upload it to the server. I've tried the Xlabs ImageGallery but I can't seem to get it working. Can someone provide a...
View ArticleNewbie question: Using images rather then imagesource for XLAB image buttons
I'm trying to load an SVG (vertor graphics) image into an XLabs image button. The only method/property that seems to be available for loading button images is the "Source" property which requires...
View ArticleSimple Custom Renderer of Searchbar - Android
I have a Searchar Control. On my Galaxy s4 it's with a grey background color. On the nexus it has a white background color. Do I need a custom renderer? For now I have: public class StyledSearchbar :...
View ArticleMaps in Xamarin forms
Hi all, I have a few questions about maps in forms, all of these things I know how to do in the normal unified way, just wondering how possible they are in maps for forms. Event for location changes, I...
View Article