Cross-Platform Bluetooth Device Class for BLE and Classic
Is there a a cross platform bluetooth class that supports Bluetooth classic and BLE? My program currently pulls in a list of available devices on Android and iOS via the native platforms. However, the...
View ArticleHow to load images from local path in Xamarin.Forms
In my app I download images using dependency service into platform tmp app (in ios, going to implement android version latter), then I load try to show the downloaded images but the If i Bind the image...
View ArticleExpandableView nuget package
Hi all Just created a nuget package which provides opportunity to create expandable views. https://github.com/AndreiMisiukevich/ExpandableView
View ArticleWhy NaviagtionPage.SetTitleIcon is not working in android.
Navigationpage.settitleicon is not working...is there any other solution..I used NavigationpageRenderer but icons are not read from Drawable folder. Plz give solution.
View Articlesubstitute mainactivity.cs in VSTS CI
I am building Xamarin Android application CI on VSTS, want to change HocekyApp ID in mainactivity.cs file before creating .apk package. Please help if we can add any task or script in VSTS CI to change...
View ArticleMessagingCenter used for Navigation, when to subscribe/unsubscribe messages
Hi Guys, i have the following NavigationStack: MainPage OverviewPage VehicleStatePage ImagePage VehicleStatePage is a galery of images. You can tap the images and navigate into a ImagePage. The event...
View ArticleDraw a bitmap/texture with OpenGL
Hello, How to draw a bitmap with BindTexture, on the 2D screen, by using OpenGL? Do you have sample ? Thx, cjacquel
View ArticleListView with MVVM - TapGestureRecognizer command is not working
I'm using MVVM, I'm finding that trying to detect a row being clicked to invoke a command painful to implement. It would seem that there's no ItemSelected that takes a Command, so I've tried to use the...
View ArticleI love Xamarin & MVVMCross
I found no dedicated section to giving feedback so I hope it is ok that I open this thread here. Right now I am working at my second App for iOS aswell Android and having Xamarin Native aswell...
View ArticleHow to Attach Debugger to a Running Android or IOS app?
I often start an app just to see how it works, then I decide to debug, so I just attach to its process and debugging kicks in. But I am not able to find how to attach to a running Xamarin Forms app...
View ArticleIntellisense not working in visual studio 2017 for XAML
I have tried so many solutions but the Intellisense sometime work and sometimes it is not working. How can I solve this problem?
View ArticleMR.Gestures: Swipe not working
I have a Xamarin Forms application on iOS. After integrating MR.Gestures, I had some difficulties with getting the swipe gesture to work, especially in Simulator it seemed difficult to cause a swipe...
View ArticlePSA: Package management is better without packages.config
You can ditch packages.config and store the package references in the project file directly by following these instructions. There are several advantages to this approach: Dependent packages are...
View ArticleHow to Bind a ListView to a To a Json String ?
I am trying to bind my ListView listView1 to the id property of the the Json . The biding doesn't seem to work. here Is my MainPage.cs code using System; using System.Collections.Generic; using...
View ArticleBinding Visibility MVVM tabbedPage
Hello, I have a problem with this code: using System; using Visites.Pages; using Visites.ViewsModels; using Xamarin.Forms; namespace Visites.TabbedPages { public class VisitTabbedPage : TabbedPage {...
View ArticleHide StatusBar and Notification in Fullscreen mode
I am trying to hide statusbar and notification in fullscreen mode. User should not be able to pull/swipe down status/notification bar in Xamarin android. In native android it is working fine with below...
View ArticleUpgrade to Xamarin.Android 9.0.0.18 gives error: No suitable constructor...
Yesterday I upgraded Xamarin.Android to 9.0.0.18 on my mac, since then I get the error: No suitable constructor found for TypefaceSpan(typeface). When I upgrade upgrade to the alpha version 9.1.0.12...
View ArticleHide StatusBar and Notification
I am trying to hide statusbar and notification in fullscreen mode. User should not be able to pull/swipe down status/notification bar in Xamarin android. In native android it is working fine with below...
View Article