Questions tagged as 'android-studio'

1
answer

infowindow Android studio

I'm making an android application that has a map in which clicking on a marker shows the infowindow as follows: my question is how do I add a different image to each marker and if it is possible as I call the images of a server as cloud...
asked by 22.11.2016 / 19:58
1
answer

how to hide icon in the Android laucher

I am developing an application and I have finished it. I just need to know how is the way to hide the launcher application. That is, the application that opens once and is hidden, so it does not show up in the Android app drawer. I found t...
asked by 02.10.2016 / 21:30
1
answer

push big view style

I would like push messages to have several lines but I can not get this out, this is the code I use. NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this) .setSmallIcon(R.mipmap.ic_launcher)...
asked by 04.09.2016 / 19:56
1
answer

how to capture the touch horizontally and vertically?

hello programmers friends as they are I hope very well I have a problem when trying to capture the vertical and horizontal movement of the screen of my android I have the following code @Override public boolean onTouchEvent(MotionEvent event)...
asked by 19.09.2016 / 08:19
1
answer

FATAL EXCEPTION: main. Error in RecyclerView adapter

When I try to run the application in Android Studio I get the exception FATAL EXCEPTION: main, in the adapter class of a RecyclerView public class PetAdapter extends RecyclerView.Adapter<PetAdapter.PetViewHolder>{ //Linea del error priv...
asked by 20.08.2016 / 12:34
1
answer

Store date with which an app is started

There is some way to store a date entered (when you start the app) and that with that date stored, every time you start the app it is not necessary to return it to enter. When entering that date, through Calendar, it performs operations (adds an...
asked by 22.08.2016 / 04:56
1
answer

Parceable and unParceable in Androidstudio and .Net

Good morning Someone could help me how to make a Parceable to an entity in Android and .Net; and also make an UnParceable to an entity in android and .Net "I need both because in .Net I have the webservice." Thanks Happy day     
asked by 23.08.2016 / 21:56
1
answer

Error running App

I have an app developed in AndroidStudio to add some activities but when trying to execute I have the following error message:    Error: (3) Error retrieving parent for item: No resource found that   matches the given name 'android: Wi...
asked by 30.07.2016 / 00:39
2
answers

Error inserting column in sqlite

Good afternoon I am inserting data that I get from a webservices to my sqlite database only when I run my app it says that a column does not exist in a table I have already changed the name of the database, version but follows the error...
asked by 06.07.2016 / 22:39
2
answers

How are the packages renamed in Android Studio in a simple way?

How do you rename java packages in Android Studio? With eclipse it was a very simple procedure, and enough with a refactor option in the menu. But with the Android Studio with the option Refactor > Rename opens a wind...
asked by 04.07.2016 / 17:04