Hello guys , I need your help .I am currently working on dynamic educational app and I am facing some issues related to firebase . I made a screen in which I took some card views for selection semester subjects.
Like this .Then I made a logic here that was when someone clicked on any card view then a vertical arrangement got true and in that vertical arrangement I took a list view where I called data from firebase .
In databse , drive link is my pdf link that I want to open when someone clicked on listview elements and this is my issue where I need your help.I am not understanding that how could I open that drive link when click on list view element.I only found the tag which is in my bt101 taglist, but not able to open that drive link.
In your database the word ending as bt101 only will act as a tag and reamining things will act as values and need to separate it as using select list from list block. But we cound not find any logic here
But I want to do this dynamically and I want to open that drive link in vertical arrangement or any other screen through webviewer. Drive link is a link of my pdf that I uploaded on drive.
Dynamically meaning ? With the follow blocks when button bt101 click , data received from firebase and when list view clicked webviewer opens pdf. In my example subtitle is google drive’s link
You are master in this coding, but In my experience if we use get tag list and Firebase got value block altogether app sometime struggle to read the value. If I do not mingle them app responds nicely. If the above code works without problems mean , really welldone.
But if it finds any problem,(I hope it won’t happen) then it would be because of that
Ok I will try this . Dynamically means let’s suppose I launched my app with this blocks code. now i want to add some more books in my bt 101 bucket then i will need to do the same “get tag = thing” again and will need to push a update in app to add some more books. but I want to did this thing dynamically means when I add new tag to my bt101 bucketof firebase, it should be automatically added to list view.
Now I want when someone click on that element of list view, pdfs should be opened in web viewer whose pdf link has given in that tags value in firebase