Questions tagged as 'android'

1
answer

Is it possible to implement the onLongClickListener method in the marker on the map?

I'm developing an application that works on Google Maps API v2. I have already set the onClickListener() method to open a WindowManager to display the name of the point of interest and the address of that location. Now I want...
asked by 27.08.2015 / 01:23
1
answer

Doubts on In App purchase Android

I have two doubts in In App purchase ... First I wanted to know what it would be like to hide the key64 that speaks in the test application that it has in Android Studio, because it is not recommended to leave a String in the same code...
asked by 06.01.2016 / 15:43
1
answer

Android App After Multiple Requests Receives SocketTimeoutException

I developed a menu application for Android , the waiter by the app sees all the tables, by the application opens the table, makes the request that goes out in the kitchen and so on. The web service returns a JSON for each request and makes...
asked by 30.06.2015 / 14:30
1
answer

Error 405 when using HttpPost on Android [closed]

When you do a post on the server through Android HttpPost , I get a 405 error. only when part of Android I get this error. Does anyone know why? My code on Android is: private class sendSignUpPost extends AsyncTask<String, Void, S...
asked by 05.09.2014 / 20:44
1
answer

Click outside the actions of a Notification

I would like to know if there is any way inside an Ongoing Notification so that when clicking outside the buttons but still in the notification it performs a predetermined action?     
asked by 15.06.2015 / 23:23
1
answer

AsyncTask causes a fatal error while executing the InBackground () method [closed]

The code does not display any errors, however when I run it, it stops and displays a Fatal Run-time error in the AsyncLoadXMLFeed class that extends AsyncTask. Follow the AsyncLoadXMLFeed class code inside SplashActivity public class AsyncL...
asked by 31.05.2015 / 13:27
1
answer

Dialog appears only after it has been called

Hello In my application, I have a Button , which when clicked, opens the device camera for the user to take a photo: @Override public void onClick(View v) { //dialog da minha aplicação final ProgressDialog dialog = MobileUtils...
asked by 10.12.2015 / 19:47
0
answers

How do you create ZERO PDF files (without frameworks)?

Well, I'm looking at some possibilities of generating PDF's on Android (offline), and none is entirely satisfactory, whether it's the license, features, large framework, or support version of Android (there's the PdfDocument , which is availabl...
asked by 13.02.2015 / 12:03
0
answers

Android + OpenCV: SurfaceTexture has been abandoned

I'm developing an application in Eclipse with OpenCV. The application consists of detecting and recognizing objects (predefined in the database) in real time. Initially there is a menu where the user can view the objects that the database has an...
asked by 27.02.2015 / 06:31
1
answer

What is savedInstanceState?

I'm new to android and I want to learn more so I'm in github seeing some projects ready and I would like to know what this is: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); set...
asked by 28.11.2016 / 20:03