Questions tagged as 'android-studio'

1
answer

How can I send a complete sqlite table to mysql in android studio?

I need to send all the information from my table: String create_aguacate_table = "CREATE TABLE " + TABLE_AGUACATE + " (" + COLUMN_IDAGUACATE + " INTEGER PRIMARY KEY, " + COLUMN_CALIBREAGUACATE + " TEXT, "+ COLUMN_PRECIOAGUACATE + " TEXT, " + C...
asked by 11.12.2016 / 04:36
0
answers

How to obtain different id of each data of a webservice? ANDROID-STUDIO [closed]

Hello good again. I'm with a project where a top ten of the most famous songs will be shown from a webservice right at that moment, the problem is that besides that, we must leave the detail of each song, which within the webservice is an id,...
asked by 15.11.2016 / 18:47
0
answers

Keyboard shortcuts for Android Studio [closed]

Seeing how important keyboard shortcuts can be in programming when it comes to saving time. I would like to make a list of shortcuts for Android Studio together with your collaboration. I think this would help a lot of people learn other keyboar...
asked by 15.11.2016 / 17:00
0
answers

Overwrite, reuse Messages (Handler)

When executing the following code: @SuppressWarnings({"BusyWait"}) @Override public void run() { Bundle datos = new Bundle(); Message msg = new Message(); for(Integer i = 0; i <= 10; i++){ try { datos.putStri...
asked by 18.10.2016 / 21:49
0
answers

BLE with Android Studio

I'm doing a project in which I have to read a characteristic of a BLE module, the feature that I need to read is the Heart rate with U UID 00002a37-0000-1000-8000-00805f9b34fb del servicio con UUID 0000180d-0000-1000-8000-00805f9b34f . I...
asked by 16.11.2016 / 13:35
0
answers

Android drop-down content [closed]

As I can do on android a drop-down content, that is, I have two buttons when I press the first, in the middle of these images or text appear, the idea is not to put the text view or the image view invisible because it still remains the content,...
asked by 25.10.2016 / 23:48
0
answers

Do you know how I can integrate Tesseract OCR in Android Studio? [closed]

Good afternoon, I've been looking for information on how to integrate Tesseract OCR in an application I'm developing in android Studio. I have seen that with the NDK-Build, and in others that only one line should be added to the gradle but, in f...
asked by 07.11.2016 / 22:30
0
answers

Navigation Drawer Activity [closed]

I have the menu that comes by default in android studio, I would like to make it work. I think it would be calling a fragment but I do not know where to start. MainActivity implements NavigationView.OnNavigationItemSelectedListener,BlankFrag...
asked by 28.08.2016 / 00:10
1
answer

E / SQLiteLog: (10) Failed to do file read, got: 0, amt: 4096, last Errno: 2 why is this error due?

Hello I make a database for a project which has foreign keys, when executing an insert I always get these messages but if the insertion of the elements is made without any problem but I would like to know if it can cause problems for me error th...
asked by 12.09.2016 / 16:53
0
answers

Android Studio 2.0 on ubuntu 14.04 LTS

Hi, I would like you to help me with this error that appears in android studio 2.2 on ubuntu 14.04 LTS Error: Process 'command' / usr / local / android-studio / jre / bin / java '' finished with non-zero exit value 2     
asked by 03.10.2016 / 06:23