I got below error when I compiling a flutter project downloaded from github . here is the code: import 'package:dio/dio.dart'; class HeaderInterceptors exten
I am porting my Windows directX application from X86 device to ARM in VS2017. But I could not find some DirectX library files(d3dx9.lib) for ARM in VS built-in
I am working on ride hailing app. I am getting location in the background after every few seconds. To get location, I am using Foreground Service. It is working
I am trying to create a Keras model with multiple inputs. input_img = Input(shape=(728,)) input_1 = Input(shape=(1,)) input_2 = Input(shape=(1,)) x = (Dense(
i have downloaded the Apache Ant file "apache-ant-1.8.4-bin.zip" from the following link :- http://ant.apache.org/bindownload.cgi. then i have added an environm
I'm trying to write an app that helps you manage your finances. I'm using an EditText Field where the user can specify an amount of money. I set the inputType
I'm trying to update an array so I can submit it to a sharepoint list. The array is of multiple file attachments. I'm using sp pnp to retrieve and submit the fi