HTTP POST multipart form-data
I’m working on an App in Xamarin.Forms. I want to send the Post Request to an API with form-data. In the code below, it returns the success message, but the data isn’t posted there.
I’m working on an App in Xamarin.Forms. I want to send the Post Request to an API with form-data. In the code below, it returns the success message, but the data isn’t posted there.
I’m working in Xamarin.Forms. In CredentialPage.xml Page, there is a Button, which I want to Hide & Unhide, based on Status of Credentials in CredentialViewMode.cs Page.
I want to retrieve & preview the name & values of attributes (credentials) stored in IEnumerable<CredentialPreviewAttribute> CredentialAttributesValues
I want to have a background image like the following for the header section of my navigation panel
I have this label and would like to place an image directly to the left of it but I’m having trouble trying to do so.
I created a Master-Detail type project in Xamarin. When I selected an item from the Master page the background color is orange by default. How can I change this to a color of my choosing?
I’ve been studying Xamarin.Forms with goal of building cross-platform mobile app in VisualStudio2015. I’ve got a perfectly acceptable public facing web site but native app(s) are what the boss thinks we need.
I want to implement chat in my android app using SignalR and I download this example from asp.net:
https://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr
But I can’t acces to it using localhost through HubConnection. I tried using my IP adress and port number but it’s not working. Does anyone has experience with this?
My code looks like this right now with two lines of code for each message. The code works but if I have for example 30 messages that I can each give values to then I will need to have 60 lines of code just to declare everything:
I have found several tutorials on how to upload an image or multiple images in Xamarin. However, I have not found how to send multiple images with each image containing some satellite data.