Posts by Robson Cabral • 33 points
5 posts
-
1
votes0
answers44
viewsQ: Notification by clicking the button
builder = new NotificationCompat.Builder(Objects.requireNonNull(getContext()),"M_CH_ID"); builder.setSmallIcon(R.drawable.icon_notificacao) .setContentTitle("RPfm 105.3") .setContentText("Ao Vivo")…
androidasked Robson Cabral 33 -
1
votes1
answer467
viewsQ: Display data list in order of date. Firebase
Hello, I’m with a barrier how to bring the data from firebase and display in order by date, display from the latest to the oldest, currently the data are being displayed in standard form in…
androidasked Robson Cabral 33 -
0
votes1
answer194
viewsQ: Method Invocation 'notify' may Produce 'java.lang.Nullpointexception'
NotificationCompat.Builder builder = new NotificationCompat.Builder(getActivity(),"M_CH_ID"); builder.setAutoCancel( true ) .setSmallIcon( R.drawable.icon_notificacao ) .setContentTitle( "RPfm…
androidasked Robson Cabral 33 -
0
votes0
answers21
viewsQ: wanted to know how do I keep the stream running
Hi, I was wondering how do I keep the stream running, even if I go to another screen, or exit the application. More do not know how to do. Someone give me a hint and example. Thank you I’m using…
androidasked Robson Cabral 33 -
1
votes0
answers37
viewsQ: How to Put Two Join in One
$this->loadModel('Funcionario'); $id_Defensor = $this->Funcionario->find('list', array( 'fields' => ['Funcionario.id'], 'conditions' =>…
cakephpasked Robson Cabral 33