NikasZalias
NikasZalias
How can I get user's ID (to know which one to send the notification)? `_pushNotifications.requestPermission();` is just a simple void...
Is it possible using this library to get recent uploads of other users??
I have a list of 100 items. I have to refresh my list every 1min. Every time I update the list - RAM increases. ` private BindableCollection _list = new...
How can I make my TrayIcon react to Theme changes? When I change my app theme from light to dark or vice versa, tray icon stays the same until I...
**Describe the bug** Switching between views application crashes. Sometimes it takes just to go to another view to make app crash. The error is from SharpDX. `SharpDX.SharpDXException: 'HRESULT: [0x88990012], Module:...
Is there an xamarin android example of combining this library with mvvmCross? In my viewmodel I am getting list from database. And because of all the asynchronous methods ItemTouchHelper initializes...
Updated libraries, solution builds properly
Hello, I wanna understand what is the difference between both of these features? From what I tried to test it looks like both features does the same job. Although, I...