Sarankumar N

Results 6 comments of Sarankumar N
trafficstars

I also faced this issue. **_For my use case_**, I used Custom Tab Intent by androidx browser library to launch the URL.

What problem... It worked for me... `sliderArrayList = new ArrayList(); db.collection(location) .get() .addOnCompleteListener(new OnCompleteListener() { @Override public void onComplete(@NonNull Task task) { if (task.isSuccessful()) { for (QueryDocumentSnapshot document : task.getResult())...