Questions tagged as 'android-studio'

0
answers

How do I use createTypedArrayList correctly from the Parcelable interface?

My problem is that when recovering an array list typed after using the parcelable interface there is an arraylist that only has to have 2 objects and has more than 6 million generally. This is class BaseDeDatos . It is responsible for...
asked by 27.07.2018 / 02:17
0
answers

Change the time of Intent.ACTION_TIME_TICK

I have the following code that sends alerts when the expiration time is over, the problem is that it is sent every minute and it is very tedious since the ACTION_TIME_TICK sends the alert every minute, is there any way to send the same message b...
asked by 26.07.2018 / 19:53
0
answers

how to print on a thermal printer from another activity that keeps the button?

I already have the printing code, it prints everything right from the activity where everything is configured but now I want to know if I can move the print button leaving my bluetooth confirmation just the button to another activity and prin...
asked by 26.07.2018 / 19:38
0
answers

consume webService

I'm trying from Android studio to consume a webservice but I just did not get it and I do not know what else to try. The soap data are: SOAP 1.1 The following is a sample SOAP 1.1 request and response. The placeholders shown need to be r...
asked by 23.07.2018 / 12:11
1
answer

How to reconnect a websocket on android?

I'm developing a App in Android Studio and I'm trying to get my websocket automatically re-connected in case the connection fails or it closes, but I can not find out how to do it, I hope you can help me .     
asked by 01.08.2018 / 21:37
1
answer

InnerClass message annotations are missing corresponding EnclosingMember annotations in Android Studio

By integrating the library com.inmobi.monetization:inmobi-ads at the time of doing build I receive the error    InnerClass annotations are missing corresponding EnclosingMember   annotations. Such InnerClass annotations are igno...
asked by 22.07.2018 / 21:41
0
answers

Help with Android photofilter

Hi, I'm using the photofilter and I want to use the WaterMark filter but for it to work I need to write a parameter that is the location which asks me for a whole value and try to put numbers and I keep coming out error I hope your help and than...
asked by 20.07.2018 / 09:22
0
answers

Maps android studio

I find myself making an android application that links maps and location. The drawback I have is how to make the map show me according to the direction in which my marker moves.     
asked by 19.07.2018 / 21:21
2
answers

Wrong 2nd argument type. Found: 'com.example.asus.vidasegura.SesionFragment', required: 'android.support.v4.app.Fragment'

I get that error when trying to call a fragment in android studio. Continuation of the error: replace(int,android.support.v4.app.Fragment) in FragmentTransaction cannot be applied to (int, com.example.asus.vidasegura.SesionFragment) Main...
asked by 24.07.2018 / 02:10
0
answers

Login Oauth2 androidStudio

I have an application where I want to login with an email (no google account) and a password, which I have stored in a database. Use OAuth2 . If I launch all services and access from the web there are no problems, but once I try to do it from t...
asked by 17.07.2018 / 21:12