Deepak Yogi
Deepak Yogi
Hello @jaydeep43 You found any solution because i am facing same issue. if i set height up to 255 in CreateBitmap method. `Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);` then `DecodeBitmap`...
Hello @netoviskyy you found any solution for event of Repeater
Hello @nileshgamit I implemented a POS app for Sunmi T1 Mini and i want to print a page but i am using xamarin forms, xamarin not support java, it's support...
Hello @nileshgamit , @yunhan0 , @ahmad6242 I implemented some code for print string ``` public void Print(string PrintText) { var context = Android.App.Application.Context; intent.SetPackage("woyou.aidlservice.jiuiv5"); intent.SetAction("woyou.aidlservice.jiuiv5.IWoyouService"); context.StartService(intent); context.BindService(intent, connService, 0); callback...