Questions tagged as 'android'

0
answers

Fill gridview checkbox through SQL Server

I have a checkbox in the gridview and I want to load 'bit' fields in the SQL Server bd in this checkbox, that is, if it is 'True' the checkbox is 'checked'. I have this: connect = CONN(un, passwords, db, ip); String query = "select * from a...
asked by 12.10.2016 / 22:47
0
answers

Capture links in JSON for each recyclerView and appear data from the link that was captured which is another JSON (complicated)

So it's complicated to ask, but anyway, this is the logic: [ { "name": "http://meusite/dados1.json"}, { "name": "http://meusite/dados2.json", }, { "name": "http://meusite/dados3.json"} ] So as it was seen, I do not want to pass data str...
asked by 04.10.2016 / 00:07
0
answers

Locking on the map OnResume (); [closed]

I have the following code locking on the map in OnResume (); Could anyone help me? public class fragRegion extends MyFragment { private MapView mapRegio = null; private AlertDialog alertD = null; MyFragActivity myAct = null;...
asked by 04.10.2016 / 16:38
2
answers

How to make a manual system to check for new updates?

My application will not be published on Google Play, so I need to make a system to check for new updates and download them, without relying on Google Play. And preferably without spending anything, using free services (like Dropbox or the like)....
asked by 01.07.2014 / 01:03
1
answer

How to finish running the app on the emulator

I am building an application that caches the remote data pool. Fact is, I change the remote data, I finish the application in the emulator with back button. On the next run, clicked on the application icon, the emulator loads the same inst...
asked by 27.08.2016 / 02:01
1
answer

Open camera / file through WebView

I made an application to open my responsive site using the Android Studio WebView. It runs okay, but when I need to send some files through the site, take a picture and save, it does not open the camera! Has anyone gone through this? MainPage...
asked by 30.09.2016 / 15:54
1
answer

Linphone compilation error no ./prepare.py

I downloaded the linux project from git, installed all necessary dependencies and configured everything correctly (I believe) but when executing the command ./prepare.py It ends in the middle of the build at this point -- Detecting CXX co...
asked by 22.09.2016 / 19:45
0
answers

Online Radio API

I have a .m3u file that serves as a stream for an online radio. However I am new to this area, and I was wondering if there is a way to open this stream to listen to online radio within my application.     
asked by 22.09.2016 / 20:49
0
answers

Audio Stream

I'm developing an application that has one of the functions to play a streaming of a radio, the problem is that it worked in 1 Moto G2, 1 Moto G3 and in my ASUS Zenfone 2 LASER, it it just does not work it's like it does not support the protoc...
asked by 20.09.2016 / 01:12
1
answer

Compile Ionic app for old version of Android

I made an app with ionic, and when uploading to the play store, it was enabled for androids > 4.1, but the app is very simple, practically only queries the database. Can anyone tell me if it has how to compile it for an earlier version of and...
asked by 19.09.2016 / 15:00