All Questions

4
answers

Disable the functions of the three buttons (Back, Home, change app) android [closed]

I am looking for some way to disable the functions of the navigation bar buttons so that my app can not be closed. Thank you very much.     
asked on 27.01.2017 / 20:46
1
answer

How to make a custom select2 as it appears in the API of the same plugin?

I can not find how to customize my select2 as they do in the API. ( here the link ). I search everywhere and in the same Pligin API they do not specify anything of how to do it. I clarify that I do it in my system but in a simple way....
asked on 26.02.2017 / 16:46
1
answer

Failed to solve the errors indicated by Google developers pagespeed js + css [closed]

I am working on a web page and it is already uploaded to the hosting (but since I have to fix some things still, I have closed the access). The issue is that I opened it a moment to see what google used to tell me in its tools for uploading a we...
asked on 28.05.2016 / 18:54
1
answer

HIVE - Error: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement

Very good. The first thing I have to say is that I am a first-time user of Hive, so my mistake may be a beginner's mistake. My problem is this: This is trying to create a table with five columns (game-clock, time, game-event, shot-clock, loca...
asked on 08.03.2017 / 16:23
2
answers

Columns and row datagrid wpf

I have an editable datagrid in wpf, when writing in a cell it puts that same value in the cell that follows, in the same row, but when I have another row the value of my cell in the second row paints it in the cell next from the first row, how c...
asked on 02.06.2016 / 22:07
1
answer

How to add and remove google-maps marker in javascript?

How to add a bookmark in google maps and delete when you keep selected for 5 seconds? function genera_marcador(lat, lng) { var marcador = new google.maps.Marker({ position: new google.maps.LatLng(lat, lng), dr...
asked on 03.03.2017 / 01:08
2
answers

Place StringRequest / JSONRequest of Volley within a class to be called

I would like to ask about how to place a StringRequest inside a class, because it usually shows an error showing that it needs a Context to be able to work. I do not seem to ask for a Context context as a parameter. To be able to call a class th...
asked on 01.06.2016 / 05:10
1
answer

Problem when inserting data into a database

I have some data that I want to insert in my BD, but the problem is that they are not inserted. Table creation in BD: public class DB extends SQLiteOpenHelper{ String tabla ="CREATE TABLE Datos (Id INTEGER PRIMARY KEY AUTOINCREMENT...
asked on 08.03.2017 / 22:19
0
answers

Use a table instead of multiple html with EmailService

I usually do this: Email Service: public void NewScholarship(Boolean isApproved, String name, String classificationDescription, String percentage, String dateStarting, String dateEnding, String description) { Subject = isApprov...
asked on 06.06.2016 / 02:10
3
answers

StringBuilder - The Append method stops working at a certain point

I am working with a small project, graphipedia (It is used to import dumps from wikipedia or some other wiki), and through this I am importing a dump of wikiquotes. This project uses stax internally to parse the xml (that is, the dump) At som...
asked on 29.05.2016 / 18:29