Questions tagged as 'android'

1
answer

MS SQL Server android connection

I have the following code for a login, but when executing the application, it is dropped by the OnClickListener method (server, and users of the bdd omitted for obvious reasons) package com.ciclomapp.ciclomapp.ciclomapp; import android.annota...
asked by 02.10.2016 / 19:13
1
answer

How to make a circular layout or Circular ViewPager in Android Studio?

What I'm looking for is like the following image: They are like selectable items, I want to do just like the image, the options rotate from left to right or from right to left, the images become bigger, when you go to the next option an...
asked by 03.09.2016 / 16:23
1
answer

Spinners with check box as elements

I want to implement a spinner that contains an array of check boxes, I've seen some applications that have it but I have not. Does anyone know how to do it?     
asked by 01.05.2016 / 18:30
1
answer

Scroll listview and add edittext data

I am developing an application that consumes web services ( Web Services ), it is already advanced and I am now filling a ListView through a custom adapter a detail which brings information such as the balance and balance due, and a Ed...
asked by 10.05.2016 / 21:26
1
answer

Problem with SearchView Actionbar Android

I want to see if you can help me with another problem, what happens is that in my Activity where I show Clients in a listView custom, integrate in the part of ActionBar a SearchView for users Can I search the client,...
asked by 19.05.2016 / 16:17
1
answer

Turn on the Flash led by pressing an item in Action bar

I'm trying to turn on the flash of the cell phone as a flashlight, from an item in the action bar, but I can not turn it on, the code is e as follows: Variable delcara at the start of the calse to manage the on and off: boolean isOn = f...
asked by 02.06.2016 / 18:28
1
answer

error when using webservice in android studio

I'm trying to login to a MySQL database and when you press the button to enter the application it stops. This is all the JAVA code I'm using: package com.example.chvid.servicioandroid; import android.content.Intent; import android.support....
asked by 03.06.2016 / 09:02
3
answers

Passing date and time JSON PHP format to Java

I have this JSON that comes from a PHP : [{"id":101,"date":{"timezone":{"name":"Europe\/Berlin","location": {"country_code":"DE","latitude":52.5,"longitude":13.36666,"comments":"most locations"}},"offset":7200,"timestamp":14712120...
asked by 24.04.2016 / 13:25
1
answer

Share article to WhatsApp via WebView

I would like if possible you can guide me and tell me why I figure an error when sharing an article on WhatsApp and that I am viewing it on a webview, I get an error net :: ERR_UNKNOWn_SCHEME     
asked by 22.06.2016 / 16:55
1
answer

Capture incoming call. Android

I have my application that uses the MediaPlayer class, I need that when a call comes in the sound is mute, but when the app goes to the background (when you press the home button for example) follow the playback of the audio. public static...
asked by 18.07.2016 / 23:13