I want to make my app UI like Deep Host Extension Download app (see below video).
I am a Pharmacy student, i want to create an app related to my profession, in which when app opens i want to call a list of drug categories, when a drug category selected, it should call another list of drugs under that category in another screen. When a drug selected it should call all information related to that drug that was stored in a database, in another screen.
When app open it will call a list like in deep host’s app, when one of the item selected it will open information about it in another screen, see below video :
These all operations are internet based and called from online databases like firebase, spreadsheet, airtable, I dont know which, I never used them before.
I hope you understand, how can I do this?
( I contacted deep host, but he is not responsive as always!)
Have you applied any logic? Have you tried anything? You cannot expect that anyone here will provide you with all design and blocks. Try something and see if it’s possible in Kodular or not. If you get stuck, members are here to help
I have basic knowledge about creating apps but not advanced, I just need to know about which components and database are suitable for my app, i will learn them myself.
Yes it’s possiable in kodular.
You should use dynamic card view and one database airtable or firebase and you should use a storage like firebase storage or cloudinary.
BDW It’s complicated for new app developer.
if you are not cleared about the kodular blocking then simply buy aia from anyone from kodular community, here no one will entertain you for such a whole app design… and above app like deep host is possible from kodular, use kodular dynamic components for that and design as your need.
I have tried something.
I have taken a list view image component to call list of drug categories from airtable spreadsheet and one list view to call respective drugs, when list view image element is selected.
Now i want to call information related to that drug when respective element is selected from list view.
I want to call information like as shown in below pictures…so which database is required to store such information in the database and which components are required to show it in the app?
It’s simple. If you need your content/medicine info to be dynamic(keep on changing) then use any online database like airtable or firebase else you can use offline database like TinyDB
For displaying info you can design a layout as per your wish and then arrange all the info in that layout by calling it from database