Questions tagged as 'android'

0
answers

Problem Simulator / Smartphone in Android Studio

I am developing an app for my final degree project and I have a particular problem; in the simulator of Android Studio the app runs without problems, however, when I try the same app on my phone it does not run well, I've tried it on several mod...
asked by 14.03.2018 / 18:56
0
answers

How to use ChatKit in my Android app

I want to implement the chatkit library, in my application, but I do not succeed, someone has done it? I would appreciate your help     
asked by 10.03.2018 / 23:33
0
answers

Join polylines with MySql lowered coordinates on Android?

What happens is that I have coordinates in my MySql database and I want to get them in android to draw a polyline, and I found this tutorial link .... but it happens that I am still a novice, and in that tutorial it only indicates consulting 3...
asked by 25.03.2018 / 20:15
0
answers

Frames skipped when using Constraintset

I have a recyclerview, where each element is a cardview that contains a Constraintlayout for the disposition of the items. Every time I click on the card view the idea is that, if you have the original constraints, apply another set of constr...
asked by 08.03.2018 / 01:59
0
answers

problem loading recyclerview list with firebaseui

I'm very new in developing applications, I'm doing this app where I have to save some data in the cloud, I'm using firebaseui with recyclerview for it. I could upload the data but when loading the list my app is closed. Here I leave the code:...
asked by 08.03.2018 / 00:09
0
answers

TextView text is cut off

I have a LinearLayout and its elements that are inside it do not mark error, but I have a problem with a TextView since the text looks a little cut.    Code <LinearLayout android:layout_width="match_parent" a...
asked by 08.03.2018 / 20:58
0
answers

prevent a new intent from being repeated on android

Hi, I'm trying to create an intent in android, but the objective is to check if the intent exists and if it exists, destroy it and call a new intent with different parameters, this is the calling code. public void Safesearch(String urlgoogle){...
asked by 08.03.2018 / 23:23
0
answers

Error: com.android.builder.dexing.DexArchiveBuilderException: Failed to process

Good I am using Android Studio and I have a problem that I honestly have not found a concrete solution even though I tried several things, like restart without the cache, edit the build.grade I inserted the compile line 'com.google.guava: guava:...
asked by 08.03.2018 / 19:06
1
answer

Setting a MediaPlayer object as AndroidStudio Ringtone

I am in the development of an application which has 4 objects MediaPlayer loaded and are reproducible, very similar to a keypad I want to be able to set them as a ringtone, notifications or message and I can not find anywhere to do it....
asked by 08.03.2018 / 19:11
0
answers

show local page from another app on android

I have an html project inside the assets folder, I can show the page from a webview, but the object is to be able to show that page also from another browser installed on the devices, for example " link " instead of file: ///android_asset/index....
asked by 15.03.2018 / 19:14