Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

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...

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

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?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

can search results load in listview?

Hi! Yes, it should, you need to map results correctly. This is useful http://docs.appery.io/tutorials/build...

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

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:
Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

can search results load in listview?

Hello! Please check this document on how to use service on page http://docs.appery.io/documentation/u...

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

can search results load in listview?

Hi Scott,

How will you pass data about clicked item to the second page? Is this some service response parameter?

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

So are you saying there is no way to make the above screenshot happen?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

can search results load in listview?

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.

Return to “Issues”