How can i get a music player with circular progress bar and play button in...
I want a audio player app just like this image. I'm playing the audio using dependency injection on button click. https://www.jqueryscript.net/images/Circular-Html5-Audio-Player-jQuery.jpg Please help...
View ArticleJObject response = JsonConvert.DeserializeObject(json); not working properly.
var json = await httpClient.GetStringAsync( "https://www.instagram.com/" //https://www.instagram.com/tmteice/#access_token=7376071860.4a7135d.99d3c8a954d64424889fe17e16b96ee0 ); JObject response =...
View ArticleTurn on location services without navigating to settings page?
I want to add location service in a page which will appear on Navigation. I have seen the results in StackOverFlow...
View ArticleHow to implement urban airship in xamarin.forms
Hi All, I creating messaging app in that when new message is arrive at that time give user a notification in both Android and iPhone device. I started using urban airship service but I can't get...
View ArticleDo you have any idea why I am getting this exception ?
I'm trying to implement a Finger Print Scanner module in xamarin app. Finger Print Scanner module is another java application, which package name is "com.aprosoft.fingerscanner". And my xamarin app...
View ArticleAutomatic Reference Counting not enabled in Xamarin forms
Hello. I'm seeing the security of my application and I have to enable the ARC (Automatic Reference Counting) in xamarin forms. t's possible for ios project (Xamarin Forms)? Thanks for your time.
View ArticleWake Xamarin.iOS app once a day / Night notification
I have a problem that i don't really know how to solve. Background: I'm developing a exercise app with Xamarin (native, Xamarin.Android & Xamarin.iOS). The user will have to schedule when they are...
View ArticleIs possible connect to a specified WIFI in iOS?
I have a SSID and password for a WI-FI and i try to connect it automatically. I have found the solution for Android, but have anyone same solution for iOS?
View ArticleNeed code sample for Xamarin.forms using entity framework core 2.0 with...
I'm trying to create new app from scratch using Visual Studio 2017 (15.5.6) & Xamarin (4.8.0.760). Through nuget I added reference of "EntityFramework Core" 2.0. I also added Sqlite related nuget...
View ArticleXamarin iOS storing push notification on local databse
I am facing this problem with APNS. I am trying to store the received messages to the mobile database to show them as a list in my app. DidReceiveRemoteNotification doesn't get called when the app is...
View ArticleGetMapAsync is null
Hi guys , I gonna add googlemap to fragment but GetMapAsync is null , 3 days i tried to solve this probem but i could not , please helpe me and save my time. or Maybe for my emulator ? Thank you so...
View ArticleGoogle translate API in Xamarin Forms
I want to use the Phrasebook (the bookmarked words in Google translate) of the logged-in Google user in a Xamarin Forms application, is it available?
View ArticleXamarin.iOS Binding Libraries / Native Frameworks
For some reason i need to use this native framework in my Xamarin.iOS app and the problem comes,that i have no idea how to make bindings properly. So as i understood correctly, this framework also uses...
View Articlehow can a button open navigate pages for android application
in my first interface there are four buttons every button will open another interface when clicked , i did it with the first button and it worked with this code , but i faced a problems when i try to...
View Articlemiscellaneous files issue
what should i do to resolve this stupid error any help except for unloading and reloading the projects
View ArticleCreating Round Buttons with centered Image and Label
Hey together, i'm quite new to xamarin forms and i would like to create some buttons like in the image linked next. us.v-cdn.net/5019960/uploads/editor/ot/ox4hgakakrig.png I tried something ike this:...
View ArticleCustom Template for last cell in a listView
Hello, I need to have a custom template for the last view cell (and for some other cells). So I need to get the list count in my DataTemplateSelector. I tried <ListView x:Name="StatusList"...
View ArticleUnable to deploy to iPhone Player
Hey guys, I'm currently trying to use the Live Player on Visual Studio for Windows in combination with iOS for my project in Xamarin.Forms. My current version of VS is 15.6.1 and of the Live Player...
View ArticleStore a push notification
Hello Xamarin forums am working with xamarin forms for the past four months and now am working with push notification, is there any method that can i store the notifications that i received from GCM to...
View ArticleHow to get back to app after google login
Hi Everyone, I'm trying to implement google login in my app using xamarin.auth like below var auth = new...
View Article