Good afternoon, you see, I'm trying to connect a xamarin forms solution with the sqlserver database. I have developed a wcf service in visual studio, which makes this connection. In Android and I have been able to add that service as a web refer...
I'm using Xamarin.Forms to take a photo which I take it vertically and I have a photo more or less like this:
This photo is a byte array and I save it in a SQL Server database, but when I show it it is rotated like this:
This o...
Good morning, I tried to place icons to my UWP app but they did not show me someone could help me
create a styles file
'
<local:IconConverter x:Key="IconConverter" />
<Style x:Key="TabbedPageStyle2" TargetType="uwp:FormsPivot">...
Hello everyone,
I have an error compiling my Xamarin Forms project solution, I get the following error
Gravedad Código Descripción Proyecto Archivo Línea Estado de supresión
Error Could not locate Java 6 or 7 SDK. (Download...
I am developing a multiplatform application in xamarin with google maps, to start I used the next xamarin sample.
Sample custom renderer
The only thing that I have added to that example is that the values of the pins are given dynamicall...
Greetings,
I need a mobile application that obtains data from an API Service to work also offline, for this I must create a local table that stores the model with the information that I bring from the API when there is an internet connection,...
I'm doing a small project about integrating Google Maps in Xamarin Forms and I do not get any errors just that it does not show me the map, it shows me the screen in gray.
public class MapPage : ContentPage
{
Map map;
public MapPage()...
Hi, can anyone by any chance know how to connect to a database of sqlserver through xamarin forms ?
for the android and ios solutions, the sqlconnection of system.data.sqlclient serves me, but for the solution I...