Posts by felipedrt • 331 points
10 posts
-
1
votes1
answer859
viewsQ: Access Webservice localhost - Android Studio
I have a webservice that was made in ASP.NET in Visualstudio 2013, I am running it locally (localhost), and I am not being able to access it in the android emulator of Android Studio, nor on my…
-
1
votes1
answer190
viewsA: Remove Null Item from a Combobox c#
OleDbConnection Con = new OleDbConnection(); Con.ConnectionString = Properties.Settings.Default.dbConTeste; try { Con.Open(); OleDbCommand Cmm = new OleDbCommand(); Cmm.CommandText = "SELECT marca…
-
0
votes3
answers510
viewsA: Take class property C#
Type objType = typeof(Pessoa); Type[] objTypes = objType.Assembly.GetTypes(); //LEITURA DE TODAS AS CLASSES foreach (Type inType in objTypes) { objType = inType; //LEITURA DAS PROPRIEDADES DA CLASSE…
-
5
votes1
answer610
viewsQ: Xamarin - Sqlite Join
I’m creating an app on Xamarin, which generates a sales order, and stores on mobile. I’m using Sqlite to store the data, but I’m having trouble making a Join between my Order Items table, and the…
-
1
votes1
answer960
viewsQ: Browsing between Pages
I’m making a sales order app with Xamarin, but I am with a problem, in flame ruma page search, and return the selected value to the page I was. I will explain further below. Screen 1: Order…
-
0
votes1
answer94
viewsA: Erro Xamarin - MVA Course Starting with Xamarin.Forms - Video 3
Man, if I’m not mistaken, it’s not ItemsSource?
-
1
votes1
answer779
viewsQ: Xamarin Forms - Plot GPS route
Good evening! Does anyone have an example of how to use GPS in Xamarin? I’m developing a project (PCL), which would plot the route between two points, but I’m still having some doubts. I can trace…
-
2
votes1
answer236
viewsQ: Xamarin - Dependencyservice NULL
Dear friends, good morning! I started seeing a tutorial to develop a simple app in Xamarin with Sqlite, but I have a problem, with an object that calls Dependencyservice, they always come null, and…
-
3
votes1
answer198
viewsQ: Android VM - Connection Error
Dear friends, good morning! I’m not getting connection on my android emulator, could anyone help me? I’m using Visualstudio Emulator for Android. My project is compiling, and running right, but I…
-
6
votes2
answers1292
viewsQ: Xamarin Error - aapt.exe/Resources
I installed Visualstudio 2015 Community, with Xamarin, until then beauty. But I’m in trouble, actually not only myself, I’ve seen in many places, that quite a lot of people are making the same…