using Google Drive in Xamarin.Forms
How to implement Google Drive in Xamarin.Forms if there some one do it Can Helps?
View ArticleHow Can Use Non-Stop Timer In All pages?
Hello I just start learing Xamarin for a few week,now i want a Timer that Works Non-Stop when a i go to another pages! i use MVVM for that, but when i go to another pages and come back it's start from...
View ArticleFile Download using webclient.
I am trying to download file from URL using webClient.DownloadFileAsync method. What path should i give to see the downloaded file in Downloads folder of my phone. For android I am providing : string...
View ArticleWhat is the MVVM framework of choice?
As I get deeper into this, I'm considering using an MVVM framework. I see FreshMVVM is mentioned often although, disappointingly, the code in github does not build. Are there any other alternatives?
View ArticleHow can get xamarin.Android value in PCL
I Created a custom map in xamarin android and implement map move event private async void NativeMap_CameraIdle(object sender, EventArgs e) { var LatLng = NativeMap.CameraPosition.Target; var address =...
View ArticleHow to set the default list style from Xamarin Forms Picker
Hi all, I've created a custom renderer for the picker control in xamain forms. The main reason was to add a bindable property to set the "placeholder" color text. Once making the renderer for the...
View ArticleGetting error "java.exe exited with code 2"
2>Using "CompileToDalvik" task from assembly "C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Build.Tasks.dll". 2>Task "CompileToDalvik" (TaskId:419) 2> Task...
View Articlejava.exe exited with code 2
Hi, I am getting: "java.exe" exited with code 2 after adding the AdMob Nugets I enabled Multi-Dex but still getting the same error. I have also added:...
View ArticleHow to check user input with if else
Hey guys, I'm very new to all this and am just trying to learn a bit. I'm trying to make a simple app and i can't figure out how to take the info a user puts in my input box and check it to display...
View ArticleIs it possible to integrate the HERE Maps Android/iOS SDKs into a xam.forms...
Hi So I believe there are two previous discussions on this: https://forums.xamarin.com/discussion/43630/xamarin-binding-for-here-maps-problem...
View ArticleDatabinding - return bool status based on Enum
Hi, I'm trying to show hide a contentview / text based on if the current state is Loading Data, Data Load Success, Data Load Fail. I've tried this but it doesn't seem to work. The View doesn't update...
View ArticleXamarin forms sqlite multiple tables
I use 2 Tables the First Product the second Category. how to use two tables in the same Form
View ArticleBack button and parameters
I have a xamarin app, if i navigate to a page from another page with parameters(eg /tasks/taskresult?activityid=45). When i click the back button it appears the parameters are lost ie ?activityid=45 is...
View ArticleXamarin.Forms android app exit alert
I want when user press 'back button' on android device to exit my app, there is a alert dialog shown to ask user 'Do you want to exit ? (Yes, No)'....
View ArticleCreate ToolbarItems, Binding Context and layout dynamically Xamarin forms
I have a tableview which gets generated dynamically. I want to add toolbar items on Mainpage and a label at top, but don't know how to add that to my main Content page, which already takes in tableview...
View ArticleGroupHeaderTemplate and ItemTemplate DataTemplateSelector conflict?
I have noticed that when I try to employ a DataTemplateSelector on both the ItemTemplate and the GroupHeaderTemplate (a different data template selector for each) in a ListView, that--at least in...
View ArticleHow to have horizontal list
Hi how can I achieve a horizontal list using scrollview but the output I want is scrolling horizontal and the container is image then below image is Label 1 and below Label 1 is Label 2
View Articlehow to set fade function with scrollview position
I have a page and when it scrolling up I need a header part of my page should fade out and when scrolling out it should fade in. I tried to do this with fade in function actually I did it but its using...
View ArticleBest MVVM Framework?
Hi, I've spent today looking into MVVM Frameworks to work with Xamarin.Forms, the main ones which caught my eye was MvvmCross and Xamvvm but the documentation is quite poor on both. Are you aware of...
View ArticleHow to user Refresh_Token for getting Access_Token
Hi, We are using Xamarin.OAuth 2.0 for allowing user to login app using Identity provider, OAuth is working fine until getting Access_Token and Refresh_Token. But we are not sure how to use...
View Article