Questions tagged as 'android'

3
answers

Create prototypes for Android applications

I am interested in opting for a tool that is very useful for me to be able to perform prototypes of mobile applications , specifically for Android. I started looking for some on the web, but as you will understand there are many, that's why I...
asked by 10.10.2016 / 02:29
2
answers

How do you install an Apk and what does it look like afterwards?

I have a question about what happens with that apk file once installed if it remains as one or separated into fragments that make up the operation of the app. I'm asking this, because I want to make an app like linkSD2 that is responsible for mo...
asked by 15.10.2016 / 00:31
1
answer

How to use the Intent class to show the user's apps

I want my app to show the user's applications in ListView . I have tried to investigate and the mention of this class came to me in English the problem is that it did not work out how to use it for that purpose. Intent mainIntent =...
asked by 21.10.2016 / 00:30
2
answers

I can not get the FINISHED status of an AsyncTask on Android

I am running AsyncTask in the following way: MyAsyncUploadFilesTask myAsyncUploadFilesTaskFF = new MyAsyncUploadFilesTask(); Log.e(TAG, myAsyncUploadFilesTaskFF.getStatus().name()); // PENDING for (Report rp : reports) { myAsyncUpl...
asked by 15.12.2016 / 17:07
3
answers

Buttons with android and LibGDX

Hi, I created a little button on android, with libGDX very simple, but the problem is this: I have assigned a function that writes on screen ("hola") something like this: if(boton.sePulsa()){ System.out.println("hola") } and...
asked by 16.08.2016 / 18:29
2
answers

Import custom fonts to Android Studio for use in Layouts?

Good, how do I use custom fonts in android studio for Layouts, can they only be set programmatically or is there a way to place them directly in Layout in XML?     
asked by 24.05.2016 / 20:30
2
answers

error in build.gradle (android studio) dependencies

I have an error I do not see the library 19.0.1 to add to dependencies of build.gradle. What can be the error? I attach images of the project. build.gradle libraries a>     
asked by 13.06.2016 / 12:23
3
answers

Create a service that does not die with the app

Hi, I'm doing an app for android and I wanted to know how to create a service that does not die when the app is closed, that keeps working, because in it I see constantly if I have to send a notification to the user.     
asked by 24.07.2016 / 18:41
2
answers

Error in the package line of my classes and in this line of my manifests "? xml version=" 1.0 "encoding=" utf-8 "? "

I was working on an Android example, in which I first made an error in the library:    compile 'com.android.support:design:25.0.1' It was fixed by uploading the version to targetSdkVersion 25 and compileSdkVersion 25, previously they were...
asked by 23.01.2017 / 05:45
1
answer

Change color and text properties in an AlertDialog

I have a AlertDialog that shows a certain message that includes two variables, which are mail and pass and I want to be able to assign a color to it. Any ideas on how to do this? I leave you my AlertDialog String correo...
asked by 17.01.2017 / 17:14