Questions tagged as 'android-studio'

0
answers

Copy a smFile to a shared folder on the same network?

I have this function: public boolean copyFiles() { try{ StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build(); StrictMode.setThreadPolicy(policy); String use...
asked by 21.05.2018 / 18:54
0
answers

Round to 5 decimal places for any language in which the phone is put

I am using the Decimal format class in the code I have below, but I can not get to change the language on my phone is always working (when I say it does not work I mean that does not set the numeric value in the textview that I need, but the pro...
asked by 06.05.2018 / 22:56
0
answers

Multiple queries in Realm

I am trying to perform different searches on the same query. That is, on a RealmQuery look for a series of colors that match the ones I want and then look for a series of types. Putting all this in the same query ArrayList<Integ...
asked by 05.05.2018 / 19:12
0
answers

Error: Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory ()

Good evening I'm new to android and I want to go through my project and I get this error I would like to please help me ... I would appreciate it from my heart .. because I have a test and I must practice bstante     
asked by 06.05.2018 / 01:59
1
answer

Pass data between Activtiys using the database (Sqlite)?

I have a question about how to pass information between activitys using the database, since I have seen many tutorials on how to do it, but they always do it with a typed key and I use a autoincrementable and I do not know how to use it to pass...
asked by 05.05.2018 / 22:56
0
answers

Open a layout for registration

I added my app to mobile accounts to be able to auto-login without the need to enter credentials. At the time of accessing the mobile section accounts I add my app, but it opens and closes as if I did not open the layout. account_preference....
asked by 04.05.2018 / 14:45
0
answers

Stepper blank in Android Studio

I am using the android-material-stepper library to load a claim in my application, it consists of several parts: Applicant Data, Claim Data, Location and Images. Each of them is included in a Fragment individual. There is a Fragment...
asked by 10.05.2018 / 17:19
0
answers

Hide and Show ImageView in a List

Hello People How can I hide and show an image in a list with adapter. The idea is that in my list when I press a line, I have a menu to choose finished, the image should show in that line of the list that Choose ... I try the brutes but only sho...
asked by 27.07.2018 / 20:24
0
answers

Create a class that inherits from AppCompatActivity

I do not know if this will be possible, I have a main class that has all the views and I want to create another one that inherits these views. public class Tablero extends AppCompatActivity { private FrameLayout main; private Bitmap img; pro...
asked by 01.05.2018 / 10:47
0
answers

How can I remove the legend that appears when using RecognizerIntent, because it did not appear before? Thank you

My question is how do I delete the legend "The audio to google is enraged to provide a voice recognition service, a transcript will be shared with this app.s Saving audio at [email protected]"     
asked by 02.05.2018 / 06:05