Questions tagged as 'android'

0
answers

Transfer data between different fragments and their container activity

I know there are similar questions but I can not solve my doubt. It turns out that I want to do an activity in Android Studio that is welcome, where I take certain user data, such as your name, age, nationality, etc. The idea is to take the name...
asked by 01.06.2018 / 03:40
1
answer

I have an error with the Toolbar, I do not know why, since the same code I use in another fragment

This is the fragment public class TalleresFragment extends Fragment implements Response.Listener<JSONObject>,Response.ErrorListener { RecyclerView recyclerTalleres; ArrayList<DatosTalleres> listaTalleres; //ProgressDialog progres;...
asked by 01.06.2018 / 19:37
1
answer

How to make a mutable list in java?

I would like to know if you can make a mutable list in java, and how it could be done. Thanks     
asked by 01.06.2018 / 18:42
1
answer

Firebase Android, I get notifications without sound

I have an android application with firebase messaging, the notifications when I arrive I show them with a personalized notification (sound, color, vibration, icon, ...). All good until there, when you have the application open, but now when the...
asked by 01.06.2018 / 20:51
0
answers

Unstoppable Service?

How can I make a service not stop even if the application is closed from the menu (where it is accessed if you press the menu key on the device). That is, the only way to stop it is for the user to force the closure or to stop from configura...
asked by 01.06.2018 / 20:24
0
answers

How to solve an error when compiling a cordova application with the visual study?

the error that comes to me is the following Does anyone know how to fix it?    Error code 1 for command: cmd with args:   / s, / c, "C: \ Users \ Egarcia \ Desktop \ MOZREPO-06- \ MOZREPO-06-03-2018-no-plugin \ MOZREPO-06-03-2018 \ MOZREPO...
asked by 01.06.2018 / 23:06
0
answers

fill list within retrofit Onresponse

The project I'm doing is practically an application on android that I consume a ApiRestFull practically everything works fine I bring the elements set them and the response.body if the elements respond. Error: When declaring a...
asked by 08.06.2018 / 00:59
0
answers

android mapping JSONObject

I am downloading an object from a service with jsonObjectRequest and this object contains a byte [] in its properties, but in the class I use to map (in android), it does not let me pick up a byte []. This is the constructor of the class: publ...
asked by 31.05.2018 / 16:44
0
answers

is it possible to customize the view of compactCalendarView in androidStudio?

I am developing a mobile calendar application in android studio, for this I use the component compactCalendarView link ... everything has worked for me very good but I see in the need to customize the views of the calendar, by default it is di...
asked by 31.05.2018 / 17:11
0
answers

Fill ListView with information loaded in the Firebase database in Json format in Kotlin

I have a big problem when trying to bring data from a URL that gives me information in Json format, the application receives this information but at the time of linking the data with a ListView it is a little complicated for me how can I get it...
asked by 12.06.2018 / 11:23