All Questions

1
answer

Delete button in ListView Android

I created a custom list using simpleCursorAdapter commonly accessed the elements by clicking on them as follows: Listado = (ListView)findViewById(R.id.ListaAgregados); Listado.setOnItemClickListener(new AdapterView.OnItemClickList...
asked on 24.02.2017 / 08:02
1
answer

Filtering API Rest Framework Django (Extra Field FK)

I would like to be able to filter by the value of another field in the table (FK) not only by id Right now if I write link it returns the results I want , but I would like to be able to filter in the following way (for another field of...
asked on 23.05.2016 / 11:18
1
answer

Div is hidden by decreasing the width of the browser

I am editing the styles of this website: link The problem is that by decreasing the width of the browser the div called "site-top-bar-right" does not show its content, as shown in the following screenshot: Any suggestions or...
asked on 22.02.2017 / 15:30
1
answer

Get an item using agularjs

Good friends. I'm using angle 1.6 and I've integrated ui-route for views, this is my code in index.html <!DOCTYPE html> <html lang="en" ng-app="app"> <head> <meta charset="UTF-8"> <title>Document<...
asked on 24.02.2017 / 23:14
1
answer

Error saving the path of the new .png created in Sqlite

I create a new .png of the image that I select from the Gallery and try to save the path in my Sqlite but I close the application once selected the image of the Gallery. EditarPersonaActivity public class EditarPersonaActi...
asked on 25.02.2017 / 13:32
2
answers

PHP does not show errors in the connection even if it is incorrect

I have the following code that makes the connection of php and sql server but although I put the data of the connection wrong it does not show me any error: <?php session_start(); if (isset($_SESSION['usuario'])) { header('location: co...
asked on 06.05.2016 / 15:14
1
answer

Record data from a Partial View (popup)

I work with ASP.NET MVC 5, I have a partial view which when I press the Save button should persist the data in the db and go to the Index but it is not registering the data. I show code. CONTROLLER public ActionResult CreatePV() {...
asked on 23.02.2017 / 19:07
1
answer

variables of an array with the same name

I have 2 arrays in Java with different Array names (sender and recipient), but the variables within the arrays are the same (account_number, product_id, external_id, simulation, recipient_sms_notification, sender_sms_notification), when declarin...
asked on 11.05.2016 / 15:52
1
answer

ID Button, Jquery

I need to get a webmethod string ASP.NET C # the id of the html button. So far I have the following and it works to get the value of the textbox. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherit...
asked on 11.05.2016 / 16:37
1
answer

Android library Gson on Mobile does not work

The problem I have is that in my Android application I am using an object
asked on 08.05.2016 / 13:47