Posts by reemy • 13 points
6 posts
-
0
votes1
answer29
viewsQ: change global Contant value
Good afternoon, I would like to know if it is possible to change the value received by a global constant and set another value. For example, I take the value of the color that is set in the edge…
-
1
votes1
answer258
viewsQ: Default color of app
Hello, I need to find how to set the default color of apps. It wouldn’t be the background or font color, it would be the same app color. For example: in led settings, have the option to show the led…
-
0
votes0
answers34
viewsQ: Device model checking when publishing to the play store
Hello, I want to publish an app in the play store, but I would like it to be available only for models that have edge screen (S6 edge, S7 edge, S8+, etc) and for other models to be showing as the…
-
0
votes1
answer100
viewsA: POST requests with Android loading icon
Calls your progressbar before performing its function init(); new RequestApi(activity, url, mapa_com_as_variaveis).exec();
-
0
votes1
answer28
viewsA: I cannot open a message sent by firebase
private void createNotification( String messageBody) { Intent intent = new Intent( this , ResultActivity. class ); // AQUI VC CHAMA A ACTIVITY PARA ENTRAR QUANDO CLICAR NA NOTIFICAÇÃO!…
-
0
votes0
answers96
viewsQ: Run command on android via firebase notification
In my app I need to send a notification via firebase and run a native android command. For example, I’m testing this by turning on the flashlight. When I send the notification with the app opened…