All Questions

3
answers

Add class with php [duplicate]

I have a link. <a href="contacto.php?id='uno'" class="uno">contacto</a> I want to know if I can add another class to that link with php, for example. <a href="contacto.php" class="uno active">contacto</a> How...
asked on 20.08.2018 / 16:34
2
answers

Show text about google maps point

who helps me in the following: I have a project in which from winform I open the browser with the url of google maps specifying latitude and longitus, passing the parameters in the url (Example: " link "), everything works fine and shows it this...
asked on 17.06.2016 / 21:48
1
answer

added extends ListActivity and the emulator booted me error

does not show me the layout when compiling it. and I get the typical error when you do not add the activity in the manifest. I already made the tests, the error is generated when I add the ListActivity since I am using a listview. FATAL EXCEPT...
asked on 17.06.2016 / 17:37
1
answer

How to create a variable that cataloges in two groups the values that another variable takes in MATLAB

I have a variable "variant" that takes the following values: 1, 2, 3, 4, 5 and 6. What I need to do, is a new variable called amistad that takes value 1 for the cases in which the variante takes value 1, 3, 5 and that takes valu...
asked on 11.06.2016 / 20:19
1
answer

Error Google Maps getCurrentPosition () and watchPosition () are deprecated on insecure origins

Google Maps shows me the following error:    getCurrentPosition () and watchPosition () are deprecated on insecure   origins. To use this feature, you should consider switching your   application to a secure origin, such as HTTPS. See    link...
asked on 15.06.2016 / 22:29
1
answer

Create an instance of another ArrayList

I have an ArrayList in a class and I want to reference it in another class, I've read that I can copy an ArrayList like this: ArrayList<Persona> profesor= new ArrayList<>(persona); However, every time I run it gives me a...
asked on 12.06.2016 / 14:15
1
answer

Doubts about complexity bfs

In some texts (many), where the algorithm BFS is explained (Search in width - < em> Breadth First Search ) is a section that says that the complexity of this is O(v+e) , or failing O(v2) . That is, a problem P, but in some AI texts...
asked on 17.06.2016 / 22:19
3
answers

Is it possible to receive Firebase notifications on Android with the app closed?

The code I already have running but only receives the notification if the app is open or in the background, not if it is closed. I'm looking for a lot but I can not find the solution. I do not know if it will depend on something from the Mani...
asked on 08.06.2016 / 22:19
2
answers

Timeout in ASP .NET MVC

I have problems with an ASP .NET MVC application. The application does a timeout at about 20 minutes and nothing is done on it. I have these lines in web.config : <authentication mode="Forms"> <forms loginUrl="~/Cuenta...
asked on 10.06.2016 / 11:13
2
answers

Help, activity closes when launched

I'm new and I'm starting with Android in Android Studio .. I have a simple application that has two activities, the 1st asks for and sends a name and the second shows it, but when the second one is launched it does not show the name, the applica...
asked on 06.06.2016 / 02:48