All Questions

1
answer

I can not get the user's name Facebook api js

I have this code to try getting the user's name FB.api('/me', function(response) { console.log('Successful login for: ' + response.name); }); but the answer that the console gives me is:    Successful login for: undefined without...
asked on 30.06.2016 / 19:56
1
answer

How to show the data of a logged in user

Good, some way to show the data of a logged in user? I need that after a user logs in, in another page show me the data of this user: I have two tables: And this is my code with which I am validating and trying to extract the user...
asked on 26.06.2016 / 08:27
1
answer

Error using Facebook SDK on android

I'm trying to login with facebook, this is my code MainActivity: package com.example.em645.loginfacebook; import android.content.Intent; import android.support.v7.app.AppCompatActivity; impo...
asked on 30.06.2016 / 15:53
1
answer

Is it possible to create a table in Angular DataTables with a factory?

I'm using the famous angular-datatables plugin that combines Jquery Datatables with Angular. I just learned how to use a factory to fetch data from a JSON file. My question is: Could you use a factory on angular-datatables to use it as...
asked on 21.06.2016 / 15:45
1
answer

Problem with PHP

I have an HTML code to send a form that carries a photo. <form method="post" enctype="multipart/form-data"> <input type="file" name="imagen_subir" id="imagen_subir"> <button type="submit" class="form-control btn btn-dang...
asked on 22.06.2016 / 03:06
1
answer

Map from Java to Mongo an object with custom structure

I'm using a Mongo database and the backend with Java Spring. Originally it had this structure: "defaultActivation":{ "accounts": ["500026", "500027"] } And I mapped it with the following structure in Java: private Map<String, Set...
asked on 30.06.2016 / 20:24
1
answer

Can I use an Eval () in the ItemCommand of a ListView?

What I want to do is a button that edits me by SQL , and I have that, but I need the ID of the row to edit (I extract it from with Eval("id") of listview1 ). I have a ListView that within ItemTemplate there is a...
asked on 23.12.2018 / 03:23
1
answer

How to subtract the total of repetitions between two tables?

Good morning, I have this query that brings me the total of the times that the user repeats the previous month of the "megusta" table, in order to get the total per user of how many I like to have obtained the previous month. SELECT usuario...
asked on 19.12.2018 / 20:05
2
answers

Delete an item from ListView and DB SQLite with OnItemLongClickListener

I'm trying to delete items from a ListView by keeping the click, which works but when I go out and go back into the activity, I reappear the items I deleted. I think this happens because I do not delete the element also from the Data Base,...
asked on 21.12.2018 / 13:04
1
answer

HTML text is not displayed in Safari browser [duplicated]

On the website link , the mobile phone number in the SAFARI browser is not shown at the bottom of the page, only "cellular:" and the number goes blank. In Chrome you see the text well, can it be the typography? <p>Celular: +...
asked on 18.12.2018 / 04:24