Questions tagged as 'android-studio'

1
answer

Remove white background ProgressDialog custom android studio

I'm customizing a progressDialog in android studio. But when executing a white background is shown as the image shows Use the following to modify the ProgressDialog: progressDialog = new ProgressDialog(context); progressDialog.sh...
asked by 28.04.2017 / 22:46
1
answer

Error in notifications android studio does not raise activity

My problem is as follows The notifications arrive well when the app is open, but when it is in the background they do not arrive well, it does not raise the activity in the notification. The project is in Pie the sdk and compilation This the...
asked by 27.10.2018 / 18:10
4
answers

Encrypt sensitive data locally

I have to keep a username and password in local. I know it is not recommended and that it can be dangerous but there is another validation data that comes from the user. After the user and password use them to make a call to an API-REST to ge...
asked by 14.07.2017 / 12:25
1
answer

Android Studio does not show project structure

I have uploaded my project to bitbucket in Android Studio that is on another PC (Mac) and here my problem :. I'm downloading it from bitbucket to Android Sstudio on another PC (Windows) and I download the files but it does not show me the struct...
asked by 19.12.2016 / 00:52
3
answers

pass data onItemClickListener in in ListView loaded with JSON to show them in another activity

I need to control the click on the custom Listview so that it performs an operation depending on which one is pressed. I already have the OnItemClickListener. But, how can I pass the data contained in the Item to another Activity? I leave...
asked by 26.11.2016 / 17:46
3
answers

Generate button board by code in Android Studio

I'm working on an android application and I need to create a board (made of buttons). I already generated the board from the code of my java class, but the problem is that the buttons go out of sight (they leave the screen). I have already tr...
asked by 08.09.2016 / 21:08
1
answer

how can I import Jeremy Feinstein's slidingmenu library in android studio?

I need to add Jeremy Feinstein's slidingmenu library that I downloaded from github in the android studio and I do not know how since it's a tablet I do not know how to add that kind of libraries. Greetings     
asked by 26.05.2016 / 06:35
2
answers

FATAL ERROR when launching an activity on Android. SettingsActivity.class

I have a problem when launching an activity, I get this error.    E / AndroidRuntime: FATAL EXCEPTION: main                     Process: jhon.casique.baccus, PID: 2424                     java.lang.RuntimeException: Unable to start activity C...
asked by 20.10.2016 / 11:54
1
answer

Can I save the BD SQLite in android in another route instead of / Data / ...?

I would like to save the BD of my mobile application in another folder that was not the normal path of / data / .., for example in the sdcard in a route that I can specify.     
asked by 26.10.2016 / 02:43
2
answers

Configure Android M to show unexpected closing errors in a Huawei

I have a "huawei g play mini" phone with android 6 but when I run my application I can not see the errors when the application is closed, try a "sony" with android 5 and if it shows me the errors in LogCat . There is the origin of my quest...
asked by 08.04.2016 / 00:24