Questions tagged as 'android-studio'

0
answers

How to get the full ZIP using GeocodeLocation on Android?

I'm using GPS to return the user's address. Everything works fine, however the returned ZIP code is in the American standard, with 5 digits. Does anyone know any library or any way to get the 8-digit Brazilian standard? public static void getA...
asked by 28.04.2015 / 20:42
0
answers

How can I save the data coming from parse.com in the device memory?

I'm trying to do something simple, but for me a bit complicated, I'm trying to save the data coming from parse.com on the device, because when it has internet connection it works, but when it does not have , the device does not save the data i...
asked by 07.05.2015 / 21:10
0
answers

How do I open projects in Android Studio? [closed]

I downloaded several projects ready for study purposes in Android Studio. They are projects like calculator, agenda, etc. But I can not open them in Android Studio in the way that, I think, is correct. I can open separate files, such as xml ......
asked by 05.04.2015 / 22:56
0
answers

Show all event of the day in a pdf [closed]

I am doing a project in android Studio where I would like to make a report that show up all the events of the day that has been registered. For example I registered five names today when generating the pdf show up the five names     
asked by 06.06.2015 / 19:39
1
answer

Error importing lib material dialogs into android studio

This is the lib I'm trying to import: material dialogs How is my gradle: Error:     
asked by 06.06.2015 / 22:36
1
answer

How do I open a Service from a BroadcastReceiver?

I am creating an application that intercepts an sms via BroadcastReceiver , but from that I want to receive a sms via broadcast open service . probably this is done via Intent but can not do.     
asked by 01.03.2015 / 06:24
1
answer

Android Studio does not save project changes [closed]

Before this problem happened, I compiled and recompiled my projects without any problems. But at the moment, when I'm going to compile my project, the IDE compiles the original state of the project, that is, it compiles the code prior to the cha...
asked by 19.02.2015 / 15:09
2
answers

Calling an Activity within a Fragment - Android Studio

I need that from the click of a button inside my Fragment, it calls an Activity. My code looks like this: public class ActFoto2 extends Fragment implements View.OnClickListener, ViewTreeObserver.OnGlobalLayoutListener { private Button pr...
asked by 01.06.2016 / 20:08
3
answers

AndroidStudio error OnClickListener ()

I do not know how to fix the error OnClickListener () in the java class below, only has it to fix Here is the complete code to download: link Error: classeOlaCalendario.javapackagecom.example.brainiac.olacalendario;importandroid.annotat...
asked by 03.01.2017 / 01:09
2
answers

Can not rename resource files (layout) (Android Studio 3.0 Beta 3 is installed)

Beta 3 does not allow you to rename resource files, such as layout files. It shows the rename dialog box, but when you try to apply changes, it reads the following error message:    Refactoring can not be performed File ... / myapplication /...
asked by 26.08.2017 / 14:26