Posts by Daniel Diniz Marques • 26 points
4 posts
-
1
votes1
answer38
viewsA: How to apply Sliverappbar class code to Flutter
/* ************** * START*** ************** */ import 'package:flutter/material.dart'; /// Sliver app bars are typically used as the first child of a CustomScrollView, which lets the app bar…
-
-2
votes1
answer60
viewsQ: Firebase cloud firestore random query with specific user ID (Flutter)
I’m trying to randomly pull my data from the firestore cloud but I’m not getting it, does anyone know how to do it using ID? getQustoes(String simuladoId) async{ return await…
-
0
votes0
answers16
viewsQ: methods of other Ctivity
I’m developing a simulated proof app in it will have several categories of evidence and with checkbox to select which you want to do but I’m unable to call the metadata, appears only the first…
-
0
votes1
answer18
viewsQ: How to call a method from another Activity using checkbox?
I’m mounting a simulated app and want to call the questions that are in an Activity through another Activity, where have checkbox to select the theme. button.setOnClickListener(new…