Questions tagged as 'android'

1
answer

Chart.js does not appear on Android

App developed in Ionic. cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts : 3.1.4 Cordova Plat...
asked by 24.01.2018 / 18:25
1
answer

What view was used in this layout

I'm creating an app that the person does a registration, and in that register have names, photos and various information and I wanted to list these information and photos that way, does anyone know what was used? In this gallery you'll slide you...
asked by 24.01.2018 / 17:39
1
answer

How do I get information from items in a java listview and insert them into a textview android studio?

I'm learning to program, and I started a project where q shows information about Formula 1 teams, such as riders, age, nationality and titles of each. ClickingonanitemwilltakeyoutoanActivitycontainingtheinformationabouttheteambeingplayed. Iwoul...
asked by 24.01.2018 / 20:13
1
answer

Why can not I add a bookmark when I click on the map?

I'm using this code: import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.OnMapReadyCallback; import com.google.android.gms.maps.SupportMap...
asked by 23.01.2018 / 21:38
1
answer

How to show interstitial ads after loading the home screen?

I need help, I'd like to display an interstitial ad after the initial screen load, but my code is giving the following crash:    java.lang.IllegalStateException: isLoaded must be called on the main UI thread. Here is my code: public cla...
asked by 22.01.2018 / 23:00
1
answer

Android: Listview loses information / status when the app is placed in the background [duplicate]

Good afternoon, I have an android application that fills a listview with certain information, and in this listview there is a validation that aligns the line color according to the priority of each record (eg yellow = 1, green = 2, etc ...)...
asked by 17.01.2018 / 14:10
1
answer

How to set values in a Fragment instead of an Activity using Drawer menu?

I created a sliding menu in my application and was able to call a fragment when I select the menu options but I'm having trouble printing the values in this fragment instead of using an Activity to display the data. Below the application code....
asked by 17.01.2018 / 20:44
1
answer

How to put only real items in the second Activity?

I'm trying to make a Favorites Activity, I'll follow the example of this guy here . In the second Activity I will create as I would to put these items set as true in a listview? and playing them normally would I have to re-create all the playba...
asked by 13.01.2018 / 18:51
1
answer

Firebase charset error

I created the database in Firebase and added some records, however it is giving error with the words with special characters in the Recyclerview of Android and also in the own site of Firebase. The word in the example is Reception. In Firebas...
asked by 14.01.2018 / 14:26
1
answer

Map stopped appearing when changing PC

I have a map in a fragment that was working normally until I tried to run on another PC. I ran all over Pen Drive and when trying to run the map does not appear and in logcat says the authorization failed. Fragment private FusedLocationProv...
asked by 14.01.2018 / 03:02