Page 1 of 5
can search results load in listview?
Posted: Mon Oct 07, 2013 5:56 pm
by Scott Schechtel6280324
I would like the search results to show in list view. Right now they just display statickly below the search box. Ideally have user be able to click/tap on the items in listview that will then link to another screen with details of that item.
http://appery.io/app/mobile-frame?src...
can search results load in listview?
Posted: Mon Oct 07, 2013 8:41 pm
by maxkatz
can search results load in listview?
Posted: Tue Oct 08, 2013 7:45 pm
by Scott Schechtel6280324
This looks like I need to manually create each item in the list...we're talking almost a thousand items. Can it be generated dynamically when a search is invoked?
can search results load in listview?
Posted: Wed Oct 09, 2013 5:02 am
by Alena Prykhodko
Hi! Yes, it should, you need to map results correctly. This is useful http://docs.appery.io/tutorials/build...
can search results load in listview?
Posted: Tue Oct 15, 2013 3:31 pm
by Scott Schechtel6280324
Hi Max, I took another look at the tutorial link you sent and it looks like it will work. However instead of having the results query from a url, can I map it to where the results come from the dbase and display in the Results page grid like the barcode scanner does? See screenshot of desired work flow:

can search results load in listview?
Posted: Tue Oct 15, 2013 7:16 pm
by Maryna Brodina
Hello! Please check this document on how to use service on page http://docs.appery.io/documentation/u...
can search results load in listview?
Posted: Thu Oct 24, 2013 6:01 pm
by Scott Schechtel6280324
Hi Maryna,
Nothing in this tutorial gave me the result in a listview where the items can be clickable to another screen. See my screenshot above.
can search results load in listview?
Posted: Thu Oct 24, 2013 7:05 pm
by Kateryna Grynko
Hi Scott,
How will you pass data about clicked item to the second page? Is this some service response parameter?
can search results load in listview?
Posted: Thu Oct 24, 2013 7:07 pm
by Scott Schechtel6280324
So are you saying there is no way to make the above screenshot happen?
can search results load in listview?
Posted: Thu Oct 24, 2013 7:38 pm
by Kateryna Grynko
Scott,
Here is a possible solution.
If you can open the following page for every record choosing it on any parameter, then you can read the parameter and pass it to the second page via localStorage.