function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC 1904SFDC 1904 

Want to create a user responsive application. Need some inputs to start.

Application is like suppose it asks you what is your gender? So let's say if we select male then based on that it will show you shopping options.
Suppose that we select female based on that it shows female shopping options.
Under the gender it will ask about user's age like 10 to 20 years  or 20 to 30 years or 30 to 40 years. Under age there will again be a filter by shopping criteria.
Again if user will select 10 to 20 then it will ask you questions that you want to shop the household or shop the jewelry or shop something else.
This kind of responses behaviour we need to create an an application.
Need some High-level key points to start on this. 
Lokesh KumarLokesh Kumar
You need to read about Application events and I would prefer you to go through this link

https://developer.salesforce.com/events/webinars/singlepagelightning
 
SFDC 1904SFDC 1904
What would be a better way? Using visualforce or lightning or flows? 
Lokesh KumarLokesh Kumar
I would suggest first flow if users are ready to click the next button then lightning and VF.