Questions tagged as 'android'

0
answers

Get custom list value

Good afternoon, I'm working with a custom list, whose definition is as follows (CustomList.java): public class CustomList extends ArrayAdapter<String> { private final Activity context; private final String[] Keys, Values; //private fina...
asked by 11.01.2017 / 13:22
1
answer

Problems creating BD android

I'm following the Android Developers tutorial to create a BD: link I use Android Studio 2.2.3 and an Alcatel Pixi 4 with Android 6.0 for testing. When you run the App you just have to create a BD with a table and insert a record, on the dev...
asked by 08.01.2017 / 01:19
2
answers

Problem when displaying Data in ListView Android

To show the data from the database I use a do-while loop that runs through the whole table but when adding the data to the vector I do not know what happens that are not added well and in the listView only a group is shown and if I add an...
asked by 02.02.2017 / 15:38
1
answer

Help when entering several data in Android

I need help loading several data using a TextView, I'm doing a project that I was asked at the University is the subject Operational Research I do not know if you already know but I have to do a project for that matter, my problem is that I know...
asked by 07.01.2017 / 03:27
1
answer

Circular Progressbar and Webview

I have a webview but it takes a few seconds to load, I want to include a progressbar while the web page loads and for some exception show a message when I can not load the webview with the content. XML <?xml vers...
asked by 08.01.2017 / 19:13
1
answer

EditText type Whatsapp

When entering text in the Edittext of whatsapp the keyboard is always positioned below Edittext , without covering what you type and this edittext increase in size depending on how much text is enter Does anyone have any id...
asked by 03.01.2017 / 20:11
1
answer

Place a link in an android cardview connected to the database in Firebase

public void setLink(String link) {TextView post_link = (TextView)mView.findViewById(R.id.linkText); post_link.setText(link);} I am creating a recycleview list and within them a cardview connected to my firebase database. but...
asked by 03.01.2017 / 20:01
1
answer

When going through the second my sqlite table starts from the second android record

Good morning I'm just finishing developing an app in android studio, I just have a problem, I save data in a bd in sqlite, only when I make a select from my table I do it well, but I try to go back to my table but it does from the second reco...
asked by 28.12.2016 / 16:38
1
answer

Help with creating a php record and insert in database

I do not understand much about this, but what I'm doing is an android project. Create a login with facebook, which leads to a user registry, in which only the users enter a user, and the rest of the data I subtract from the profile. The fu...
asked by 31.12.2016 / 07:47
0
answers

Problem when uploading an FTP file using an Asynctask

I have a problem with uploading a file to my ftp server: The problem is not that the file does not upload, or that I can not connect to the FTP server (in my local network) ... The problem is that after connecting, upload the file, the connectio...
asked by 21.01.2017 / 14:57