How to play a video in Xamarin Forms? Its possible?
Its possible to play video in xamarin forms?. (Not in separate native code) I want to play video using portable project.. Its possible in official code or any other 3rd parties available? Any one...
View ArticleTimestamp in strings
Dears, I have a Label inside listview-viewcell, to show time in UI. The date is received as a number like 1510822596449 (Java timestamp). I want to show the date in strings like "n days ago". How can I...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleEmbed YouTube Video
Hello, I need to embed a YouTube video in my Xamarin.Forms app. I have tried various methods with the WebView control, including passing the embed URL and trying to port this code...
View ArticleXamarin.Forms Webview YouTube Video Help Android Only? iOS and WinPhone Works...
Not sure what the cause is but I get a message saying "If playback doesn't being shortly, try restarting your device." It shows the image of the youtube video but when you click play it just stays...
View ArticleI want to stream video in xamarin.forms how can i do that?
i want to stream video in xamarin.forms how can i implement that can u give me the working demo?
View ArticleAndroid Video Playback in Forms
We use Xamarin.Forms web view to show videos in our app. Our app user captured video(using xLab.MediaPicker) using their phone camera and that one is uploaded to azure blob storage. We used HTML5 Video...
View ArticlePlaying video file on xamarin forms
I have an app where i want to play a video file when a user navigates to a form. What is the best way to incorporate playing a media file on xamarin forms? Is there a control for this purposes? (i.e. i...
View ArticleUdpclient Hangs on Receive
We are trying to obtain the IP address of a WiFi device that is broadcasting it's IP address to 255.255.255.255 to port 15000. In UWP, the following code works Task<UdpReceiveResult> task =...
View ArticleChange text size in toast
Hello, After much googling, I remained stumped on how to change the default text size of a toast. I found the following code: ViewGroup group = (ViewGroup) toast.getView(); TextView messageTextView =...
View ArticleHow to set a button with an underscore?
I want to set a button with an underscore;I have created a button inheritance and ButtonRenderer on the iOS and Android projects, but I can't set the underscore. Can anyone tell me how to do this?Thank...
View ArticleHow to get JSON response from a asmx web service
I connected asmx web service to my project. I want to get json data from the web service. How can do that?
View ArticleReplacing Services With Jobs in Android Oreo 8.0
Have you used the JobScheduler API yet? If you haven't, read our blog for a quick primer on JobScheduler and let us know what you think! Feel free to discuss this post below.
View ArticleI want to send SMS of length of 500 characters, some one help me in doing sooo
I want to send SMS of length of 500 characters, some one help me in doing sooo
View ArticleTo access Microsoft sql server 2014 database using Web API(web services)...
I am using Windows 10 Professional with visual studio community edition 2017 ,Microsoft sql server 2014 to access database using Web API(web services) using xamarin cross plateform app. I using...
View ArticleCall Javascript from C# method with parameter.
Hi, I have some html pages that is working fine in WebView Xamarin forms (iOS/Android). I have one c# method that i need call from Html page javascript function. please give me any example or any...
View ArticleWrite Permission on external SD Card does not work
Hello, in my App I added the Permissions READ_EXTERNAL_STORAGE" WRITE_EXTERNAL_STORAGE" On the internal Storage I can make my Folders and write my Data (/Storage/emulated/0/TestDir). Now I want to...
View ArticleImplementing Local Notifications in Xamarin.Forms using Xam.Plugins.Notifier
Hi, i have implemented Local Notifications in Xamarin.Forms using Xam.Plugins.Notifier. I have added the Nuget Package in PCL, iOS and Android. below code is displaying the notification. i wrote the...
View ArticlePlease File New Ideas on GitHub Issues
We have now opened GitHub Issues and ask that any new proposals and discussions be opened there. Existing conversations may remain here, though you are free to migrate them as you see fit to GitHub.
View ArticleHow to implement Virtual room planner in Xamarin from app
We are building app in which we need to have feature like virtual room planner, in which we can show the camera and add an object view to it we can move the object by gestures . attached the images How...
View Article