Questions tagged as 'android-studio'

1
answer

Android Studio in Fedora with error: Ignoring unknown package filter 'platform-tools'

I'm trying to install the Android Studio in Fedora 23 and the following problem occurs: In the Installation Details Console:    Ignoring unknown package filter 'platform-tools' In a popup reporting:    the following SDK component...
asked by 10.03.2016 / 22:20
1
answer

How to implement a github file in Android Studio?

I would like to implement this file in Android Studio just go to import or have to import a specific file.     
asked by 28.01.2016 / 22:58
1
answer

Hello World differs from the Android Studio version

I was watching a video lesson of a guy who was using Android Studio version 1.3. As much is generated, he was just removing what was not necessary. I was doing this process, but I realized that the result in 1.5.1, which is the version of the id...
asked by 28.03.2016 / 01:12
2
answers

getView () method is not called in the Array Adapter

I'm developing an android app and am facing the following problem, I created an Adapter to populate my ListView but only fills in the header and is not getting into the getView () method to populate the items in my list, / p> XML where the Li...
asked by 30.12.2015 / 13:25
2
answers

Google Play Services generating errors

Hello. When you add Google Play Services dependencies, the image error is displayed. I have no idea what the reason is, or how to solve it. The error is only displayed in the values-21.xml After remove Google Play Services from t...
asked by 30.10.2015 / 20:43
2
answers

I can not store the correct Radio Button information in the database

I am not able to store the correct Radio Button information in the database. When I select the Public option it stores Public, when I select the Private option it stores Public. Can anyone help me? import android.app.AlertDialog; import androi...
asked by 15.09.2015 / 17:24
2
answers

How to make an application with Database on Android? [closed]

I'm starting my activities in the mobile world, and I would like to build an application that uses Database for Android platform, an example application so that I can move on, I searched the internet but it was not very clear to me how to implem...
asked by 11.09.2015 / 14:47
1
answer

ListView is not updating, Android

Well, I have the code below. I created a FloatingActionButton that takes a picture of all items that are in ListView , but the list.getChildAt (i) .isEnable method is returning nullpointer. Any ideas to solve? ListView list = JTar...
asked by 28.08.2015 / 16:54
1
answer

Android Studio, .jks file loss

I lost the application's .jks file and now I can no longer update the app in the play store. What can I do in this case?     
asked by 09.05.2015 / 04:54
1
answer

How to generate thumbnails of a bitmap using AsyncTask?

I have a FragmentActivity that has a listView, in each item there is a button to open a Dialog, in this Dialog another listView is executed with an adapter that has a TextView and an ImageView, the list comes from a directory of photos, wanted p...
asked by 30.04.2015 / 14:39