András
András
### Description I intend to use my Windows Service/Kestrel-hosted Nancy code to provide REST data with Entity Framework Core. I have created the necessary database and I try to make...
### Basic scenario We use Akavache 6.8 as our cache (using `InMemory`) in our Xamarin mobile project, it works okay under normal circumstances. Basically we use `InserObject` calls to put...
I just downloaded the library and tried to create a basic dialog. I used the following code (it is in Kotlin): ``` var dialog: FullScreenDialogFragment? = null val onDiscardListener =...
I have the following interface: @GET("/information") @RetryPolicy(timeout = 10000) void GetInformation(Callback< List< Information>> callback); This is my setup: myService = new Wasp.Builder(MainActivity.this) .setEndpoint(BASE_API_URL) .build() .create(IMyService.class); I call it like this:...
I have created an ASP.NET Core 3.0 project and start it as a Windows service with your library. When I choose the conventional publishing in the Windows service project, it...
Hi, Can you provide a downloadable jar file? Compiling the source code as an imported module won't work.
My fragment contains a NestedScrollView and a few buttons are not visible until scrolled down. If I set TourGuide to show their tooltips, I can't see anything but some overlay...
I have 2 paired Android devices, and I have this code: mSmoothBluetooth = new SmoothBluetooth(this, SmoothBluetooth.ConnectionTo.ANDROID_DEVICE, SmoothBluetooth.Connection.SECURE, mListener); mSmoothBluetooth.tryConnection(); private SmoothBluetooth.Listener mListener = new SmoothBluetooth.Listener() { @Override public void onBluetoothNotSupported()...