Questions tagged as 'android'

1
answer

send Bluetoothsocket to a fragment on Android

Good afternoon. In the development of an app with bluetooth connectivity a little problem has arisen, since I have never worked with fragments, and I see them somewhat complicated. From the main window, start a new fragment with a button....
asked by 20.07.2016 / 11:22
1
answer

problem updating app on google play

Good morning, I have an application that I had uploaded to google play, but recently I made changes and improvements, and then, I uploaded it to the play store. all that by changing the gradle and the code version correctly. However, when I see...
asked by 20.07.2016 / 16:33
1
answer

Radio button in item and SQlite

I am trying to restate a previous question that is very confusing. In the first place, taking into account that in the local database there is a series of data that have been previously inserted, I generate a query and I display the result of...
asked by 23.02.2016 / 15:20
3
answers

Adapt grandle to the android.os.Build.VERSION_CODES

When I run my application, even though it does not generate an error, it does not appear on any device and generates this message ?? Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this v...
asked by 30.07.2016 / 01:41
1
answer

Change properties of Google Maps PolyLine - 'setStartCap' and 'setEndCap' - rotate and color

I'm working with Polylines on google maps. The question is that I want to add arrows on the line that is created. But researching I found the properties of setStartCap and setEndCap , which allow me to insert an image at the beginning or e...
asked by 05.01.2019 / 03:38
1
answer

How to respect breaks of text lines copied to the clipboard

Good day, I have a small code that manages to copy a text that is inside a webView which loads a web page. The problem is that I do not get that when extracting the text from the clipboard this does not respect the line breaks. final Clipboard...
asked by 05.01.2019 / 04:29
1
answer

Configure plugin NBAndroid-v2 in Netbeans 8.2

Good morning, for work reasons I should start working on an android project on the IDE NetBeans, researching I found that the NBAndroid plugin should be installed, which according to what I read is no longer officially available although there i...
asked by 31.12.2018 / 20:23
0
answers

Where can I simulate an app on a specific device?

I have an application in production and a user has informed me that he has problems with a certain activity. Looking at the code I do not see anything strange and in the devices with which I have tested the application works correctly. This u...
asked by 03.01.2019 / 16:31
0
answers

upload android photo

I have developed an activity to upload a photo from the camera or from the gallery, in addition to saving it in the device, in case of capturing it, I show it in an ImageView. The problem I have is that when I try to upload the photo from the ga...
asked by 04.01.2019 / 19:27
2
answers

Deserialize JSON from MongoDB on Android

I am relatively new in the mobile development I was working with Mongo consuming an API that local but now I want to know how to deserialize the JSON data that I consume from the API. Here is how I am working (Localhost), I have managed to...
asked by 02.01.2019 / 03:06