A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
One or more implementations relate generally to computer systems and software, and, more particularly, to improving the user experience during interactions with a touchscreen display in an on-demand services environment.
The subject matter discussed in the background section should not be assumed to be prior art merely as a result of its mention in the background section. Similarly, a problem mentioned in the background section or associated with the subject matter of the background section should not be assumed to have been previously recognized in the prior art. The subject matter in the background section merely represents different approaches, which in and of themselves may also be inventions.
A touchscreen is an electronic visual display that can detect the presence and location of a touch within the display area. On a device with a touchscreen display, a user can provide input by touching the display surface with their finger. Touchscreens have found their way into many of today's portable electronic devices such as smartphones and tablet computers.
Such devices typically have very small displays. This allows the device to be easily transported and carried. However, interacting with the device through a touch or tap can be difficult and frustrating because the displayed screen elements can be very small compared to a person's finger or thumb. For example, in some cases a user will use their finger to select an item shown on the display, but may have intended to select a different item.
Therefore, there is a need for improved systems and techniques for interacting with information shown on a touchscreen display.
In an embodiment, a graphical user interface includes a row with a first cell to display a first value, a second cell to display a second value, and a third cell to display a third value. In this embodiment, clicking anywhere within the first or second cell causes a first web page to be displayed, and clicking on a location within the third cell causes a second web page to be displayed.
More particularly, disclosed herein is a system and method for an improved touchscreen interface. iOS devices, such as the Apple iPhone® and Apple iPad® are examples of devices having a touchscreen interface; however, while iOS devices are referenced herein, a person having ordinary skill in the art will appreciate that other devices may incorporate one or more embodiments of this disclosure. In addition, one or more examples disclosed herein reference interfacing a Salesforce® CRM application on a touchscreen device; however, other applications may also use one or more of embodiments of this disclosure.
On an iOS device, users may have a feature that provides selecting a row and subsequently navigating to a separate page displayed in the app or on a browser. However, in some apps, there may be two or more links in a row. For example, in a case related list in the Salesforce app, there could be a link that navigates to the associated contact that filed the case. In a specific implementation, it would be desirable for a user to be able to click on any part of the row to navigate to the case and the contact link to navigate to the contact.
In an embodiment, an “onclick” javascript event may be attached to a row's LI element. The javascript code checks to see the target of the click. If the target's tag name is “a” (the HTML markup for a link), the javascript does not fire a “row press” event for that row. “Row press” events typically change the window location to the url specified by that row. In this fashion, a user is presented with large areas in the interface that may be clicked, as well as smaller “sub-click” regions.
In a specific implementation, a method includes providing a table accessible through a touchscreen interface, the table include at least one row; and, providing at least one sub-click region in the at least one row.
In another specific implementation, a graphical user interface includes a table including a set of rows and a set of columns. There is a first cell to display a first value, the first cell being defined by a first row and a first column. There is a second cell to display a second value, the second cell being defined by the first row and a second column. There is a third cell to display a third value, the third cell being defined by the first row and a third column. Selecting a location within the first cell causes a first web page to be displayed, selecting a location within the second cell causes the first web page to be displayed, and selecting the third value causes a second web page, different from the first web page, to be displayed.
An area of the first and second cells may be greater than an area of the third cell. The graphical user interface may be on a portable electronic device, a smartphone, or a tablet computer. In a specific implementation, the third value includes a link to the second web page, and the first and second values do not include a link to the first web page.
In another specific implementation, a graphical user interface includes a row. There is a first cell in the row to display a first value. There is a second cell in the row to display a second value. There is a third cell in the row to display a third value. Tapping within the first cell or the second cell accesses a first web page, and tapping within the third cell accesses a second web page, different from the first web page.
The first cell may be next to the second cell thereby providing a continuous tap target for accessing the first web page. Alternatively, the third cell may be between the first and second cells thereby providing a discontinuous tap target for accessing the first web page. In an implementation, an area of the first and second cells is greater than an area of the third cell. In a specific implementation, the third cell holds a link to the second web page, and the first and second cells do not hold a link to the first web page.
In another specific implementation, a graphical user interface on a touchsceen display includes a row, a first cell in the row to display a first value, a second cell in the row to display a second value, and a third cell in the row to display a third value, where tapping on any location within the first or second cell causes a first web page to be shown on the touchscreen display, and tapping on a location within the third cell causes a second web page, different from the first web page, to be shown on the touchscreen display. In a specific implementation, the third value is a link to the second web page, and the first and second values are not links to the first web page.
While one or more implementations and techniques are described with reference to an embodiment in which an improved touchscreen interface is implemented in a system having an application server providing a front end for an on-demand database service capable of supporting multiple tenants, the one or more implementations and techniques are not limited to multi-tenant databases nor deployment on application servers. Embodiments may be practiced using other database architectures, i.e., ORACLE®, DB2® by IBM and the like without departing from the scope of the embodiments claimed.
Any of the above embodiments may be used alone or together with one another in any combination. The one or more implementations encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all in this brief summary or in the abstract. Although various embodiments may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments do not necessarily address any of these deficiencies. In other words, different embodiments may address different deficiencies that may be discussed in the specification. Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.
In the following drawings like reference numbers are used to refer to like elements. Although the following figures depict various examples, the one or more implementations are not limited to the examples depicted in the figures.
Systems and methods are provided for an improved touchscreen interface. As used herein, the term multi-tenant database system refers to those systems in which various elements of hardware and software of the database system may be shared by one or more customers. For example, a given application server may simultaneously process requests for a great number of customers, and a given database table may store rows for a potentially much greater number of customers. As used herein, the term query plan refers to a set of steps used to access information in a database system.
Environment 110 is an environment in which an on-demand database service exists. User system 112 may be any machine or system that is used by a user to access a database user system. For example, any of user systems 112 can be a handheld computing device, a mobile phone, a laptop computer, a work station, and/or a network of computing devices. As illustrated in
An on-demand database service, such as system 116, is a database system that is made available to outside users that do not need to necessarily be concerned with building and/or maintaining the database system, but instead may be available for their use when the users need the database system (e.g., on the demand of the users). Some on-demand database services may store information from one or more tenants stored into tables of a common database image to form a multi-tenant database system (MTS). Accordingly, “on-demand database service 116” and “system 116” will be used interchangeably herein. A database image may include one or more database objects. A relational database management system (RDMS) or the equivalent may execute storage and retrieval of information against the database object(s). Application platform 118 may be a framework that allows the applications of system 116 to run, such as the hardware and/or software, e.g., the operating system. In an embodiment, on-demand database service 116 may include an application platform 118 that enables creation, managing and executing one or more applications developed by the provider of the on-demand database service, users accessing the on-demand database service via user systems 112, or third party application developers accessing the on-demand database service via user systems 112.
The users of user systems 112 may differ in their respective capacities, and the capacity of a particular user system 112 might be entirely determined by permissions (permission levels) for the current user. For example, where a salesperson is using a particular user system 112 to interact with system 116, that user system has the capacities allotted to that salesperson. However, while an administrator is using that user system to interact with system 116, that user system has the capacities allotted to that administrator. In systems with a hierarchical role model, users at one permission level may have access to applications, data, and database information accessible by a lower permission level user, but may not have access to certain applications, database information, and data accessible by a user at a higher permission level. Thus, different users will have different capabilities with regard to accessing and modifying application and database information, depending on a user's security or permission level.
Network 114 is any network or combination of networks of devices that communicate with one another. For example, network 114 can be any one or any combination of a LAN (local area network), WAN (wide area network), telephone network, wireless network, point-to-point network, star network, token ring network, hub network, or other appropriate configuration. As the most common type of computer network in current use is a TCP/IP (Transfer Control Protocol and Internet Protocol) network, such as the global internetwork of networks often referred to as the “Internet” with a capital “I,” that network will be used in many of the examples herein. However, it should be understood that the networks that the one or more implementations might use are not so limited, although TCP/IP is a frequently implemented protocol.
User systems 112 might communicate with system 116 using TCP/IP and, at a higher network level, use other common Internet protocols to communicate, such as HTTP, FTP, AFS, WAP, etc. In an example where HTTP is used, user system 112 might include an HTTP client commonly referred to as a “browser” for sending and receiving HTTP messages to and from an HTTP server at system 116. Such an HTTP server might be implemented as the sole network interface between system 116 and network 114, but other techniques might be used as well or instead. In some implementations, the interface between system 116 and network 114 includes load sharing functionality, such as round-robin HTTP request distributors to balance loads and distribute incoming HTTP requests evenly over a plurality of servers. At least as for the users that are accessing that server, each of the plurality of servers has access to the MTS' data; however, other alternative configurations may be used instead.
In one embodiment, system 116, shown in
One arrangement for elements of system 116 is shown in
Several elements in the system shown in
According to one embodiment, each user system 112 and all of its components are operator configurable using applications, such as a browser, including computer code run using a central processing unit such as an Intel Pentium® processor or the like. Similarly, system 116 (and additional instances of an MTS, where more than one is present) and all of their components might be operator configurable using application(s) including computer code to run using a central processing unit such as processor system 117, which may include an Intel Pentium® processor or the like, and/or multiple processor units. A computer program product embodiment includes a machine-readable storage medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the processes of the embodiments described herein. Computer code for operating and configuring system 116 to intercommunicate and to process webpages, applications and other data and media content as described herein are preferably downloaded and stored on a hard disk, but the entire program code, or portions thereof, may also be stored in any other volatile or non-volatile memory medium or device as is well known, such as a ROM or RAM, or provided on any media capable of storing program code, such as any type of rotating media including floppy disks, optical discs, digital versatile disk (DVD), compact disk (CD), microdrive, and magneto-optical disks, and magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data. Additionally, the entire program code, or portions thereof, may be transmitted and downloaded from a software source over a transmission medium, e.g., over the Internet, or from another server, as is well known, or transmitted over any other conventional network connection as is well known (e.g., extranet, VPN, LAN, etc.) using any communication medium and protocols (e.g., TCP/IP, HTTP, HTTPS, Ethernet, etc.) as are well known. It will also be appreciated that computer code for implementing embodiments can be implemented in any programming language that can be executed on a client system and/or server or server system such as, for example, C, C++, HTML, any other markup language, Java™, JavaScript, ActiveX, any other scripting language, such as VBScript, and many other programming languages as are well known may be used. (Java™ is a trademark of Oracle America, Inc.).
According to one embodiment, each system 116 is configured to provide webpages, forms, applications, data and media content to user (client) systems 112 to support the access by user systems 112 as tenants of system 116. As such, system 116 provides security mechanisms to keep each tenant's data separate unless the data is shared. If more than one MTS is used, they may be located in close proximity to one another (e.g., in a server farm located in a single building or campus), or they may be distributed at locations remote from one another (e.g., one or more servers located in city A and one or more servers located in city B). As used herein, each MTS could include one or more logically and/or physically connected servers distributed locally or across one or more geographic locations. Additionally, the term “server” is meant to include a computer system, including processing hardware and process space(s), and an associated storage system and database application (e.g., OODBMS or RDBMS) as is well known in the art. It should also be understood that “server system” and “server” are often used interchangeably herein. Similarly, the database object described herein can be implemented as single databases, a distributed database, a collection of distributed databases, a database with redundant online or offline backups or other redundancies, etc., and might include a distributed database or storage network and associated processing intelligence.
User system 112, network 114, system 116, tenant data storage 122, and system data storage 124 were discussed above in
Application platform 118 includes an application setup mechanism 238 that supports application developers' creation and management of applications, which may be saved as metadata into tenant data storage 122 by save routines 236 for execution by subscribers as one or more tenant process spaces 204 managed by tenant management process 210 for example. Invocations to such applications may be coded using PUSOQL 34 that provides a programming language style interface extension to API 232. A detailed description of some PL/SOQL language embodiments is discussed in commonly owned U.S. Pat. No. 7,730,478 entitled, METHOD AND SYSTEM FOR ALLOWING ACCESS TO DEVELOPED APPLICATIONS VIA A MULTI-TENANT ON-DEMAND DATABASE SERVICE, by Craig Weissman, filed Sep. 21, 2007, which is incorporated in its entirety herein for all purposes. Invocations to applications may be detected by one or more system processes, which manages retrieving application metadata 216 for the subscriber making the invocation and executing the metadata as an application in a virtual machine.
Each application server 200 may be communicably coupled to database systems, e.g., having access to system data 125 and tenant data 123, via a different network connection. For example, one application server 2001 might be coupled via the network 114 (e.g., the Internet), another application server 200N-1 might be coupled via a direct network link, and another application server 200N might be coupled by yet a different network connection, Transfer Control Protocol and Internet Protocol (TCP/IP) are typical protocols for communicating between application servers 200 and the database system. However, it will be apparent to one skilled in the art that other transport protocols may be used to optimize the system depending on the network interconnect used.
In certain embodiments, each application server 200 is configured to handle requests for any user associated with any organization that is a tenant. Because it is desirable to be able to add and remove application servers from the server pool at any time for any reason, there is preferably no server affinity for a user and/or organization to a specific application server 200. In one embodiment, therefore, an interface system implementing a load balancing function (e.g., an F5 Big-IP load balancer) is communicably coupled between the application servers 200 and the user systems 112 to distribute requests to the application servers 200. In one embodiment, the load balancer uses a least connections algorithm to route user requests to the application servers 200. Other examples of load balancing algorithms, such as round robin and observed response time, also can be used. For example, in certain embodiments, three consecutive requests from the same user could hit three different application servers 200, and three requests from different users could hit the same application server 200. In this manner, system 116 is multi-tenant, wherein system 116 handles storage of, and access to, different objects, data and applications across disparate users and organizations.
As an example of storage, one tenant might be a company that employs a sales force where each salesperson uses system 116 to manage their sales process. Thus, a user might maintain contact data, leads data, customer follow-up data, performance data, goals and progress data, etc., all applicable to that user's personal sales process (e.g., in tenant data storage 122). In an example of a MTS arrangement, since all of the data and the applications to access, view, modify, report, transmit, calculate, etc., can be maintained and accessed by a user system having nothing more than network access, the user can manage his or her sales efforts and cycles from any of many different user systems. For example, if a salesperson is visiting a customer and the customer has Internet access in their lobby, the salesperson can obtain critical updates as to that customer while waiting for the customer to arrive in the lobby.
While each user's data might be separate from other users' data regardless of the employers of each user, some data might be organization-wide data shared or accessible by a plurality of users or all of the users for a given organization that is a tenant. Thus, there might be some data structures managed by system 116 that are allocated at the tenant level while other data structures might be managed at the user level. Because an MTS might support multiple tenants including possible competitors, the MTS should have security protocols that keep data, applications, and application use separate. Also, because many tenants may opt for access to an MTS rather than maintain their own system, redundancy, up-time, and backup are additional functions that may be implemented in the MTS. In addition to user-specific data and tenant specific data, system 116 might also maintain system level data usable by multiple tenants or other data. Such system level data might include industry reports, news, postings, and the like that are sharable among tenants.
In certain embodiments, user systems 112 (which may be client systems) communicate with application servers 200 to request and update system-level and tenant-level data from system 116 that may require sending one or more queries to tenant data storage 122 and/or system data storage 124. System 116 (e.g., an application server 200 in system 116) automatically generates one or more SQL statements (e.g., one or more SQL queries) that are designed to access the desired information. System data storage 124 may generate query plans to access the requested data from the database.
Each database can generally be viewed as a collection of objects, such as a set of logical tables, containing data fitted into predefined categories. A “table” is one representation of a data object, and may be used herein to simplify the conceptual description of objects and custom objects. It should be understood that “table” and “object” may be used interchangeably herein. Each table generally contains one or more data categories logically arranged as columns or fields in a viewable schema. Each row or record of a table contains an instance of data for each category defined by the fields. For example, a CRM database may include a table that describes a customer with fields for basic contact information such as name, address, phone number, fax number, etc. Another table might describe a purchase order, including fields for information such as customer, product, sale price, date, etc. In some multi-tenant database systems, standard entity tables might be provided for use by all tenants. For CRM database applications, such standard entities might include tables for Account, Contact, Lead, and Opportunity data, each containing pre-defined fields. It should be understood that the word “entity” may also be used interchangeably herein with “object” and “table.”
In some multi-tenant database systems, tenants may be allowed to create and store custom objects, or they may be allowed to customize standard entities or objects, for example by creating custom fields for standard objects, including custom index fields. U.S. Pat. No. 7,779,039, filed Apr. 2, 2004, entitled “Custom Entities and Fields in a Multi-Tenant Database System”, which is hereby incorporated herein by reference, teaches systems and methods for creating custom objects as well as customizing standard objects in a multi-tenant database system. In certain embodiments, for example, all custom entity data rows are stored in a single multi-tenant physical table, which may contain multiple logical tables per organization. It is transparent to customers that their multiple “tables” are in fact stored in one large table or that their data may be stored in the same table as the data of other customers.
The client is a general purpose computer with hardware and software, such as shown by user system 112 (
In this specific implementation, the portable electronic device includes an electronic touchscreen display or screen 325. Application programs are made available to a user through the display. A browser 335 is an example of an application program. The browser can request, receive, and process data from the user, server, or both. The data can be shown via the display. A mobile application program 340 is another example of an application program. The mobile application program may be referred to as a mobile app. A mobile app is a software application designed to run on smartphones, tablet computers, or other mobile devices. The mobile app may be pre-installed on the client device during manufacture, can be downloaded by the user from various mobile software distribution platforms (e.g., Apple App Store, Amazon Appstore, Google play, and others), or can be a web application delivered over the hypertext transfer application protocol (HTTP) and which can use server-side processing, client-side processing (e.g., JavaScript), or both to provide an application-like experience within a Web browser.
In a specific embodiment, there is a smart tap code module 345 that executes on the portable electronic device. The module may be provided to, embedded in, or integrated with the browser, a mobile app, or operating system of the portable electronic device. The module code may be obtained via the network and Web site. For example, the module code may be embedded in a Web page that is transmitted from the server to the portable electronic device. The module may function at an application program level or an operating system level. The module may be implemented as a script, add-in, plug-in, macro, library, extension, filter, or device driver.
The smart tap module provides for enhanced user selection of interactive elements on the display. An interactive element can include an icon, link (e.g., text hyperlink), or any other visual or graphical object that can be selected to cause an operation or event to occur. The operation can include accessing a resource such as a Web page, document, file, image, video, audio data, service (e.g., Web service), program, and so forth. The resource may be stored remote from the client such as at the server and accessed over the network. Alternatively, the resource may be stored at the client and accessed locally. More particularly, accessing the resource may include displaying, opening, or closing a record, page, document, window, panel, or box, launching an application, exiting an application, starting or stopping a service, or executing computer code—just to name a few examples.
In this specific embodiment, display 325 is touch-sensitive such that it can detect the presence and location of a touch within the display area. In a device having a touch-sensitive display, user input may be provided by a finger gesture such as by a tap of a user's finger 350 on a surface of the display. For example, the display may include first and second interactive elements. A user can select the first interactive element by tapping or touching a location on the display surface corresponding to the first interactive element. Likewise, the user can select the second interactive element by tapping or touching another location on the display surface corresponding to the second interactive element. User input may instead or additionally be provided using a stylus or other input device (e.g., mouse).
Generally, the display of a portable electronic device is made relatively small so that the device can easily transported and carried such as in a person's pocket, purse, briefcase, or bag. Multiple interactive elements may be shown on the display so that the user does not have to click through many different levels in order to access or see the desired data.
It can be difficult, however, for a user to select the desired interactive element from among the other interactive elements because each element may have a relatively small target area as compared to the user's finger (e.g., index finger or thumb). For example, the user may end up selecting one interactive element, but may have intended to select a different interactive element. This can be very frustrating. Having to magnify or zoom into the area having the interactive elements such as via a pinch-out gesture is inefficient because it requires additional step.
In a specific implementation, the smart tap module provides for one interactive element to have a larger tap target area than a tap target area of another interactive element. The large tap target area allows the one interactive element to be easily selected (e.g., tapped on). The module continues to allow the other interactive element to be selected if the user so desires. Thus, the user is presented with large areas in the interface that may be clicked, as well as smaller “sub-click” areas.
In a specific embodiment, the smart tap module allows a row shown on the display to have a first interactive element and a second interactive element, where an area of the second interactive element is greater than an area of the first interactive element. This allows the user to be presented with a row having a large area (e.g., second interactive element) so that it can be easily clicked as well as an additional smaller clickable area (e.g., first interactive element).
In a step 410, a set of rows is displayed on a touchscreen display surface of a portable electronic device. Each row is linked to or associated with a resource (e.g., first resource). In a specific implementation, the first resource includes a record and each row is linked to, represents, or identifies the record. The record may be stored at the server remote from the device. In this specific implementation, each row may include a subset of attributes or fields of the record. The record may be referred to as a primary record.
Each row further includes at least one link to another resource (e.g., second resource). In a specific implementation, the second resource includes another record. The at least one link is linked to or references the other record which may likewise be stored at the server remote from the device. The other record may be referred to as a secondary record.
In a specific implementation, the primary record and secondary record are associated to each other through a relationship such as a parent-child relationship or a primary key-foreign key relationship. The at least one link may display an attribute value stored in the secondary record.
In a specific implementation, the primary record and secondary record are stored in different databases. For example, the primary record may be stored in a database X (
Each row further includes two or more columns or fields. For example, a first column of the two or more columns may store an attribute value of the primary record such as a name of the record. A second column of the two or more columns may store an attribute value of the secondary record such as a name of a user. The name may identify, for example, the user who created the primary record, owns the primary record, or last modified the primary record. One or both attribute values may be displayed as a link. For example, the name of the user may be displayed as a link such that clicking on the link opens the secondary record which may include a profile page of the user. The profile page may include contact information such as a phone number, e-mail address, mailing address, and so forth.
In a specific implementation, an “onclick” JavaScript event is attached to a row's list element. Tables A and B below show sample syntax of the “onclick” event in HTML and JavaScript, respectively.
The parameter “JavaScript code to be executed” specifies the JavaScript code to be executed when the onclick event occurs. In a specific implementation, the JavaScript code to be executed is a “row press” event for the selected row. In this specific implementation, the row is associated with a uniform resource locator (URL) or identifier (URI). The URL may specify a resource (e.g., Web page or primary record) to be opened or loaded into a window on the touchscreen display. For example, the browser or app may transmit or send an HTTP request to the server to fetch the resource. It should be appreciated, however, that the code may instead or additionally cause a different event or operation to occur. For example, the URL “mailto:ed@example.com” may launch an e-mail composer with the address “ed@example.com” in the “To” field. The onclick event is merely one example of an event attribute. Other embodiments may instead include a different event attribute as desired such as ondlbclick, i.e., “on double click.”
In a step 415, a user input tap on a row is received. In a specific implementation, the user input tap is via the user placing or touching their fingertip or fingerpad on a surface of the display. It should be appreciated that a user may instead or additionally provide input using, for example, a stylus, mouse pointer, keyboard, or other input device.
In a step 420, the smart tap module checks a target location of the tap. In a step 425, if the target location of the tap is on a first region within the row that is occupied by the at least one link, the other resource associated with the at least one link is provided. For example, the other resource may include the secondary record and the secondary record may be shown on the display.
More particularly, in a specific implementation, the module checks whether the target location corresponds to an HTML anchor tag (e.g., “<a>”). A target location that corresponds to the anchor tag can indicate that the at least one link has been clicked. The anchor tag can be used with the hypertext reference attribute (e.g., “href”). This attribute defines an address to another resource such as a Web page, destination, or document (e.g., secondary record). In this specific implementation, if the target location corresponds to the anchor tag, the module does not fire a row press event that would cause the resource linked to the row to be provided (e.g., the primary record). The row press event may be suppressed, bypassed, or not executed. Thus, for example, rather than the primary record being displayed the secondary record may be displayed.
Alternatively, in a step 430, if the target location of the tap is on a second region within the row that is outside of the first region, the resource (e.g., primary record) is provided. For example, the row press event may be fired or executed so that the primary record can be shown on the display.
In a specific implementation, an area of the secondary region is greater than an area of the first region. In a specific implementation, the secondary region covers, fills, spans, or extends over at least a portion of the first column of the two or more columns of the row and at least a portion of the second column of the two or more columns. The second region provides the user with a tap target having a relatively large area that can be tapped in order to access the primary record. The secondary record, however, can still be accessed by tapping on the first region.
Thus, a displayed row can have two or more clickable regions or tap targets having different tap target areas. A technique as described in this application allows, in effect, a developer or administrator to associate, assign, attach, or link the second region having the larger tap target area to the resource (e.g., record) that is likely to be frequently accessed (e.g., the primary record). The resource that is likely to be less frequently accessed (e.g., the secondary record) can be associated with the first region having the smaller tap target area.
In the example shown in
The first row includes a first region 575 and a second region 580. The first region is shown on
As shown in the example of
The second region may completely cover the first and second columns. The second region may cover the first column and at most a portion of the second column. The second region may cover at least a portion of each column of the two or more columns. As shown in the example of
As compared to
In other cases, the implementation show in
As compared to
Allowing the second region or tap target area to be broken into two or more portions offers flexibility in the placement, positioning, and layout of the particular columns. For example, in some cases it will be desirable to layout the column holding linked value B1 between the first and last columns. For example, typically people read from left-to-right. If the column holding linked value B1 includes very important information then it may be desirable to place the column closer to a left-hand side of the table than a right-hand side of the table so that the information in the column will be read and seen earlier.
In a specific implementation, a method comprises embedding in a row a link referencing a first resource; and associating an onclick event to the row, wherein the onclick event comprises first code that references a second resource, second code that checks a tap target of a tap received on the row, and third code that determines whether the tap target is on the link, wherein if the tap target is not on the link, the second resource is provided, and if the tap target is on the link, the first resource is provided.
In another specific implementation, a method comprises displaying a plurality of rows on a touchscreen display surface, each row comprising a first tap target that is associated with a first reference to a first resource, and a second tap target that is associated with a second reference to a second resource; receiving a user input tap on a row; if the user input tap is on the first tap target, resolving the first reference to provide the first resource; and if the user input tap is on the second tap target, resolving the second reference to provide the second resource, wherein an area of the first tap target is greater than an area of the second tap target.
In various specific implementations, a number of pixels in the area of the first tap target is greater than a number of pixels in the area of the second tap target. An area of the first tap target covers at least a portion of a first column of the row, and at least a portion of a second column of the row. A ratio of the area of the first tap target to the area of the second tap target is N:1, wherein N is a number greater than 1. N ranges from about 1.5 to about 10. The first reference comprises a first uniform resource locator (URL) that identifies the first resource, and the second reference comprises a second URL that identifies the second resource. The first reference comprises first text linked to the first resource, and the second reference comprises second text linked to the second resource, wherein a length of the first text is less than a length of the second text. A number of characters in the first text is less than a number of characters in the second text. Providing the first resource comprises displaying the first resource on the display surface. Providing the second resource comprises displaying the second resource on the display surface.
This patent application describes techniques to improve a user's experience when interacting with a touchscreen display of a portable electronic device. It should be appreciated, however, that the invention is not limited to portable electronic devices. Aspects of the invention may be implemented in any device, machine, product, or information appliance having a touchscreen display such as information kiosks (e.g., museum information kiosk), room automation systems, automobiles, large appliances (e.g., refrigerators), planes, boats, and so forth.
While one or more implementations have been described by way of example and in terms of the specific embodiments, it is to be understood that one or more implementations are not limited to the disclosed embodiments. To the contrary, it is intended to cover various modifications and similar arrangements as would be apparent to those skilled in the art. Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.
This application claims the benefit of U.S. Provisional Patent Application 61/526,406, entitled SYSTEMS AND METHODS FOR AN IMPROVED TOUCHSCREEN INTERFACE, filed Aug. 23, 2011, (Attorney Docket No. 735PROV), the entire contents of which are incorporated herein by reference.
Number | Date | Country | |
---|---|---|---|
61526406 | Aug 2011 | US |