Questions tagged as 'android'

1
answer

Clean Cache BLE Bluetooth

I am doing a reading of a device, and when making successive readings the information is not updated, so I would need to know how I could clean the cache or buffer that may be causing this information not to update. It is using the BLE module al...
asked by 23.08.2017 / 07:43
0
answers

Backup copies with google drive [closed]

I have seen that some app like whatsapp allow backup with google drive. And if you access google drive you will see all the backup copies that you have stored in it. I have been searching the internet but there is nothing about this and I would...
asked by 23.08.2017 / 16:27
0
answers

THE BOTTOM NAVIGATION VIEW ESCONDE

I have a bottom navigation view in my app and I have a problem because when switching to the main fragment, half of the Bottom Navigation View is hidden. activity_main: <android.support.design.widget.CoordinatorLayout xmlns:android="ht...
asked by 15.09.2017 / 15:08
0
answers

Take a photo and save it full size no bitmap [closed]

Good, I would like you to help me, how can I take a photo and save it (not the bitmap) the photo in full size, for example as whatsapp does, that creates a folder in the mobile, I have seen several pages where they show how to save on the sd car...
asked by 28.07.2017 / 01:01
0
answers

Inactive cellular notifications [closed]

What library or method can I use to activate notifications when my cell phone is suspended? For example, a stopwatch that acts in the background and after a certain amount of time notify that terminal.     
asked by 24.07.2017 / 18:10
2
answers

Remove Padding ImageButton Android

I use ImageButton to give a selection effect, but I can not make the image stick to the bottom edge, can someone help me with this? cantidades buscar. <ImageButton android:id="@+id/imageButton" style="?attr/selectableItemBa...
asked by 22.07.2017 / 00:29
1
answer

Notifications with android firebase

Good morning I have a problem. I would like you to help me as I am implementing push notifications with firebase in android the notification has the title body and an image I send from < strong> php my code is as follows: function.php...
asked by 21.07.2017 / 18:12
2
answers

Errror to parse ej json obtained by consuming web services "com.android.volley.ParseError:"

When consuming web services I received a json and it is generating a parse error Error en la peticion: com.android.volley.ParseError: org.json.JSONException: Value [{"id":1,"name":"Test","description":"some description","price":3.1416,"finish"...
asked by 21.07.2017 / 18:45
0
answers

Android HashMap with custom adapter [closed]

The purpose of the code is to print the names of the chapters when the season is in the same position, here an example, tengo una serie "x" con 2 temporadas Temporada 1 [10 capitulos] Temporada 2 [10 capitulos}] serie "e" con 1 temporada Tempo...
asked by 22.07.2017 / 03:52
1
answer

Open a contact from the android contacts application from my application by id

I'm starting on Android, and I need to open from my application the contact in particular of the native contacts application by passing the id, I get to open the android contacts application, but only the main page, and I can not find the form t...
asked by 22.07.2017 / 14:07