Questions tagged as 'android'

2
answers

Pass variable to class cursorAdapter from activity

I have data loaded into a listview with custom cursorAdapter, my question is how can I pass a variable to the adapter cursor from the activity where I call the cursor, I do not know if they understand me. Try to pass it through the constructo...
asked by 17.05.2017 / 00:10
1
answer

How to solve problems with admob does not create ads, but appears as printed?

Hello everyone My problem is this: I currently have a problem with admob that when I try to display an ad, but it is not displayed, what I noticed is that the system sends the request , because it is stored as an impression in the admob a...
asked by 21.03.2017 / 00:53
0
answers

Problems with http://schemas.android.com/apk/res/android

Currently I'm getting into the Android programming with Visual Studio v3 and Xamarín v4.3 . The project that I am creating is to make a layout of login, but I have several problems with http://schemas.android.com/apk/res/android ,...
asked by 20.03.2017 / 13:10
1
answer

Any alternative to cast (SupportMapFragment) getFragmentManager ()?

Under normal conditions works great, I do not understand why it does not work, I tell you what I'm doing, I open a DialogFragment that shows a Map; using a menupop of an item in a gallery that is in a fragment, the detail is that the getFragment...
asked by 16.02.2017 / 01:16
0
answers

How to write in system files?

I want to be able to write to a file that is system and that the only way to do it is with root permissions (I have them but it does not even work). My code Process proc = Runtime.getRuntime().exec(command); Toast.makeText(this, "Si", Toast...
asked by 16.02.2017 / 02:18
0
answers

Display a number of a php query, using an asynctask

I have a query in php that obtains the result and is a real number (1,2,3,4 ...) which are the number of records in the table of BD and I want this number to be shown in Textview. My problem is that how to assign the variabl...
asked by 06.02.2017 / 00:03
0
answers

webView Does not load the resposive design [closed]

Greetings my people I'm grabbing this app with help from the internet ... .. This is the same app in different android oks what happens is that in the virtual android AVD loads well but in phone does not load the responsive of the web not huh di...
asked by 07.02.2017 / 23:40
1
answer

I need to update with the sig, code but I do not get it Android, php, mysql

This is my PHP code to update. <?php if($_SERVER['REQUEST_METHOD']=='POST'){ //Getting values $Code= $_POST['Code']; $user = $_POST['user']; $Pass= $_POST['Pass']; $TipoUsuario = $_POST['TipoUsuario']; //importing database conn...
asked by 20.02.2017 / 01:04
1
answer

Internet permission error

I'm working with cordova an application for Android that makes use of the internet. For this, I add the cordova-plugin-network-information plugin, which is supposed to add the permison.INTERNET , but when reviewing the manifest.xm...
asked by 27.01.2017 / 23:37
0
answers

Problem when populating Recyclerview from Firebase Database on Android

Good afternoon, I have a problem when populating recyclerview with data from Firebase database. These are the data that I have stored in the Firebase database: They all have the same characteristics (description, image, price, type)....
asked by 03.02.2017 / 21:26