Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 58056 articles
Browse latest View live

Accessing data throughout the app

I am looking for a cross-platform way to access data throughout my app. I am selecting a value from a listview, and I want to access its id throughput the app. In android, we have shared preferences...

View Article


Navigation.RemovePage in Xamarin Forms Labs

I am using Xamarin Forms Labs MvvM helper (navigation). Xamarin Forms now have capability to RemovePage using method- void RemovePage (Page page); Does Xamarin forms plan on providing similar...

View Article


Messagecenter problem

Hi, I have a Modelview sending a message to another model. But my other model is first initilaized when the view has been shown. And therfore it is not lisning for messages before the view has been...

View Article

Image may be NSFW.
Clik here to view.

How to make a Sliding Tab Page ?

Hi, I'm looking for a way to do this with Xamarin.Forms. ( go to 45:15 ) Do you have any idea ? Thanks

View Article

iOS custom renderer doesn't work when put inside an iOS library project??

Hi, I got into trouble when put my custom renderer inside an iOS library project rather than inside an iOS application project. It works OK if I move renderer to iOS application project. I put the...

View Article


Xamarin.Forms NavigationPage.SetHasNavigationBar does not work on iOS

Hello, I am having trouble getting NavigationPage.SetHasNavigationBar(this,false) to work properly when working with a Carousel Page. public App () { MainPage = new NavigationPage(new...

View Article

ListView Grouping Header

Hi, I've been trying to put more information and an image into the Group Template but no matter what I try it doesn't display anything in the header. Everything (tutorial) I've been able to find puts a...

View Article

Is there a better way to do this? (Async/Await Timer)

I'm building an app based around a simple stopwatch feature. The code that I currently have works, but I'm wondering if there is a better way. using System; using System.Collections.Generic; using...

View Article


Finding the dll path at runtime

Hi, I am using xamarin forms and have built a plugin library to load dlls at runtime....but have run into a bit of an issue trying to determine the applications dll path at runtime....does anyone know...

View Article


ScrollView Keyboard Scrolling Broken on iPad?

I have an app using MasterDetail page. On the detail page, I have a ScrollView within which is a RelativeLayout that includes several Entry textfields arranged essentially in a vertical list. On an...

View Article

Questions about loading the big data

I'm working on an academic mobile app now. I'd like to know what the best way is to load the big data into the app. We are using RESTful API to get the data from the server. The data will be updated in...

View Article

Get associated object from Button in ListView

For each item in my ListView, I display a Button. When pushed, I need to know which item that button was associated with. Is there a way to do this in Xamarin.Forms? (I'm using XAML) Thanks.

View Article

Xamarin Forms With IOS TodayExtention

Hello! how can i call the Extention from iOS project of Xamarin Forms? i added this in AppDelegate, buy not works. var controller = NCWidgetController.GetWidgetController (); controller.SetHasContent...

View Article


ListView with items with different buttons on each item

Hi Xamarin experts! I've been reading this link from the Xamarin site a few times: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/listview/ I'm wondering if someone could...

View Article

Forms video and audio solutions, how to use

Forms video and audio solutions, how to use

View Article


Build Failed but there is no error... How can I find problems?

Build started 2015-03-12 오후 2:22:56. Project "/Users/Tester.Commons/Tester.Commons.csproj" (Build target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target...

View Article

hardware buttons

Hi. I've a handheld terminal with keyboard. How can I interact with button key press in xamarin.Forms? Exists something like Button.Keypress in windows forms? Thanks Alessandro

View Article


How to use HMACSHA512 in forms?

Hi everybody, How can i use HMACSHA512 in xamarin.forms I can use this code in WF: `public string CreateSignature(string secretKey, string messageRepresentation) { if...

View Article

Relativelayout ios miss-sizing

I hame having a problem with relativelayouts on ios. The following code works fine on Android, but seems to over size the height of the LayoutGrid but just over 100dp on iOS. Any ideas where I'm going...

View Article

Singleton page

Are there any cons of using Pages as singletons objects? Is it preferred to reuse pages or create new instances?

View Article
Browsing all 58056 articles
Browse latest View live