Questions tagged as 'android'

0
answers

Problem CalendarView in extends (navigation drawer) Fragment?

I'm trying to put a calendarview in a navigation drawer but it will not let me. The Presentacion.java: implements NavigationView.OnNavigationItemSelectedListener,FragmentFirst.OnFragmentInteractionListener, FragmentSecond.OnFragment...
asked by 12.08.2016 / 14:16
1
answer

Recidentally copy resources from Assets to Internal Memory in Android?

I have several resources in the src/assets/ folder I need to copy as they are in another location, accessible to the user, internal memory documents or sdcard . Taking into account recursion, if within the source there is...
asked by 14.08.2016 / 17:21
1
answer

localStorage is not saved correctly on iOS using Cordova

I am developing an app for iOS and Android using Cordova. Everything works well, except for a part that works on Android but not on iOS: the persistent storage of data. In my code I have this: storage = { save: function(name, value) {...
asked by 09.08.2016 / 13:52
0
answers

Inject JavaScript into Webview to modify remote html element

I have a app that only contains a webview . It shows a page (mine) that has a textarea. I want to be able to inject some code lines javascript to modify that element when I click on the "back" key. Here I show what I have so...
asked by 18.07.2016 / 17:53
1
answer

Manage large volume requests in Windows Azure

What kind of community? I have the following doubt; We are developing a project and we have a web application made in asp mvc and applications in android and iOS. Many of the functions that the mobile platform does are done through the web vi...
asked by 18.07.2016 / 21:26
1
answer

error when calling build.create

I have customized a dialog, but since the AlertDialog.Builder does not have dismiss () I removed the builder and now it does not accept the create call due to a vesrion error. public AlertDialog DespachoAct() { final AlertDialog buil...
asked by 13.07.2016 / 17:16
1
answer

You doubt when calling back the activity with a certain fragment from the notification bar

Good morning, I have an application that uses a layout in barra de notificaciones . Within the layout, I have a botón with an icon which if I put it is abre la aplicación with the main activity. The problem arises, because...
asked by 22.11.2016 / 13:32
0
answers

Upload content of a webview as well as the height of the keyboard that opens

I need to know how to raise the webview as well as the height of the smartphone keyboard where my hybrid app is installed. What happens is that being a hybrid app, if I click on an input that is displayed in a webview, the keyboard opens but the...
asked by 09.07.2016 / 21:55
1
answer

MPAndroidChart. Consume MySQL data

I need to use the data I have obtained from my remote server (MySQL) using loopj to create a chart. I have managed to connect and receive the parameters but I do not know how to transfer them to the graph (MPAndroidChart, linear graph). This...
asked by 10.07.2016 / 23:23
0
answers

SearchView lollipop

I need to use this code for android lollipop but if I extend ActionBarActivity, it does not recognize it and it changes it to ActionBar. How can I do this same SearchView for lollipop? If I try to extend from AppCompatActivity (which I saw is th...
asked by 31.07.2016 / 23:57