Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3300_mobile_apps:050_mobile_applications [2024/01/30 03:12] – [Standard Presentation] aware_admin | docs:3300_mobile_apps:050_mobile_applications [2025/06/12 03:59] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Query results for standard presentation are displayed as a list of rows and columns with column headings – feel free to use them in your mobile applications. Obviously make sure that the columns fit on the mobile screen. You can even use the same queries as for desktop applications and turn visibility of certain columns off for mobile screens. In order to do this click on the “Display as” property in the list of query properties to bring up the “Display Query Results” dialog, select the column you want to turn off in the “Attributes to Display” dialog. Then click on the “More…” button above the attributes table and then click on the “Responsiveness…” button. Then define that the column should be invisible for small screen sizes. | Query results for standard presentation are displayed as a list of rows and columns with column headings – feel free to use them in your mobile applications. Obviously make sure that the columns fit on the mobile screen. You can even use the same queries as for desktop applications and turn visibility of certain columns off for mobile screens. In order to do this click on the “Display as” property in the list of query properties to bring up the “Display Query Results” dialog, select the column you want to turn off in the “Attributes to Display” dialog. Then click on the “More…” button above the attributes table and then click on the “Responsiveness…” button. Then define that the column should be invisible for small screen sizes. | ||
| - | If your query uses inline editing or filters make sure that you tick the “Mobile style rendering” checkbox available when you click on the More button in the “Other Settings” section of the Display Settings dialog. This will make sure that //**Aware IM**// uses a special mobile-friendly user interface for inline editing and filters. | + | If your query uses inline editing or filters make sure that you tick the “Mobile style rendering” checkbox available when you click on the More button in the “Other Settings” section of the Display Settings dialog. This will make sure that //**AwareIM**// uses a special mobile-friendly user interface for inline editing and filters. |
| {{ docs: | {{ docs: | ||
| Line 15: | Line 15: | ||
| ===== Custom Presentation ===== | ===== Custom Presentation ===== | ||
| - | This form of query presentation can be very useful for mobile applications – especially, the data template that allows display query results as thumbnails – see the picture below: | + | This form of query presentation can be very useful for mobile applications – especially, the data template that allows |
| {{ docs: | {{ docs: | ||
| - | There are two options that you can choose in the Query editor when you define a custom | + | Several properties of this type of query can be especially useful |
| - | + | - "Scroll View" widget | |
| - | - Use Custom Data Template | + | - Infinite scrolling without the need to page explicitly (this can be specified in the Display Settings property |
| - | - Use Mobile Data Template | + | |
| - | The two types of templates above are implemented by different widgets and support different functionality. | + | |
| - | + | ||
| - | The first template (Custom Data Template) supports the following features which are not supported by the “Mobile Data Template”: | + | |
| - | + | ||
| - | - Paging | + | |
| - | - Horizontal layout | + | |
| - | - Scroll View (this is a popular feature on mobile devices where the user can view one image at a time and swipe back and forth between | + | |
| - | We recommend that you use this template only if you need to display a horizontal layout of thumbnails or if you want to implement a “scroll view”. | + | |
| - | + | ||
| - | In other cases you are better off using the “Mobile Data Template” (as shown on the picture above) which supports more mobile-friendly features, such as: | + | |
| - | + | ||
| - | - Infinite scrolling without the need to page explicitly | + | |
| - | - Group headings | + | |
| - Checkbox selection of items | - Checkbox selection of items | ||
| - | - Simple filtering | + | - Filtering using the Single Search Control filter |
| - | - The operations | + | - Operations with Records |
| {{ docs: | {{ docs: | ||