Questions tagged as 'android-studio'

0
answers

My projects have problems with Gradle

        Gradle project sync failed. Basic functionality will not work property         ! C: \ Users \ HP \ Desktop \ problem.png What can I do? I can not run my projects in android studio. I have already updated and downloaded all the add-o...
asked by 04.11.2017 / 21:08
0
answers

Problem to put data from a SQLite database to a ListView with Java and android Studio

Sorry I have a problem wanting to add data to a database, actually the data seems to be entered but I can not show them in a list View, I would like to know what the problem is because the console does not throw any problems And neither mistakes...
asked by 06.11.2017 / 19:07
0
answers

api login Google Android Studio

Good afternoon, I am trying to use the API for the login from the service-google but it throws me the following errors: Error: (11, 0) Gradle DSL method not found: 'classpatch ()' Possible causes: The project 'Android Maps' may be using a ve...
asked by 06.11.2017 / 22:42
0
answers

Run Android service indefinitely

Good afternoon, I have a question with my Android code, I was checking questions that other people have made on this page and everyone asks about running the task in the background or running despite closing the application, but my question is...
asked by 07.11.2017 / 00:11
3
answers

What is the use of the strings.xml (resources) file in Android Studio? [closed]

Hi, I was running my app in android studio and they gave me several errors in that file, especially in the names of the variables and I would like someone to solve my doubt, thanks.     
asked by 05.11.2017 / 20:43
1
answer

Is the transitions and anim folder the same in Android studio?

What happens is that I wanted to create an anim file so to be able to make animation in my android app and when I saw several tutorials I realized that you need to create a folder of type anim, but when I tried to create it, it did not appear an...
asked by 03.11.2017 / 19:52
1
answer

How to get the speed of the processor and the rest of the hardware information?

I already use the build class but it does not give me the information I need, just like the HardwarePropertiesManager class. It gives me some other information that if it served me as the OS version, etc. but the main thing I need is the amount...
asked by 30.10.2017 / 03:44
2
answers

How do I open another dialogue from a setPositiveButton?

I want this dialogue when you choose the items, and give you to share, send it to another confirmation dialog, so that it shows a toast with the selected elements. This part works well: AlertDialog.Builder builder = new AlertDialog.Builder...
asked by 20.11.2017 / 21:56
0
answers

Convert Video (100 MB) to BASE64

Good, I am using these lines of code to send videos in base64 to a server, but from a time here they began to fail the sending of videos of more than 50 mb. I have read it to divide the file and other things, but when I do that the base 64 gener...
asked by 02.11.2017 / 00:14
1
answer

Error trying to send data from one activity to another with intent in android

I'm trying to send the name, id and url of an api of images from one activity to another on android and it does not work. Code @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanc...
asked by 27.10.2017 / 20:33