I want a program that shows ask the user for numbers until you enter a "0" or a negative number, when this happens, the program should show:
1.-How many numbers are entered
2. How many are cousins
3. How many are pairs
4.- How many are odd.
I...
I have this table:
db.define_table('cotizaciones',
Field('numero_ticket', 'reference tickets'),
Field('numero_cotizacion', 'string'),
Field('fecha_registro_cotizacion', 'date', default=now),...
I have to upload two images (they do not have to be uploaded at the same time) to two ImageView , each one selected separately from the gallery. I managed to get one of them, but I duplicated the data in the two ImageView because of...
I would like to create a project in Swift 2 that does not work with storyBoards since in Objective-C I am used to working with XIBs .
Some time ago I was testing with Swift 1.x and I remember that to assign the VC to rootViewC...
I have a question, is it correct to initialize a property full in ViewModel as follows?
public class MainViewModel : ViewModelBase
{
private ObservableCollection<Driver> _drivers = new ObservableCollection<Driver>...
I have created in parse several classes and many of them related to each other by Pointers. An example is the following.
I have 2 classes:
subcategorias
comercios
In comercios I can have records of many trades, t...
In a method where I move files, when I pass the parameters and perform the operation, I always get an error. If something is failing me, could you help me?
public void MoverArchivo(String oldPath, String oldName, String newPath) {
File f =...
I am trying to authenticate my registered users through Facebook in Firebase. But the Firebase documentation is in objective-C and I'm working with Swift.
I have already created the app from Facebook and authenticated by Facebook on the Fireb...
I have seen some examples online but they have not worked for me the way I need to, and when I click on the id of a href that is the same of a div show me the table that is hidden.
HTML CODE
<a href="#" id="displ...