Posts by Alexandre Marcondes • 2,135 points
29 posts
-
1
votes1
answer975
viewsA: Add Xamarin.Forms Package Problems
First the version of the package you are trying to install is very old, try to install the latest (1.5.0.6447). Another item is to check whether the profile you selected in the project or the…
-
2
votes1
answer1822
viewsQ: How to debug ASP.NET or Webservices applications on IIS
I need to debug my application that consumes a Webservice and I would like to be able to debug Webservice in one Visual Studio window and the application in another, but I can’t make local…
-
2
votes1
answer1822
viewsA: How to debug ASP.NET or Webservices applications on IIS
First it is necessary that Webservice is running on a local IIS. The Visual Studio development server does not allow remote, local connections and the Android emulator acts as another machine…
-
7
votes3
answers393
viewsA: Phonegap only plays games?
No, Phonegap can produce any kind of app. The staff shows game for the sake of interest only, many people want to make mobile games. Phonegap is a tool that allows you to use HTML and Javascript to…
apache-cordovaanswered Alexandre Marcondes 2,135 -
3
votes2
answers1193
viewsA: More than one *Layout* in the app
You must create a Intent and call StartActivity with this Intent. To pass the parameters, use the extras which act as a value key to store the parameters. Note that each axml has a Activity in this…
-
2
votes4
answers222
viewsA: Return null by breaking the code
It’s unclear from your question what line 59 is, but I assume it’s the following: if (umaPessoa.getNome().equalsIgnoreCase(umNome)) return umaPessoa; So you should, as the friend @mgibsonbr put…
javaanswered Alexandre Marcondes 2,135 -
2
votes2
answers4107
viewsA: How do I pass parameters from the last Fragment to the previous Fragment?
One of the ways to do this is to get Activities talk to each other and Fragments can communicate with the Activities or each other through them. It follows the description of the two portions that…
-
1
votes2
answers260
viewsA: How to create animated effect (shadow, Pulse) for Xamarin.iOS?
You can call this function below, as follows: Shine(true, meuBotao); // muito código Shine(false, meuBotao); The function has the following code: using MonoTouch.CoreGraphics; using…
-
3
votes4
answers44155
viewsA: How to test null values in Javascript
The quick answer is: it makes a difference if the person doesn’t fill in and just call function () without passing parameter. In this case it will be undefined. The null should be explicitly…
-
3
votes3
answers629
viewsA: Log into page using the bank ID in ASP.NET
If you are using ASP.NET Webforms would have to create a HttpHandler or use the RouteCollection. In the case of ASP.NET MVC just add a route. ASP.NET Webforms - Form 1 (any version) Creating the…
-
5
votes5
answers2395
viewsA: Strategy to find out if your web application is being partially or fully censored by an ISP
Unfortunately this kind of thing (censorship and blocking through Firewalls and Proxies) cannot be actively detected by the server. Clients that previously connected will no longer be able to access…
-
1
votes1
answer196
viewsA: TFS error: The request was aborted: Could not create SSL/TLS
There are some options for this problem to have appeared: You are having server trouble (not accepting HTTPS connection) You are having problems with your internet connection or DNS server…
-
1
votes1
answer562
viewsA: Timeout Session using Stateserver
There are several possibilities, I will list the most common: Your server (Stateserver) is being restarted and is saving sessions in memory Your database that stores sessions is being erased…
-
7
votes2
answers20956
viewsA: How do I get changes from a specific branch/branch of a remote repository in GIT?
The command to be used is: git checkout --track nome-do-remote/nome-do-branch This command will automatically create a local branch with the same remote name and the --track will connect the…
gitanswered Alexandre Marcondes 2,135 -
6
votes3
answers263
viewsA: Intellisense disappears when the list of arguments is large
One solution would be to have a simple constructor and use the property initializer syntax that came with . NET 3.0 Your code would have an empty constructor with only one or two parameters and the…
-
9
votes5
answers14262
viewsA: How to sort list with complex object by one of its properties?
You can work with sorting using the method List<T>.Sort(IComparer <T>) (documentation on MSDN) implementing the interface IComparer (documentation on MSDN) in the classes of objects you…
-
2
votes2
answers505
viewsA: Is it possible to program using the Winrt API without resorting to XAML?
According to the Marcos Zolnowski: For Winrt it is possible to use HTML instead of XAML. If you only create objects via javascript, I believe this answers your question (no XAML and only via code).…
-
14
votes4
answers18382
viewsA: What is the difference between null and Undefined?
The main difference is that undefined is the absence of something in the variable. It indicates that a variable has never been defined or that someone has assigned undefined to clear a variable. If…
-
19
votes1
answer1873
viewsA: Mobile App Multiplatform with Xamarin
Architectures Xamarin applications can be created basically with two major types of architecture: native and layered. I’ll explain better: Arquiteturas Nativas They allow you to use the same…
-
2
votes2
answers6054
viewsA: How do I read the record of incoming and outgoing calls on my iPhone using Xamarin?
Apple doesn’t have any API on the SDK to access the call log for security and privacy reasons: to prevent Apps from collecting private user information and using or sharing with third parties. On…
-
19
votes6
answers23686
viewsA: Difference between absolute and relative Urls in page contents
Short answer Makes no difference because the browser optimizes and makes calls to the same place. The main difference is the one you mentioned yourself, in the amount of bytes of the HTML file. Long…
-
5
votes1
answer678
viewsA: Read SMS history log on iPhone using Xamarin
Apple doesn’t have any API on the SDK to access the SMS registry for security and privacy reasons: to prevent apps that collect private information from the user and use or share it with third…
-
13
votes2
answers1282
viewsA: Handle large files with GIT
The primary reason git doesn’t support very large files is that it passes the files through xdelta, which usually means that it tries to load all file contents in memory at once. If it didn’t do so,…
-
5
votes1
answer236
viewsA: Binding Facebook SDK 3.6 for Android
There are some alternatives for you to use: Alternative 1 - Use Facebook Monodroid-Samples You can simply follow the steps given by the page you referenced yourself: Download the SDK by clicking…
-
15
votes3
answers7499
viewsQ: How to fill in a numerical field as in internet banking (right to left)?
At Atms and internet banking sites there are numerical fields that when you type they are filled from right to left, increasing the number as you type, for example: +-----+--------------+…
-
6
votes1
answer508
viewsA: How does the secret of Bittorrent Sync work?
This is a translation of Jakob’s response to the OS in English, of the post cited in the question: Like was said by Bittorrent (see also the guide to users), the secret is a randomly generated key…
-
6
votes6
answers34688
viewsA: How to send emails only with HTML5 basics
You can use services such as Contactme or the Mailchimp both produce HTML to make forms directly on your site and email you or add the person to your email list (in the case of Mailchimp)…
-
4
votes1
answer115
viewsA: Is it possible to send messages from one Webworker to another Webworker?
You can try using the Messagechannel to communicate between the two Webwokers. I’m working on an example code on Jsfiddle, but you can see something functional in these links: Documentation…
-
9
votes4
answers6431
viewsA: How does the interaction between the layers in C# work and what is the function of each one?
Assuming you’re talking about C# for Web and ASP.NET MVC, the way to understand the layers of the system would be: View: Contains the view / interface Controller: Application control and logic ne…