All Questions

1
answer

Unbalanced Snackbar

I have a snackbar that runs when I click on a marker, the problem I have is the position where the snackbar opens: is interrupted with the android action buttons and my idea is to move it a little higher, then the code I'm using map.s...
asked on 08.12.2016 / 20:18
1
answer

Android Studio does not show project structure

I have uploaded my project to bitbucket in Android Studio that is on another PC (Mac) and here my problem :. I'm downloading it from bitbucket to Android Sstudio on another PC (Windows) and I download the files but it does not show me the struct...
asked on 18.12.2016 / 23:52
1
answer

How to use an interface with polymorphic parameters

I have a question about interfaces and their use, first I tell them about my problem I have to build a system in which I have actions from 1 to 10, each action has individual properties, that is they are different objects Here is an examp...
asked on 09.12.2016 / 22:30
1
answer

Error passing object by session in php

I'm doing a login, and the type of user is a different object, that object in the code that it queries if it works well, use a var_dump to the session variable where I used it and it works well, epro when I sent it no longer works. Login.php...
asked on 19.12.2016 / 04:11
1
answer

What is the correct way to implement TOASTR?

I'm working with ASP.NET MVC 4, C #, I need to implement toastr following a manual, implement it on the server side and do it once with a base class. Extend MVC controller to support Toastr messages But they also recommend implementing it o...
asked on 13.12.2016 / 01:55
1
answer

List active network cards in linux with C

What I'm missing and I do not really know how to do it is list which network cards are active, get the names (example: eth0, eth1), I have a program that already gets the mac and occupies the validation of the eth0 card , but my question is how...
asked on 25.11.2016 / 19:02
1
answer

How to add a matrix n x n using threads (Thread)?

I want to know how to add a square matrix n x n using java threads and I did it with a fixed matrix of 2 x 2 but I can not think of doing it with a matrix of n x n. //Clase Suma public class Suma extends Thread { private int n1; private int...
asked on 23.12.2016 / 21:50
1
answer

Android: Keep the options menu (OptionsMenu)

How can I continue to show the android options menu when I press any of the menu items. In other words I do not want the menu to be hidden when I press any of the elements.     
asked on 28.12.2016 / 15:51
3
answers

pass data onItemClickListener in in ListView loaded with JSON to show them in another activity

I need to control the click on the custom Listview so that it performs an operation depending on which one is pressed. I already have the OnItemClickListener. But, how can I pass the data contained in the Item to another Activity? I leave...
asked on 26.11.2016 / 16:46
2
answers

Register ADO and VB 6.0 records

I'm working with VB 6.0 and Classic ADO, I'm trying to insert data but using parameters. Connection Public cn As ADODB.Connection Public rs As ADODB.Recordset Public Function Conectar() As Boolean 'TODO: Add 'Conectar' body here....
asked on 01.01.2017 / 00:09