WO2017150752A1 - Method for providing clipping function in infinite scrolling environment - Google Patents

Method for providing clipping function in infinite scrolling environment Download PDF

Info

Publication number
WO2017150752A1
WO2017150752A1 PCT/KR2016/002195 KR2016002195W WO2017150752A1 WO 2017150752 A1 WO2017150752 A1 WO 2017150752A1 KR 2016002195 W KR2016002195 W KR 2016002195W WO 2017150752 A1 WO2017150752 A1 WO 2017150752A1
Authority
WO
WIPO (PCT)
Prior art keywords
contents
content
designated
post
posts
Prior art date
Application number
PCT/KR2016/002195
Other languages
French (fr)
Korean (ko)
Inventor
엄지홍
Original Assignee
엄지홍
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 엄지홍 filed Critical 엄지홍
Priority to PCT/KR2016/002195 priority Critical patent/WO2017150752A1/en
Publication of WO2017150752A1 publication Critical patent/WO2017150752A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Abstract

Provided is a method for providing a clipping function in an infinite scrolling environment. A method for providing content, according to one embodiment of the present invention, comprises: receiving a selection of one content from a variety of content; obtaining the selected content and adjacent content when a command to load the selected content is present; and listing the obtained content. As a result, a user can very quickly explore desired content through minimum operation.

Description

무한 스크롤 환경에서 클립 기능 제공 방법How to provide clip functionality in an infinite scroll environment
본 발명은 사용자 인터페이스 기술에 관한 것으로, 더욱 상세하게는 무한 스크롤 환경에서 특수 기능을 제공하는 방법에 관한 것이다.The present invention relates to user interface technology, and more particularly, to a method for providing special functions in an infinite scroll environment.
무한 스크롤 방식은 트위터나 페이스북 등에서 타임 라인 방식으로 불리우는 것으로, 클릭 횟수를 최소화할 수 있어, 많은 포스트, 게시물 등을 보기에 편리한 방식이다. 게시물의 전부는 물론 일부를 제한하여 무한 스크롤 방식으로 제공할 수 있다.Infinite scrolling is called Timeline on Twitter, Facebook, etc., which minimizes the number of clicks, making it convenient for viewing many posts and posts. You can limit all but some of your posts to provide infinite scrolling.
무한 스크롤 방식은 포스트, 게시물 등을 최근 것부터 과거로 혹은 과거로부터 최근으로 이동하면서 열람하기에 매우 좋은 방식이다.Infinite scrolling is a great way to browse posts, posts, etc., moving from recent to past or past to recent.
하지만, 열람을 원하는 특정 과거 시점의 포스트, 게시물 등으로 이동하기에는 불편할 수 있다. 해당 포스트, 게시물 등으로 이동하기 위해, 플리커링(Flickering) 조작을 수 차례 또는 수십 차례에 걸쳐 수행하여야 하기 때문이다. However, it may be inconvenient to move to a post, post, etc. of a specific past point in time that you want to view. This is because the flickering operation must be performed several times or several tens of times in order to move to the post, post, or the like.
이와 같은 불편은 열람을 원하는 특정 과거의 포스트, 게시물 등의 게시 일시가 먼 과거에 해당하게 될 수록 더욱 심화된다. 이에, 사용자의 불편을 야기하게 되는 바, 이를 해결하기 위한 방안의 모색이 요청된다.Such inconveniences are intensified as the posting date and time of a particular past post, post, etc., desired to be read correspond to the far past. As a result, it causes inconvenience to the user, and a search for a solution for this problem is requested.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 클립 기능을 이용하여 지정한 포스트, 게시물 등의 콘텐츠를 불러오기 명령하면, 지정한 콘텐츠와 그 주변 콘텐츠들을 함께 불러와 나열/표시하는 콘텐츠 제공 방법을 제공함에 있다.The present invention has been made to solve the above problems, an object of the present invention, when the command to load the content, such as the designated posts, posts using the clip function, the specified content and the surrounding contents are listed together The present invention provides a method of providing / displaying content.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 콘텐츠 제공 방법은, 다수의 콘텐츠들 중 어느 하나를 지정받는 단계; 지정된 콘텐츠에 대한 불러오기 명령이 있으면, 상기 지정된 콘텐츠 및 주변 콘텐츠들을 획득하는 단계; 및 획득된 콘텐츠들을 나열하는 단계;를 포함한다.According to an embodiment of the present invention for achieving the above object, a content providing method, comprising: receiving any one of a plurality of contents; If there is a load command for a designated content, obtaining the specified content and surrounding contents; And listing the obtained contents.
그리고, 상기 주변 콘텐츠들은, 상기 지정된 콘텐츠 보다 순번이 앞서는 콘텐츠들을 포함할 수 있다.The surrounding contents may include contents which are preceded by the designated contents.
또한, 상기 주변 콘텐츠들은, 상기 지정된 콘텐츠 보다 순번이 앞서는 콘텐츠들 중 상기 지정된 콘텐츠와 순번이 가까운 m개의 콘텐츠들을 포함할 수 있다.In addition, the surrounding contents may include m contents of which contents are close in sequence to the designated contents among contents which precede the designated contents.
그리고, 상기 순번은, 게시 일시일 수 있다.The sequence number may be a posting date and time.
또한, 본 발명의 일 실시예에 따른 콘텐츠 제공 방법은, 사용자의 명령에 의해, 상기 지정된 콘텐츠 보다 순번이 앞서는 상기 m개의 콘텐츠들 보다 순번이 더 앞서는 콘텐츠들을 더 획득하는 단계;를 더 포함할 수 있다.In addition, the content providing method according to an embodiment of the present invention, by the user's command, the step of acquiring more contents in advance than the m contents that precedes the specified content; have.
그리고, 상기 주변 콘텐츠들은, 상기 지정된 콘텐츠 보다 순번이 뒤지는 콘텐츠들을 포함할 수 있다.The surrounding contents may include contents which are sequentially inferior to the designated contents.
또한, 상기 주변 콘텐츠들은, 상기 지정된 콘텐츠 보다 순번이 뒤지는 콘텐츠들 중 상기 지정된 콘텐츠와 순번이 가까운 n개의 콘텐츠들을 포함할 수 있다.In addition, the surrounding contents may include n contents of which contents are close in sequence with the designated contents among contents which are inferior to the designated contents.
그리고, 상기 순번은, 게시 일시 또는 정렬 순서일 수 있다.The order may be a posting date and time or a sorting order.
또한, 본 발명의 일 실시예에 따른 콘텐츠 제공 방법은, 사용자의 명령에 의해, 상기 지정된 콘텐츠 보다 순번이 뒤지는 상기 n개의 콘텐츠들 보다 순번이 더 뒤지는 콘텐츠들을 더 획득하는 단계;를 더 포함할 수 있다.In addition, the content providing method according to an embodiment of the present invention, by the user's command, the step of acquiring more contents in turn than the n contents that are in turn behind the specified content; may further include; have.
한편, 본 발명의 다른 실시예에 따른, 서버는, 애플리케이션이 설치된 단말과 통신하는 통신부; 다수의 콘텐츠들이 저장된 DB; 및 상기 통신부를 통해 상기 애플리케이션으로부터 다수의 콘텐츠들 중 어느 하나를 지정받은 후 지정된 콘텐츠에 대한 불러오기 명령이 있으면, 상기 DB에서 상기 지정된 콘텐츠 및 주변 콘텐츠들을 불러와 상기 통신부를 통해 상기 애플리케이션에 제공하는 처리부;를 포함한다.On the other hand, according to another embodiment of the present invention, the server, the communication unit for communicating with the terminal is installed; DB where a plurality of contents are stored; And if there is a load command for the specified content after receiving any one of a plurality of contents from the application through the communication unit, and retrieves the specified content and the surrounding content from the DB to provide to the application through the communication unit It includes a processing unit.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 클립 기능을 이용하여 지정한 포스트, 게시물 등의 콘텐츠를 불러오기 명령하면, 지정한 콘텐츠와 그 주변 콘텐츠들을 기존의 정렬 순서 그대로 불러와 나열/표시하여, 사용자가 최소한의 조작을 통해 원하는 콘텐츠를 매우 빠르게 탐색하거나 원하는 콘텐츠로 플릭킹 혹은 스크롤링을 최소화하여(혹은 플릭킹이나 스크롤링 없이) 바로 이동할 수 있게 된다.As described above, according to the embodiments of the present invention, when a command for loading a designated post or post using a clip function is called, the specified content and its surrounding contents are loaded and arranged / displayed in the existing sorting order. This allows the user to navigate to the desired content very quickly, with minimal manipulation, or to move directly to the desired content with minimal flicking or scrolling (or without flicking or scrolling).
나아가, 본 발명의 실시예들에 따르면, 원하는 콘텐츠와 게시 일시가 유사한 다른 콘텐츠들을 함께 열람 가능한 상태로 제공받을 수 있어, 일반 북마크 기능을 넘어선 편리함을 제공할 수 있게 된다.Furthermore, according to embodiments of the present invention, other contents similar to the desired content and the date and time of publication can be provided together in a viewable state, thereby providing convenience beyond the general bookmark function.
도 1은 본 발명의 일 실시예에서 제공하는 클립 기능의 설명에 제공되는 흐름도,1 is a flowchart provided to explain a clip function provided by an embodiment of the present invention;
도 2는 클립 기능의 부연 설명에 제공되는 도면,2 is a view provided for further explanation of the clip function;
도 3은 애플리케이션의 화면 구성 방법에 대한 부연 설명에 제공되는 도면, 그리고,3 is a view provided in a description of a screen configuration method of an application; and
도 4는 본 발명의 다른 실시예에 따른 애플리케이션 서버의 블럭도이다.4 is a block diagram of an application server according to another embodiment of the present invention.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, with reference to the drawings will be described the present invention in more detail.
도 1은 본 발명의 일 실시예에서 제공하는 클립(Clip) 기능의 설명에 제공되는 흐름도이다. 본 발명의 실시예에서 제공하는 클립 기능은, 게시물들이 게시 일시에 따라 연속하여 나열되어 있고, 플리커링을 통해 일부를 순차적으로 불러오는, 무한 스크롤 환경에서 제공된다.1 is a flowchart provided to explain a clip function provided in an embodiment of the present invention. The clip function provided in the embodiment of the present invention is provided in an infinite scroll environment, in which posts are arranged in sequence according to a posting date and time, and some are sequentially loaded through flickering.
클립 기능을 활용하기 위해, 먼저, 도 1에 도시된 바와 같이, 사용자는 애플리케이션 실행 화면에서 원하는 게시물(추후 재열람하고자 하는 게시물)을 클립 한다(S110).In order to utilize the clip function, first, as shown in FIG. 1, the user clips a desired post (post to be viewed later) on the application execution screen (S110).
게시물 클립은, 도 2의 좌측에 도시된 바와 같이, 애플리케이션(200)의 실행화면에서 나열된 게시물들(게시물 #25 ~ 게시물 #27) 중 원하는 게시물(게시물 #26)에 나타난 클립 설정 버튼(220-26)을 터치함으로써 가능하다.As shown in the left side of Figure 2, the post clip, clip setting button (220-) appeared in the desired post (post # 26) of the posts (post # 25 ~ post # 27) listed in the execution screen of the application 200 By touching 26).
클립된 게시물은, 도 2의 중앙에 도시된 바와 같이, 애플리케이션 실행 화면의 상단에 위치한 클립 불러오기 버튼(210)을 터치하여 불러올 수 있다. 도 2의 우측에는 클립된 게시물을 불러온 결과를 나타내었다.Clipped posts, as shown in the center of Figure 2, can be retrieved by touching the load clip button 210 located at the top of the application execution screen. 2 shows the result of loading the clipped post.
S110단계에서 클립된 게시물을 불러오는 과정에 대해, 도 1을 참조하여 상세히 설명한다.A process of loading the clipped post in step S110 will be described in detail with reference to FIG. 1.
도 1에 도시된 바와 같이, 클립된 게시물에 대한 불러오기 명령이 있으면(S120-Y), 애플리케이션 서버는 먼저 클립된 게시물을 불러오기 한다(S130). 그리고, 애플리케이션 서버는 클립된 게시물 보다 게시 일시가 앞서는 게시물들을 불러오기 한다(S140).As shown in Figure 1, if there is a load command for the clipped post (S120-Y), the application server first loads the clipped post (S130). In addition, the application server loads posts whose posting date is earlier than the clipped post (S140).
S130단계와 S140단계는 하나의 절차로 수행될 수 있다. 나아가, S130단계내지 S150단계가 하나의 절차로 수행될 수도 있고, S130단계와 S150단계가 하나의 절차로 수행될 수 있다. 즉, 도 1의 S130단계, S140단계 및 S140단계는 필요에 따라 순서를 바꾸거나, 전부/일부를 통합할 수도 있음은 물론이다.Steps S130 and S140 may be performed in one procedure. Furthermore, steps S130 to S150 may be performed in one procedure, and steps S130 and S150 may be performed in one procedure. That is, steps S130, S140, and S140 of FIG. 1 may be changed in order or integrated all / parts as necessary.
본 발명의 실시예에서 제공하는 클립 기능에서는, 클립된 게시물 외에 그 주변 게시물들을 더 불러온다는 점에 유념하여야 한다. 여기서, 불러오는 주변 게시물들은 임의의 개수는 제한된다.It should be noted that in the clip function provided in the embodiment of the present invention, the surrounding posts are called in addition to the clipped posts. Here, the number of surrounding posts to be loaded is limited to any number.
예를 들어, S140단계에서 불러오는 게시물들은, 10개로 구현할 수 있으며, 클립된 게시물로부터 게시 일시가 가까운 순으로 결정된다.For example, the posts loaded at step S140 may be implemented in ten, and the posting date is determined in the order of closest posting date from the clipped posts.
다음, 애플리케이션 서버는 클립된 게시물 보다 게시 일시가 뒤지는 게시물들을 불러오기 한다(S150). S150단계에서 불러오는 게시물들도, 이를 테면, 10개로 구현할 수 있으며, 클립된 게시물로부터 게시 일시가 가까운 순으로 결정된다.Next, the application server loads posts whose post date and time are later than the clipped posts (S150). The posts loaded at step S150 may also be implemented, for example, 10, and the posting date and time are determined in order of closeness from the clipped posts.
이후, 애플리케이션 서버는, S130단계에서 불러온 클립된 게시물과, S140단계에서 불러온 게시 일시가 앞서는 주변 게시물들 및 S150단계에서 불러온 게시 일시가 뒤지는 주변 게시물들을 애플리케이션에 제공한다(S160).Thereafter, the application server provides the application with the clipped posts loaded in step S130, the surrounding posts that precede the publication date and time loaded in step S140, and the peripheral posts that post the publication date that comes after the step S150 (S160).
이에, 애플리케이션은 모바일 단말은 S160단계에서 제공받은 게시물들을 화면에 나열하여 표시한다(S170).Accordingly, the application displays a list of posts provided in step S160 on the screen (S170).
S170단계에서, 애플리케이션의 화면 구성 방법은, 도 3에 도시된 바와 같이, 클립된 게시물을 애플리케이션 실행 화면의 상단에 배치하고, 남은 하부 영역에 그보다 게시 일자가 앞서는 게시물들을 게시 일자의 역순으로 배치한다.In step S170, the screen configuration method of the application, as shown in Figure 3, the clipped posts are placed on the top of the application execution screen, the posts ahead of the post date is placed in the remaining lower area in the reverse order of the post date .
도 3에는 애플리케이션 실행 화면에, 게시물 #26 ~ 게시물 #28이 표시되어 있는 상황을 상정하였다.In FIG. 3, it is assumed that post # 26 to post # 28 are displayed on the application execution screen.
만약, 사용자가 애플리케이션 실행 화면을 위로 플릭킹 하면, 게시물 #29 ~ 게시물 #36이 순차적으로(게시 일시 기준으로는 역순) 하나씩 애플리케이션 실행 화면에 나타나면서, 이미 표시되었던 게시물들도 순차적으로 하나씩 사라지게 된다.If the user flicks up the application execution screen, the posts # 29 to # 36 appear sequentially on the application execution screen one by one (in reverse order of posting date), and the previously displayed posts disappear one by one. .
그리고, 애플리케이션 실행 화면에 게시물 #36까지 표시된 상태에서도 사용자가 애플리케이션 실행 화면을 위로 플릭킹 하면, 애플리케이션 서버는 게시 일시가 보다 앞서는 게시물 #37 ~ 게시물 #46을 불러와 애플리케이션에 제공한다.If the user flicks the application execution screen up even when the application execution screen is displayed up to the post # 36, the application server retrieves the post # 37 to the post # 46 earlier than the posting date and provides it to the application.
한편, 애플리케이션 실행 화면에 게시물의 표시가 도 3에 도시된 바와 같은 상황에서, 사용자가 애플리케이션 실행 화면을 아래로 플릭킹 하면, 게시물 #16 ~ 게시물 #25가 역순으로(게시 일시 순으로) 하나씩 애플리케이션 실행 화면에 나타나면서, 이미 표시되었던 게시물들도 순차적으로 하나씩 사라지게 된다.On the other hand, in a situation in which the display of the post on the application execution screen is shown in FIG. 3, when the user flicks down the application execution screen, the posts # 16 to the posts # 25 are applied one by one in the reverse order (posting date and time). As it appears on the launch screen, posts that have already been displayed will disappear one by one.
그리고, 애플리케이션 실행 화면에 게시물 #16까지 표시된 상태에서도 사용자가 애플리케이션 실행 화면을 아래로 플릭킹 하면, 애플리케이션 서버는 게시 일시가 보다 뒤지는 게시물 #6 ~ 게시물 #15를 불러와 애플리케이션에 제공한다.If the user flicks the application execution screen down even when the application execution screen is displayed up to the post # 16, the application server retrieves the posts # 6 to the post # 15 which are later than the post date and provides them to the application.
도 4는 본 발명의 다른 실시예에 따른 애플리케이션 서버의 블럭도이다. 본 발명의 실시예에 따른 애플리케이션 서버는, 도 4에 도시된 바와 같이, 통신부(310), 처리부(320) 및 DB(330)를 포함한다.4 is a block diagram of an application server according to another embodiment of the present invention. The application server according to the embodiment of the present invention, as shown in FIG. 4, includes a communication unit 310, a processing unit 320, and a DB 330.
통신부(310)는 사용자의 모바일 단말에 설치된 애플리케이션(200)과 통신을 수행한다. 이에, 통신부(310)는 애플리케이션(200)을 통해 입력된 사용자 명령을 처리부(320)에 전달한다.The communicator 310 communicates with the application 200 installed in the user's mobile terminal. Accordingly, the communication unit 310 transmits the user command input through the application 200 to the processing unit 320.
처리부(320)는 애플리케이션을 통해 입력된 사용자 명령을 처리한다. 구체적으로, 게시 명령한 게시물을 DB(330)에 저장/등록하는 한편, 게시 요청한 게시물을 DB(330)에서 불러와 애플리케이션에 제공한다.The processor 320 processes a user command input through an application. In detail, the posting command post is stored / registered in the DB 330, while the post request is posted from the DB 330 and provided to the application.
만약, 게시 요청한 게시물이 클립된 게시물인 경우, 처리부(320)는 도 1에 도시된 알고리즘에 따라 클립된 게시물과 주변 게시물들을 애플리케이션에 제공한다.If the post requested to be posted is a clipped post, the processor 320 provides the clipped post and surrounding posts to the application according to the algorithm shown in FIG. 1.
지금까지, 무한 스크롤 환경에서 클립 기능 제공 방법에 대해, 바람직한 실시예를 들어 상세히 설명하였다.So far, a method of providing a clip function in an infinite scroll environment has been described in detail with reference to a preferred embodiment.
위 실시예에서는 애플리케이션으로 게시물을 나열하는 것을 상정하였는데, 게시물 이외의 다른 형식의 콘텐츠를 나열하는 상황에서도 본 발명의 기술적 사상이 적용될 수 있다.In the above embodiment, it is assumed that the posts are listed by the application, but the technical idea of the present invention may be applied even in a situation in which the contents of the format other than the posts are listed.
그리고, 도 3에서 애플리케이션의 화면 구성은, 클립된 게시물이 애플리케이션 실행 화면의 상단에 배치하는 것을 상정하였으나, 클립된 게시물을 화면 중앙 또는 화면 하단에 배치하고 남은 다른 영역에 그 주변 게시물들을 배치하도록 변경하는 것도 가능하다.In addition, although the screen configuration of the application in FIG. 3 assumes that the clipped post is placed at the top of the application execution screen, the clipped post is placed at the center of the screen or the bottom of the screen and the surrounding posts are placed in other remaining areas. It is also possible.
또한, '클립'은 사용자가 원하는 게시물을 지정하는 조작 및 그에 따른 설정 처리를 지칭하는 것으로, '클립'이 아닌 다른 용어라 할지라도, 실질적인 기능이 본 발명의 실시예에서 제시한 '클립'과 실질적으로 동일하다면, 본 발명의 범주에 포함된다는 점에 유념하여야 한다.In addition, the term 'clip' refers to an operation for designating a post desired by the user and a setting process according to the present invention. Even though terms other than 'clip' are used, the term 'clip' refers to 'clip' provided in the embodiment of the present invention. It should be noted that, if they are substantially identical, they are included in the scope of the present invention.
나아가, 위 실시예에서 게시물들은 게시 일시에 따라 나열되는 것을 상정하였는데, 게시 일시가 아닌 다른 기준(이를 테면, 작성자 등의 임의의 정렬 순서)에 따라 순번이 정해지는 경우에도 본 발명의 기술적 사상이 적용될 수 있다.Furthermore, in the above embodiment, it is assumed that the posts are listed according to the posting date and time, but the technical spirit of the present invention may be determined even if the order is determined according to the criteria other than the posting date (for example, any sorting order such as the author). Can be applied.
한편, 위 실시예에서는 모바일 단말의 애플리케이션에서 게시물들을 나열하는 것을 상정하였는데 예시적인 것에 불과하다. 모바일 단말이 아닌 PC에 대해서도 본 발명의 기술적 사상이 적용될 수 있다. 이 경우, 플리커링 조작은 스크롤링 조작으로 대체된다.Meanwhile, in the above embodiment, it is assumed that the posts are listed in the application of the mobile terminal, but only exemplary. The technical spirit of the present invention may also be applied to a PC that is not a mobile terminal. In this case, the flickering operation is replaced by the scrolling operation.
나아가, 모바일 단말의 경우, 플릭킹이 아닌 스크롤링 조작이 입력되는 경우에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 더 나아가, PC에서도 스크롤링이 아닌 플릭킹 조작이 입력되는 경우에도 본 발명의 기술적 사상이 적용될 수 있다. 즉, 조작의 종류와 명칭은 문제되지 않는다.Furthermore, in the case of a mobile terminal, the technical idea of the present invention may be applied even when a scrolling operation other than flicking is input. Furthermore, the technical idea of the present invention may be applied even when a flicking operation other than scrolling is input in a PC. That is, the type and name of the operation do not matter.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.On the other hand, the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program for performing the functions of the apparatus and method according to the present embodiment. In addition, the technical idea according to various embodiments of the present disclosure may be implemented in the form of computer readable codes recorded on a computer readable recording medium. The computer-readable recording medium can be any data storage device that can be read by a computer and can store data. For example, the computer-readable recording medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical disk, a hard disk drive, or the like. In addition, the computer-readable code or program stored in the computer-readable recording medium may be transmitted through a network connected between the computers.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although the preferred embodiment of the present invention has been shown and described above, the present invention is not limited to the specific embodiments described above, but the technical field to which the invention belongs without departing from the spirit of the invention claimed in the claims. Of course, various modifications can be made by those skilled in the art, and these modifications should not be individually understood from the technical spirit or the prospect of the present invention.

Claims (10)

  1. 다수의 콘텐츠들 중 어느 하나를 지정받는 단계;Receiving any one of a plurality of contents;
    지정된 콘텐츠에 대한 불러오기 명령이 있으면, 상기 지정된 콘텐츠 및 주변 콘텐츠들을 획득하는 단계; 및If there is a load command for a designated content, obtaining the specified content and surrounding contents; And
    획득된 콘텐츠들을 나열하는 단계;를 포함하는 것을 특징으로 하는 콘텐츠 제공 방법.Listing the obtained contents; content providing method comprising a.
  2. 청구항 1에 있어서,The method according to claim 1,
    상기 주변 콘텐츠들은,The surrounding content,
    상기 지정된 콘텐츠 보다 순번이 앞서는 콘텐츠들을 포함하는 것을 특징으로 하는 콘텐츠 제공 방법.And contents which precede the designated content in turn.
  3. 청구항 2에 있어서,The method according to claim 2,
    상기 주변 콘텐츠들은,The surrounding content,
    상기 지정된 콘텐츠 보다 순번이 앞서는 콘텐츠들 중 상기 지정된 콘텐츠와 순번이 가까운 m개의 콘텐츠들을 포함하는 것을 특징으로 하는 콘텐츠 제공 방법.And m contents which are close in sequence to the designated contents among the contents which precede the designated contents in sequence.
  4. 청구항 3에 있어서,The method according to claim 3,
    상기 순번은,The order number is
    게시 일시 또는 정렬 순서인 것을 특징으로 하는 콘텐츠 제공 방법.Method of providing content, characterized in that the publication date and time or sort order.
  5. 청구항 3에 있어서,The method according to claim 3,
    사용자의 명령에 의해, 상기 지정된 콘텐츠 보다 순번이 앞서는 상기 m개의 콘텐츠들 보다 순번이 더 앞서는 콘텐츠들을 더 획득하는 단계;를 더 포함하는 것을 특징으로 하는 콘텐츠 제공 방법. Acquiring, by a user's command, contents which are preceded by the m contents which are preceded by the designated contents.
  6. 청구항 1에 있어서,The method according to claim 1,
    상기 주변 콘텐츠들은,The surrounding content,
    상기 지정된 콘텐츠 보다 순번이 뒤지는 콘텐츠들을 포함하는 것을 특징으로 하는 콘텐츠 제공 방법.And contents which are sequentially inferior to the designated contents.
  7. 청구항 6에 있어서,The method according to claim 6,
    상기 주변 콘텐츠들은,The surrounding content,
    상기 지정된 콘텐츠 보다 순번이 뒤지는 콘텐츠들 중 상기 지정된 콘텐츠와 순번이 가까운 n개의 콘텐츠들을 포함하는 것을 특징으로 하는 콘텐츠 제공 방법.And n pieces of contents that are close in sequence to the designated content among contents which are sequentially behind the designated content.
  8. 청구항 7에 있어서,The method according to claim 7,
    상기 순번은,The order number is
    게시 일시 또는 정렬 순서인 것을 특징으로 하는 콘텐츠 제공 방법.Method of providing content, characterized in that the publication date and time or sort order.
  9. 청구항 7에 있어서,The method according to claim 7,
    사용자의 명령에 의해, 상기 지정된 콘텐츠 보다 순번이 뒤지는 상기 n개의 콘텐츠들 보다 순번이 더 뒤지는 콘텐츠들을 더 획득하는 단계;를 더 포함하는 것을 특징으로 하는 콘텐츠 제공 방법.And acquiring, by a user's command, contents which are sequentially behind the n contents which are sequentially behind the designated contents.
  10. 애플리케이션이 설치된 단말과 통신하는 통신부;Communication unit for communicating with the terminal is installed application;
    다수의 콘텐츠들이 저장된 DB; 및DB where a plurality of contents are stored; And
    상기 통신부를 통해 상기 애플리케이션으로부터 다수의 콘텐츠들 중 어느 하나를 지정받은 후 지정된 콘텐츠에 대한 불러오기 명령이 있으면, 상기 DB에서 상기 지정된 콘텐츠 및 주변 콘텐츠들을 불러와 상기 통신부를 통해 상기 애플리케이션에 제공하는 처리부;를 포함하는 것을 특징으로 하는 서버.If there is a load command for the designated content after receiving any one of a plurality of contents from the application through the communication unit, the processing unit for retrieving the specified content and the surrounding content from the DB and provides it to the application through the communication unit Server comprising a.
PCT/KR2016/002195 2016-03-04 2016-03-04 Method for providing clipping function in infinite scrolling environment WO2017150752A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2016/002195 WO2017150752A1 (en) 2016-03-04 2016-03-04 Method for providing clipping function in infinite scrolling environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2016/002195 WO2017150752A1 (en) 2016-03-04 2016-03-04 Method for providing clipping function in infinite scrolling environment

Publications (1)

Publication Number Publication Date
WO2017150752A1 true WO2017150752A1 (en) 2017-09-08

Family

ID=59743053

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2016/002195 WO2017150752A1 (en) 2016-03-04 2016-03-04 Method for providing clipping function in infinite scrolling environment

Country Status (1)

Country Link
WO (1) WO2017150752A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110040760A1 (en) * 2009-07-16 2011-02-17 Bluefin Lab, Inc. Estimating Social Interest in Time-based Media
US20130051766A1 (en) * 2011-08-23 2013-02-28 Echostar Technologies L.L.C. Grouping and Presenting Content
US20130174035A1 (en) * 2011-12-30 2013-07-04 United Video Properties, Inc. Systems and methods for representing a content dependency list
US20140280236A1 (en) * 2013-03-15 2014-09-18 Facebook, Inc. Selection and ranking of comments for presentation to social networking system users
WO2015186865A1 (en) * 2014-06-03 2015-12-10 주식회사 티노스 Electronic device provided with a scroll function using touch screen

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110040760A1 (en) * 2009-07-16 2011-02-17 Bluefin Lab, Inc. Estimating Social Interest in Time-based Media
US20130051766A1 (en) * 2011-08-23 2013-02-28 Echostar Technologies L.L.C. Grouping and Presenting Content
US20130174035A1 (en) * 2011-12-30 2013-07-04 United Video Properties, Inc. Systems and methods for representing a content dependency list
US20140280236A1 (en) * 2013-03-15 2014-09-18 Facebook, Inc. Selection and ranking of comments for presentation to social networking system users
WO2015186865A1 (en) * 2014-06-03 2015-12-10 주식회사 티노스 Electronic device provided with a scroll function using touch screen

Similar Documents

Publication Publication Date Title
WO2013168885A1 (en) Method for providing lock screen and terminal device for implementing same
WO2016017972A1 (en) Electronic device and method for displaying user interface thereof
WO2012008791A2 (en) Method and apparatus for displaying a menu
WO2011007994A2 (en) Scrolling method of mobile terminal and apparatus for performing the same
WO2012077906A1 (en) Method and apparatus for displaying lists
WO2014065551A1 (en) Device and method for displaying image in chatting area and server for managing chatting data
WO2013094896A1 (en) Method and apparatus for managing message
KR20150026162A (en) Method and apparatus to sharing contents of electronic device
CN113238706B (en) View display method, device, equipment and medium
US20080163065A1 (en) Using a light source to indicate navigation spots on a web page
CN114491349B (en) Page display method, page display device, electronic device, storage medium and program product
EP2763378B1 (en) Portable electronic device, touch operation processing method and program
US8150472B2 (en) Mobile terminal, display method, display mode determining program, and computer-readable storage medium
WO2012118271A1 (en) Method and device for controlling contents using touch, recording medium therefor, and user terminal having same
CN113434226A (en) Communication method, communication device, electronic equipment and readable storage medium
CN109947528B (en) Information processing method and device
WO2010018965A2 (en) Method and system for controlling operations of a display module in a portable terminal
WO2017150752A1 (en) Method for providing clipping function in infinite scrolling environment
CN111310086A (en) Page jump method and device and electronic equipment
EP4297415A1 (en) Information display method and apparatus based on video, and device and medium
CN113986102A (en) Display control method, display control device, electronic equipment and storage medium
CN115033148B (en) Document display method, device, electronic equipment and storage medium
WO2017086651A1 (en) Electronic device and method for controlling same
WO2023050917A1 (en) Icon area management method, and intelligent terminal and storage medium
WO2022161488A1 (en) Information display method and apparatus, and electronic device

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16892765

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16892765

Country of ref document: EP

Kind code of ref document: A1