Most voted "android" questions

Android is an operating system for mobile devices developed by Google and the Open Handset Alliance. Use this tag to reference questions related to programming for Android and be relevant only to this operating system. Use the [android-subject] tag instead of [subject] alone.

Learn more…

8,935 questions

Sort by count of

  • 0

    votes

    1

    answer

    24

    views

    Update totalizer in actionbar when deleting record

    Good evening, you guys, I’m developing a basic app, and came across some problems updating registrations totaliser: I have an Activity containing a Recyclerview listing the data stored in the…

  • 0

    votes

    0

    answers

    38

    views

    How do I insert previous tuples into tables in a Sqlite3 database?

    I’m developing an RPG-style app using Android Studio. This app needs a database and as there is no need to be online, I am using Sqlite 3. The problem is that some data need to be previously entered…

  • 0

    votes

    0

    answers

    13

    views

    How to unlink simultaneous reading of class codes in fragments in Android JAVA

    I am creating a java application using fragments but noticed that when the program opens the first fragment, it runs the codes of all java classes of the fragments simultaneously, that is, when the…

  • 0

    votes

    0

    answers

    35

    views

    Firebase Cloud Messaging - Failed to send notification via server

    I have an application that sends messages from Server to Android through Firebase and is working. However, I am developing a new project with "andoirdx" and after the new changes in Firebase I am no…

  • 0

    votes

    1

    answer

    39

    views

    Recycler View is having overwritten elements when I make a new data request

    I’m having trouble requisitioning and putting the results in Recycler View. Whenever I make a new request Recycler View has the elements replaced instead of preserving what has already been called…

  • 0

    votes

    1

    answer

    32

    views

    How can I resolve this NPE error when fetching data in an API?

    I’m looking to do a search on the Github API using Kotlin Coroutines in a different thread than the main one, but by receiving the values, it’s generating this error: 021-01-27 19:50:22.961…

  • 0

    votes

    0

    answers

    18

    views

    How to decrease the padding of an item menu (Menu 3 points)

    Hello, I recently started programming for Android Native and I’m having difficulty changing the padding menu item 3 points. I would like to know if it is possible and how to decrease the padding of…

  • 0

    votes

    0

    answers

    21

    views

    Add Google Maps to the Android APP to pick up the user’s current location

    I have an Android App, which I use as "Webview", interconnected to my map on the web, with restricted access to registered. In this case, in this APP, I need to take the CURRENT LOCATION OF THE USER…

  • 0

    votes

    0

    answers

    20

    views

    How to run scroll in automated test on Android with Appium?

    Hello, good morning! Can you help me? I’m trying to scroll in an automated test on an android, but nothing happens. It’s the screen below: I need to scroll in the three columns in order to select a…

  • 0

    votes

    0

    answers

    34

    views

    Doubt Bluetooth React Native

    Good afternoon, you guys! I am developing a pricing app but I have a question about how to search for Bluetooth devices within the application. I found a very interesting library and seemingly…

  • 0

    votes

    0

    answers

    22

    views

    Searchview with Arraylist Android Studio

    Good night, I’m a beginner and I’m having trouble creating a Searchview with Arraylist. I have tried several examples or manuals on the internet but without success, I still cannot understand how…

  • 0

    votes

    0

    answers

    10

    views

    Real-time Oxyplot Graph Problem - Xamarin Forms

    I generated a graph on the Oxyplot component in my Xamarin Forms application. I would like to associate the graph drive on the X axis with the other function. Basically, when moving the graph to the…