Questions tagged as 'android'

1
answer

Error: The number of method references in a. file can not exceed 64K

I am working with android in an app that is developed for android 5 onwards the problem is that you want to make it compatible with 4.4.2 and when you run the apk on a device 4.4.2 the following error is displayed. Error: The number of method...
asked by 10.04.2017 / 23:07
0
answers

Problem with EditText inside RecyclerView

I hope I can make you understand me, I have a RecyclerView that contains several EditText but when it goes to the last element shown on the screen it does not show me anymore or 7, after eight, it can be written in the EditText but it is not sho...
asked by 12.04.2017 / 17:42
1
answer

Error loading Floating Actions Menu

Hello the error is that I follow the steps to add a Floating Actions Menu but when I am going to load it in the activity I get the following errors java.lang.NoSuchFieldError: FloatingActionButton_fab_colorNormal at com.getbase.floatingact...
asked by 24.04.2017 / 01:26
1
answer

How to know if my app will be rejected or suspended in play store? [closed]

It happens that I have developed an application with images mostly designed by me, but I have also taken some of the internet but labeled for reuse: The issue is that a friend uploaded an application to Play Store that contained...
asked by 24.04.2017 / 22:24
1
answer

Intercept and synchronize when changing Audio volume in Android?

I need to detect when there is a volume change in the Audio channel to synchronize the volume set to SeekBar By showing for example the dialog where you can adjust the volume I would like to detect the change made, in order to...
asked by 15.05.2017 / 21:06
2
answers

how to make a cycle or loop that adds up an amount until it is positive

My doubt is like doing a cycle or loop that adds up a quantity hasta que sea positiva Example: -870+360 = -510 -510+360= -150 -150+360 = 210 and only shows the positive result ie 210 in the example     
asked by 08.04.2017 / 23:27
1
answer

How to fix: Fragment x is not currently in the FragmentManager in ANDROID

I'm with an application that works with fragments and when I'm in the fragment called ReservaOcupaciónFragment and I press the Home button of the phone (which is the one that leaves the app) it gives me an exception and therefore an error. Th...
asked by 31.03.2017 / 12:11
1
answer

Someone knows some [closed] stock exchange API

I am looking for a stock exchange API to consume resources for an android application that I have to do for an end-of-course project. I found the one from Yahoo YQL. But I would like to know if you know any other.     
asked by 31.03.2017 / 08:53
1
answer

My SQLite database is not generated

I am making a music player for android and I am developing it in android studio . I get to show and play the songs on my device, but when inserting the "paths" of those songs in the database, I can not even get this bbdd created. I know...
asked by 30.03.2017 / 13:02
1
answer

How to forward Log to textView in non-UI threads for Android?

I want my app to print the log in a TextView. I have created a class called Log that mimics Utils.Log, but the problem occurs when calling from a thread other than UI. This is what the class looks like: public class Log { private stati...
asked by 29.03.2017 / 20:30