How to Detect disconnected device from the WIFI network
Hi All, I am creating the offline data transfer application.Now i need to detect the disconnected device. For example device A,B,C were connected in the WIFI(no internet).We are transfering the data to...
View ArticleGenerated Bindings Remove Generics
I am trying to bind an abstract class that uses generics: public abstract class ResponseCallback<T> { public ResponseCallback() {} public abstract void onResponse(Response<T>...
View ArticleHow can I change the hamburger icon for another one in Xamarin.Forms for...
How can I change the hamburger icon for another one in Xamarin.Forms for Android? I tried a lot of methods to change the three bars (hamburger icon) for another icon with Xamarin.Forms, but it seems to...
View ArticleHow to suppress "warning: linking against dylib not safe for use in...
Hello, I'm trying to add the WebRTC framework to my iOS app's broadcast extension through a binding library, but I get the error above. In Xcode you can suppress it in the build settings, but I have no...
View ArticleReproduce carousel view behaviour/animation/transition to a horizontal scroll...
Hey developers, I have so far tried to use a carousel view due to its ease of use and of course its performance. But I tried to show the tail of each UI elements (let's say we've a bunch of cards)...
View ArticleHow to Enlarge the image when we tap on it?
My requirement is when i clicked on the image i need to show image as zoom out
View ArticleFreshMVVM Master detail with custom MasterPage
Hello I use FRESHMVVM in my app. I created a massterdetail page as well: var masterPage = FreshPageModelResolver.ResolvePageModel(); var detailPage = FreshPageModelResolver.ResolvePageModel(); var...
View ArticleNotification Icon not display properly Xamarin Android
I have problem setting up a notification image to display properly. Below is the original image, with file path: myApp\Resources\drawable\Icon.png Dimensions: 72x72pixels, 32bit depths The problem: It...
View ArticleFirebasePushNotificationPlugin
HI, I am using Firebse Push notification plugin - https://github.com/CrossGeeks/FirebasePushNotificationPlugin in Android , we can define the activity to be shown when the notification is clicked -...
View ArticleRelease vs. AppStore configuration
As can be seen here there are different configurations available: -Debug -AdHoc -Release -AppStore Which bundle signing option do you use for each? These are the ones I currently use: -Debug: Automatic...
View ArticleGood morning, i can´t resolve Plugin.InputKit error after install it, it...
Can not resolve reference: Plugin.CurrentActivity, referenced by Plugin.InputKit. Please add a NuGet package or assembly reference for Plugin.CurrentActivity, or remove the reference to...
View ArticleXamarin Forms Android blank screen in Release but works fine in Debug
Hi, I have literally spend the last three days stripping down my code to a blank Xamarin application that comes installed with visual studio. The app I published on playstore as "controltowerlive" ;...
View ArticleGetting different instances while resolving from container
I have a specific platform service which is being registered using a platform initializer public class AndroidInitializer : IPlatformInitializer { public void RegisterTypes(IContainerRegistry...
View ArticleDetect a person's anthropometric measurements with the camera
Hello, I have to develop an app that has to detect a person's anthropometric measurements with the camera. Can uou help me? Thanks.
View Articlecant install Xamarin.GooglePlayServices.27.0.0
Im trying to update to the latedst versions of te Xamarim paCKAGES. However Xamarin.GooglePlayServices.27.0.0 wont install. Ive already installed the latest versions of every other Xamarin package,...
View ArticleThe type or namespace name 'Gms' does not exist in the namespace 'Android'
"(are you missing an assembly reference?)" I'm a long time Java/Android developer trying now to get a mapping app working in Xamarin. I found the following post which seems to be on point, but didn't...
View ArticleSharapie tool does not generate C# code properly.
Hi Folks, I want to print receipts using EPSON TM-T88V thermal POS printer through mobile on Android and iOS platform. For Android, I downloaded EPSON SDK from here. For iOS, I downloaded it from here....
View ArticleResource Dictionary for UWP/macOS and fonts
Hi guys, I want to use a custom font for my app. I copied the font files in: iOS: under Resources - Build Action BundleResource / Copy to Output Directory: Do not copy Android: under Assets - Build...
View ArticleUpgrade Xamarin.Forms to 3.2.0.839982 Broke build Value cannot be null....
Hi Unfortunately, the latest forms update has totally broken my project (thankfully I have a backup). It seems that every time I update forms it breaks my application in some way. I have tried the...
View ArticleCould not install package 'Xamarin.Android.Support.Compat 24.2.1'
Could not install package 'Xamarin.Android.Support.Compat 24.2.1'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any...
View Article