Json Data Image Listview
Hello i want to display Images in list view after taking image url from json.any one can help me on this?
View ArticleOnStart, OnSleep, and OnResume Are Not Getting Called
I created a new Blank Xamaring.Forms App called Test. I updated all packages, then changed the options in the Test.Droid project disabling the Use shared Mono runtime and settings the Supported ABIs to...
View ArticleHow to make a customize Swith
how I can a customize Swith whit Label, Entryand events. Any example?
View ArticleDisplayActionSheet crashes the app, when user touches outside to cancel....
var action = await App.Current.MainPage.DisplayActionSheet(t.SiteName + "\n" + t.AddressLine1, "Cancel", null, "Continue" , "Open");
View ArticleHow to create In-App Notification Toasts in Xamarin Forms
I'm currently receiving APNS and GCM Push Notifications Out-of-App in Xamarin Forms, however have a story for In-App Notifications as well. Presently, I'm catering for ContentPages, or ContentPages in...
View ArticleWebView not showing html web page in simulator
I have the following xaml `<?xml version="1.0" encoding="utf-8" ?> <ContentPage.Content> <!--<Label x:Name="message" Text="here" VerticalOptions="Center" HorizontalOptions="Center"...
View ArticlelistView ViewCell not adjusting it's size to content on iOS
I have a custom ViewCell that i use to populate a listView. It works like a charm on android, on iOS however i'm having issues. The cell has a Horizontal stackLayout with a box and a 2nd stackLayout,...
View ArticleTap gesture on Image is not working inside ViewCell on Android
Hi All What I was trying to achieve is a button for making a product favorite, so it will have two states - selected and deselected. Here is the example of UI Initial approach was just adding the image...
View ArticleProgressBar IOS height
Hi all, Below is my custom renderer (in case it helps anyone) for a progress bar (IOS). Is there a way to increase its height? I can't find a way to do that, I've already changed the color. [assembly:...
View ArticleSaving application state
Is it possible to save application state when the orientation is changed or app is "minimized". Android examples do not preserve it when orientation changes and are open in the main activity instead.
View ArticleDisplay an image stored locally
Hello, I am trying to display an image stored locally under a PCL library and using Xamarin.Forms with in MyPage.xaml: < Image x:Name="MyImage" / > And code: InitializeComponent(); MyImage.Source...
View ArticleLocalize in Shared Project
I saw this tutorial http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/ But I can't make RESX file in shared project, so I can't also localize app. How should I localize app...
View ArticleTrying to release but build errors on NSMutableDictionary
Its been about 2 months since my last release, but trying to build one now I get. path/MTOUCH: Error MT2002: Failed to resolve "System.Void...
View ArticleHow to read windows phone screen lock timeout settings
Is there a way to read the windows phone screen lock timeout settings? I want to read that for how long the user has set the screen lock timeout duration.
View ArticleHyperlink for Windows phone
I want to display EULA text on login page. The EULA text should appear as hyperlink, so that user can click and read it. I have used the Lable control var tapGestureRecognizer = new...
View ArticleXamarin.Forms.Labs.Mvvm - App OnResume how to reload the page
I have successfully implemented the OnResume on my xamarin forms app (PCL) we are building , OnResume works fine. My issue is: OnAppearing() I load data from sqlite db and show them , and once the user...
View ArticlePicker Control sometimes does not render the 'Done' button
Environment: Win7 Visual Studio 2013, build for iOS 8.2 Xamarin v 1.5.1.6471 (this also happened in my previous version 1.4.4.6387) iOS 9.1 and OSX 10.9.5 I have a page with about 30 controls in a...
View ArticleXamarin.Forms GetUser using REST call with username and password (MVC 5...
I am trying to consume a REST service in a Xamarin.Forms PCL app. The REST service is a claims-based, Individual Accounts MVC 5 API. More information on that here....
View ArticlePUBLIC WARNING! Barcode scanning in Xamarin Forms
BACKGROUND: We are building a Xamarin Forms product that uses barcode scanning as a central function. In the early stages we decided not to buy a barcode scanning component, but use the free ZXing...
View ArticleCombine views between forms and native
Hello, I have one absolute layout with a button, slider and one image as a background. When I load the page I render it in each platform and add a UICollectionView in ios. The problem is that the...
View Article