Questions tagged as 'android'

1
answer

How to configure mopub ads?

When you install the mopub plugin in Android Studio you choose the type banner ad and it gives you all code so you can paste it in the right place. You run it works right appears on the test ad, there you go to the site and create th...
asked by 18.06.2015 / 22:22
2
answers

What is the correct way to authenticate to a REST API used by mobile applications?

Actually, there are two questions (with sub-questions). Today I have an already implemented token generation mechanism (inherited from a web application) that I'm using in my REST * API for mobile applications. The applications encourage th...
asked by 04.12.2014 / 19:50
1
answer

Is it possible to create applications for Android using HTML5?

I really wanted to start developing applications for Android phones, but I have almost no knowledge about the operating system SDK, I have more knowledge about HTML, Javascript, CSS. I have in mind that creating an Android app should be well...
asked by 15.04.2014 / 04:28
1
answer

Using Sqlite on Android with Phonegap

Well, I have a little problem ... I'm doing an application and I'm using sqlite on android to save a copy of my database, so far it's fine, it's working, it's copying the data the only problem I found is this. To make it clear I'm putting the...
asked by 09.10.2015 / 16:06
1
answer

How to resolve the error: "The XXXX application has stopped"?

Good afternoon, I have an application in the language C # that develops an application for android (using xamarin). The application works normally for android versions 2, 3, 4 and 5. However, using a device with android 6 (marshmallow), t...
asked by 11.10.2016 / 20:39
2
answers

CompareTo: Comparison method violates its general contract!

I found a lot of questions about this, and tried all the suggestions I found, however, the problem persisted. If someone can help me, here's my problem: I have a list of requests, this list is updated from pull to refresh, and reordered by...
asked by 15.12.2014 / 19:44
3
answers

Doubt two player game, half screen upside down

I am creating a program to practice what I have learned so far and to learn more, but I have reached a stalemate. The question is: I'm creating a question and answer game for two players, each one stands on one side of the phone to play, the...
asked by 09.06.2016 / 02:16
1
answer

Read message from USSD Android code

Using the API on Android is it possible to communicate via USSD? Is it possible otherwise? If yes how can I get the response message when entering a USSD code in Java?     
asked by 08.07.2014 / 11:43
1
answer

Force Android GPS to refresh reading

I recently added my application to the collect feature the latitude and longitude points of the GPS on which the device is located. I've added lines to AndroidManifest.xml: <uses-permission android:name="android.permission.ACCESS_FINE_LO...
asked by 20.02.2017 / 15:21
2
answers

How to put a link to download the application when the user enters my site through the mobile phone

Well, I have a website and the application for IOS and Android. And I wanted every time the user entered the smartphone he had the option to download the application, and already recognized which operating system it is. As in link But I do not...
asked by 22.01.2016 / 15:58