WO2016006726A1 - 응용프로그램을 공유하기 위한 방법 및 그 전자 장치 - Google Patents

응용프로그램을 공유하기 위한 방법 및 그 전자 장치 Download PDF

Info

Publication number
WO2016006726A1
WO2016006726A1 PCT/KR2014/006078 KR2014006078W WO2016006726A1 WO 2016006726 A1 WO2016006726 A1 WO 2016006726A1 KR 2014006078 W KR2014006078 W KR 2014006078W WO 2016006726 A1 WO2016006726 A1 WO 2016006726A1
Authority
WO
WIPO (PCT)
Prior art keywords
electronic device
application
sub
display information
component
Prior art date
Application number
PCT/KR2014/006078
Other languages
English (en)
French (fr)
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 US15/323,735 priority Critical patent/US10372425B2/en
Priority to CN201480079943.6A priority patent/CN106471481B/zh
Priority to EP14897218.5A priority patent/EP3168751B1/en
Priority to KR1020177003428A priority patent/KR102281227B1/ko
Priority to PCT/KR2014/006078 priority patent/WO2016006726A1/ko
Publication of WO2016006726A1 publication Critical patent/WO2016006726A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/003Details of a display terminal, the details relating to the control arrangement of the display terminal and to the interfaces thereto
    • G09G5/005Adapting incoming signals to the display format of the display terminal
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/04Exchange of auxiliary data, i.e. other than image data, between monitor and graphics controller

Definitions

  • Various embodiments of the present disclosure relate to an apparatus and a method for sharing an application program among electronic devices.
  • the portable electronic device may provide various multimedia services such as a broadcast service, a wireless internet service, a camera service, and a music playback service.
  • the electronic device may provide various multimedia services by sharing with a peripheral electronic device such as a wearable device.
  • an application program for the multimedia service may be driven in the electronic device.
  • the electronic device may drive an application program for the multimedia service to transmit display information for the multimedia service to the peripheral electronic device, and receive and process input / output information generated from the peripheral device.
  • resource waste may occur due to driving the application program.
  • An embodiment of the present disclosure may provide an apparatus and a method for sharing an application with a peripheral electronic device in an electronic device.
  • An embodiment of the present disclosure may provide an apparatus and a method for configuring a sub-application to transmit user interface configuration information of an application to a peripheral electronic device in an electronic device.
  • An embodiment of the present disclosure may provide an apparatus and a method for generating a sub application program including user interface configuration information of an application program using a common programming language in an electronic device.
  • an electronic device may include a sub-application including a display for displaying information and a communication interface for transmitting and receiving a signal, and at least one of user interface elements of an application installed in the electronic device.
  • the processor may include a processor configured to generate and to transmit the sub-application to an external electronic device through the communication interface.
  • a method of operating an electronic device may include generating a sub-application including at least one of user interface elements of an application program installed in the electronic device, and generating the sub-application. And transmitting to an external electronic device.
  • the electronic device generates a sub-application including the user interface configuration information of the application program through a common programming language and transmits the sub-application to the peripheral electronic device, whereby the electronic devices of different platforms can share the multimedia service. Even if the electronic device is not driven, the peripheral electronic device may provide the corresponding multimedia service.
  • FIG. 1 illustrates a configuration for sharing an application program according to an embodiment of the present invention.
  • FIG. 2 is a block diagram of a first electronic device according to an embodiment of the present disclosure.
  • FIG. 3 is a block diagram of an application generating module according to an embodiment of the present invention.
  • FIG. 4 is a block diagram of a second electronic device according to an embodiment of the present disclosure.
  • FIG. 5 is a flowchart illustrating a process of generating a sub application program in a first electronic device according to an embodiment of the present disclosure.
  • 6A to 6B illustrate screen configurations of a sub application program according to an embodiment of the present invention.
  • FIG. 7 illustrates a flowchart for installing a sub application program in a second electronic device according to an embodiment of the present disclosure.
  • FIG. 8 is a flowchart for generating a sub application program based on display information of a second electronic device according to an embodiment of the present disclosure.
  • FIG. 9 is a flowchart for selectively receiving display information of a second electronic device from a server according to an embodiment of the present disclosure.
  • FIG. 10 is a flowchart for receiving display information of a second electronic device from a server according to an embodiment of the present disclosure.
  • FIG. 11 is a flowchart for generating a sub application program according to an exemplary embodiment of the present invention.
  • FIG. 12 is a flowchart for generating a sub application program according to an exemplary embodiment of the present invention.
  • FIG. 13 is a flowchart illustrating a process of processing an event in association with a first electronic device in a second electronic device according to an embodiment of the present disclosure.
  • FIG. 14 is a flowchart illustrating an event occurring in a second electronic device in a first electronic device according to an embodiment of the present disclosure.
  • 15 is a block diagram of an electronic device according to an embodiment of the present disclosure.
  • expressions such as “or” or “at least one of A or / and B” include any and all combinations of words listed together.
  • each of “A or B” or “at least one of A or / and B” may include A, may include B, or may include both A and B.
  • Expressions such as “first”, “second”, “first” or “second” used in various embodiments of the present disclosure may modify various elements of the various embodiments, but do not limit the corresponding elements. .
  • the expressions do not limit the order and / or importance of the components. Expressions may be used to distinguish one component from another.
  • both a first user device and a second user device are user devices and represent different user devices.
  • the first component may be referred to as a second component, and similarly, the second component may also be referred to as a first component.
  • a component When a component is referred to as being “connected” or “connected” to another component, a component may be directly connected to or connected to another component, but a component and another component It will be appreciated that there may be other new components in between. On the other hand, when a component is referred to as being “directly connected” or “directly connected” to another component, it may be understood that there is no new other component between one component and the other component. Should be.
  • An electronic device may be a device including a communication function.
  • the electronic device may be a smartphone, a tablet personal computer, a mobile phone, a video phone, an e-book reader, a desktop personal computer, a laptop.
  • HMD head-mounted-device
  • the electronic device may be a smart home appliance having a communication function.
  • Smart home appliances are, for example, electronic devices such as televisions, digital video disk (DVD) players, audio, refrigerators, air conditioners, cleaners, ovens, microwave ovens, washing machines, air purifiers, set-top boxes, TVs. It may include at least one of a box (eg, Samsung HomeSync TM, Apple TV TM, or Google TV TM), game consoles, electronic dictionary, electronic key, camcorder, or electronic photo frame.
  • an electronic device may include various medical devices having a communication function (for example, magnetic resonance angiography (MRA), magnetic resonance imaging (MRI), computed tomography (CT), an imager, an ultrasound device, and a navigation device). , Global positioning system receivers, event data recorders (EDRs), flight data recorders (FDRs), automotive infotainment devices, marine electronics (e.g. marine navigation systems and gyro compasses), avionics ( at least one of avionics, security devices, vehicle head units, industrial or household robots, automatic teller's machines (ATMs) of financial institutions, or point of sales (POS) of stores.
  • MRA magnetic resonance angiography
  • MRI magnetic resonance imaging
  • CT computed tomography
  • an ultrasound device an ultrasound device
  • a navigation device Global positioning system receivers
  • EDRs event data recorders
  • FDRs flight data recorders
  • automotive infotainment devices e.g. marine navigation systems and gyro compasses
  • an electronic device may be a part of a furniture or building / structure that includes a communication function, an electronic board, an electronic signature receiving device, a projector, or various measurements. And at least one of a device (eg, water, electricity, gas, or a radio wave measuring device).
  • a device eg, water, electricity, gas, or a radio wave measuring device.
  • An electronic device according to various embodiments of the present disclosure may be a combination of one or more of the aforementioned various devices.
  • an electronic device according to various embodiments of the present disclosure may be a flexible device.
  • the electronic device according to various embodiments of the present disclosure is not limited to the above-described devices.
  • the term “user” used in various embodiments may refer to a person who uses an electronic device or a device (eg, an artificial intelligence electronic device) that uses an electronic device.
  • FIG. 1 illustrates a configuration for sharing an application program according to an exemplary embodiment of the present invention.
  • the first electronic device 100 may share an application program for sharing with the second electronic device 110.
  • the sub-application may be generated based on at least one user interface (UI) component.
  • the first electronic device 100 may generate a sub application program using a common programming language (for example, hypertext markup language (HTML)).
  • HTML hypertext markup language
  • the second electronic device 110 may install a sub application provided from the first electronic device 100 to perform at least some functions of an application program corresponding to the sub application.
  • the second electronic device 110 may operate in conjunction with driving an application program of the first electronic device 100 or may separately drive a sub application program.
  • the first electronic device 200 may represent the first electronic device 100 of FIG. 1.
  • the first electronic device 200 may include a bus 210, a processor 220, a memory 230, an input / output interface 240, a display 250, a communication interface 260, and an application program generating module. 270 may include.
  • the bus 210 may include the above-described components (eg, the processor 220, the memory 230, the input / output interface 240, the display 250, the communication interface 260, or the application generation module 270).
  • the circuits may be connected to each other and transfer communication (eg, a control message) between the above-described components.
  • the processor 220 is connected to the other components described above (eg, the memory 230, the input / output interface 240, the display 250, the communication interface 260, or the application generation module 270 via the bus 210). And the like, and receive and decode commands, and perform operations and data processing in accordance with the decoded commands. For example, when event information is provided from the external electronic device 204 through the communication interface 260, the processor 220 may process an event generated in the external electronic device 204 using the event information. The processor 220 may transmit the event processing information to the external electronic device 204 through the communication interface 260.
  • the other components described above eg, the memory 230, the input / output interface 240, the display 250, the communication interface 260, or the application generation module 270 via the bus 210. And the like, and receive and decode commands, and perform operations and data processing in accordance with the decoded commands. For example, when event information is provided from the external electronic device 204 through the communication interface 260, the processor 220 may process an event generated in
  • the memory 230 may be received from the processor 220 or other components (eg, the input / output interface 240, the display 250, the communication interface 260, or the application generation module 270) or the processor ( 220) or instructions or data generated by other components.
  • the memory 230 may store display information of at least one external electronic device input by at least one of the device developer and the application program developer in the generation step of the electronic device 200.
  • the memory 230 may include programming modules such as a kernel 231, middleware 232, an application programming interface (API) 233, or an application 234.
  • Each of the above-described programming modules 231 or 232 or 233 or 234 may be composed of software, firmware, hardware, or a combination of two or more thereof.
  • the kernel 231 is a system resource (e.g., bus 210) used to execute an action or function implemented in the remaining other programming modules (e.g., middleware 232, API 233, or application 234). , The processor 220, the memory 230, or the like) may be controlled or managed. The kernel 231 may provide an interface through which the middleware 232, the API 233, or the application 234 may access and control or manage individual components of the electronic device 200.
  • the kernel 231 may provide an interface through which the middleware 232, the API 233, or the application 234 may access and control or manage individual components of the electronic device 200.
  • the middleware 232 may serve as an intermediary to allow the API 233 or the application 234 to communicate with the kernel 231 to exchange data.
  • the middleware 232 may control the work request received from the application 234.
  • the middleware 232 may use system resources (eg, the bus 210, the processor 220, or the memory 230, etc.) of the electronic device 200 for at least one of the applications 234. Control of work requests (eg, scheduling or load balancing) can be performed using methods such as assigning priorities.
  • the API 233 may include a function (eg, an instruction) or an interface for the application 234 to control a function provided by the kernel 231 or the middleware 232.
  • the API 233 may include at least one interface such as file control, window control, image processing, or character control.
  • the application 234 may be an SMS / MMS application, an email application, a calendar application, an alarm application, a health care application (eg, an exercise amount or a blood sugar measuring application). ) Or an environmental information application (eg, an application that provides barometric pressure, humidity, or temperature information).
  • the application 234 may be an application program related to information exchange between the electronic device 200 and an external electronic device (eg, the electronic device 204).
  • an application related to information exchange may be a notification relay application for delivering specific information (eg, notification information) to an external electronic device, or device management for managing an external electronic device. It can include an application.
  • the notification delivery application may be configured to receive notification information generated by another application of the electronic device 200 (eg, an SMS / MMS application, an email application, a health care application, or an environmental information application).
  • the notification delivery application may receive notification information from an external electronic device (for example, the electronic device 204) and provide it to the user.
  • the device management application may be configured to perform at least some of the functions (e.g., the external electronic device itself (or some components) of the external electronic device (e.g., the electronic device 204) in communication with the electronic device 200). Turn on / turn off or adjust the brightness (or resolution) of the display, manage applications (e.g., install, delete, or Can be updated).
  • the application program 234 may include an application program designated according to an attribute (eg, the type of the electronic device) of the external electronic device (eg, the electronic device 204).
  • the application 234 may include an application related to music playback.
  • the application 234 may include an application related to health care.
  • the application 234 may include at least one of an application designated to the electronic device 200 or an application received from an external electronic device (for example, the server 206 or the electronic device 204). Can be.
  • the input / output interface 240 may include other components (eg, the processor 220, the memory 230, and the display 250) that describe commands or data input from a user through an input / output device (eg, a sensor, a keyboard, or a touch screen). ), The communication interface 260, or the application program generating module 270).
  • the input / output interface 240 may provide the processor 220 with data about a user's touch input through the touch screen.
  • the input / output interface 240 outputs commands or data received from the processor 220, the memory 230, the communication interface 260, or the application program generating module 270 through the bus 210 (eg, an input / output device (eg, Output through a speaker or display).
  • the input / output interface 240 may output voice data processed by the processor 220 to the user through a speaker.
  • the display 250 may display various information (eg, multimedia data or text data) to the user.
  • the display 250 may include a display panel including a plurality of pixels in an array form such as a liquid crystal display (LCD), a plasma display panel (PDP), and an organic light emitting diode (OLED), and a DDI for driving the display panel.
  • LCD liquid crystal display
  • PDP plasma display panel
  • OLED organic light emitting diode
  • DDI organic light emitting diode
  • the display 250 may be embodied in the same size as the entire size of the one-way mirror or the half mirror, or may be embodied in the size of at least a portion of the translucent mirror or the half mirror, and one or more plurality May be implemented in dogs.
  • the display 250 may provide a partial display function of activating only a specific pixel area.
  • the communication interface 260 may connect communication between the electronic device 200 and an external device (for example, the electronic device 204 or the server 206).
  • the communication interface 260 may be connected to the network 262 via wireless or wired communication to communicate with an external device.
  • wireless communications may include wireless fidelity (Wi-Fi), Bluetooth (BT), near field communication (NFC), global positioning system (GPS) or cellular communications (e.g. LTE, LTE-A, CDMA, WCDMA, UMTS). , WiBro, or GSM).
  • the wired communication may include at least one of universal serial bus (USB), high definition multimedia interface (HDMI), reduced standard 232 (RS-232), or plain old telephone service (POTS).
  • USB universal serial bus
  • HDMI high definition multimedia interface
  • RS-232 reduced standard 232
  • POTS plain old telephone service
  • the network 262 may be a telecommunications network.
  • the communication network may include at least one of a computer network, the Internet, the Internet of things, or a telephone network.
  • a protocol for communication between the electronic device 200 and an external device may include an application program 234, an API 233, and middleware 232. ), Kernel 231, or communication interface 260.
  • the server 206 may support driving of the electronic device 200 by performing at least one of operations (or functions) implemented in the electronic device 200.
  • the application generation module 270 may externally use at least some of information obtained from other components (eg, the processor 220, the memory 230, the input / output interface 240, the communication interface 260, etc.).
  • a sub application program to be transmitted to the electronic device (for example, the electronic device 204) may be generated.
  • the application generating module 270 may generate a sub application using a common programming language (eg, HTML) so that the platform may drive the sub application in another external electronic device.
  • the application generation module 270 may transmit a sub component to be transmitted to the external electronic device based on the UI component of the application to be shared with the external electronic device (for example, the electronic device 204) and the display information of the external electronic device. You can create an application.
  • the display information of the external electronic device (for example, the electronic device 204) may include at least one of the size or resolution of the display area of the external electronic device. Additional information about the application creation module 270 is provided through FIG. 3.
  • the electronic device 200 may include an application program generating module 270 separated from the processor 220.
  • the electronic device 200 may be configured to perform at least some or all functions of the application program generating module 270 in the processor 220.
  • FIG. 3 is a block diagram of an application generating module according to an embodiment of the present invention.
  • the application generation module 270 may include an application generation control module 300 and an application configuration module 310.
  • the application generation control module 300 may check display information of an external electronic device (eg, the electronic device 204) required to generate a sub-application in the application configuration module 310. For example, the application generation control module 300 may identify an external electronic device (for example, the electronic device 204) to which communication is connected, and check display information of the corresponding external electronic device in the memory 230. When the display information of the corresponding external electronic device does not exist in the memory 230, the application program generation control module 300 may request and receive the display information of the corresponding external electronic device from the server. For example, the application generation control module 300 may identify an external electronic device (for example, the electronic device 204) to which communication is connected, and request and receive display information of the corresponding external electronic device from a server. For example, the application generation control module 300 may receive display information of the corresponding external electronic device from an external electronic device (for example, the electronic device 204) to which the communication is connected.
  • an external electronic device for example, the electronic device 204 to which the communication is connected.
  • the application configuration module 310 may generate a sub application to be transmitted to an external electronic device (for example, the electronic device 204).
  • the application configuration module 310 generates a sub-application based on at least one of UI components of the application to be shared with the external electronic device and display information of the external electronic device provided from the application generation control module 300. can do.
  • the application configuration module 310 may generate a basic structure (eg, HTML DOM) of a sub-application using a common programming language.
  • the application configuration module 310 may change the basic structure of the sub-application based on the display information of the external electronic device. For example, the application configuration module 310 may determine the size of information (eg, UI size), margin spacing, and indentation for display on the external electronic device included in the basic structure of the sub-application based on the display information of the external electronic device. At least one of the interval, font (eg, font type, font size), image layout, or size ratio between objects may be adjusted.
  • the application configuration module 310 may set the UI component of the application to be applied to the sub-application based on the display information of the external electronic device. For example, the application configuration module 310 may select a UI component to be applied to a sub-application among UI components of the application based on display information of the external electronic device, and determine placement information of the selected UI components. have.
  • the application configuration module 310 may generate a structure of a sub application corresponding to display information of an external electronic device through a common programming language. For example, the application configuration module 310 may display a size (eg, UI size), margin space, indentation interval, font (eg, font type, information) for display on the external electronic device corresponding to the display information of the external electronic device. Font size), image placement, or structure of sub-applications including size ratios between objects.
  • the application configuration module 310 may set the UI component of the application to be applied to the sub-application based on the display information of the external electronic device. For example, the application configuration module 310 may select a UI component to be applied to a sub-application among UI components of the application based on display information of the external electronic device, and determine placement information of the selected UI components. have.
  • the application configuration module 310 may allow the external electronic device to process an operation of an interaction with the user through the sub-application in the external electronic device or to interwork with the first electronic device 200. Can be set.
  • the application configuration module 310 may be configured to provide a sub-application so that an external electronic device may process an interaction with a user through a sub-application in cooperation with the first electronic device 200. Interworking information with the first electronic device 200 may be set.
  • the application configuration module 310 may set interworking information in the sub-application so that the external electronic device that has installed the sub-application may request the first electronic device 200 to perform an operation on a user interaction such as a button input.
  • the application configuration module 310 may set interworking information by using an asynchronous processing object such as asynchronous javascript and XML (AJAX).
  • AJAX asynchronous javascript and XML
  • the second electronic device 400 may represent the second electronic device 110 of FIG. 1.
  • the second electronic device 400 may include a bus 410, a processor 420, a memory 430, an input / output interface 440, a display 450, and a communication interface 460. .
  • the bus 410 connects the above-described components (eg, the processor 420, the memory 430, the input / output interface 440, the display 450, the communication interface 460, etc.), and the aforementioned components. It may be a circuit for transferring a communication (eg, a control message) between them.
  • a communication eg, a control message
  • the processor 420 receives and decodes commands from other components described above (eg, the memory 430, the input / output interface 440, the display 450, or the communication interface 460) through the bus 410. In addition, operations and data processing according to the decoded instructions can be executed. For example, when the information on the sub application is provided from the external electronic device 404 through the communication interface 460, the processor 420 may install and drive the sub application. The processor 420 may install and run a sub application provided by a platform from another external electronic device when the sub application is configured with a common programming language (eg, HTML).
  • a common programming language eg, HTML
  • the processor 420 may generate an event corresponding to the input detected through the input / output interface 440. Can be controlled to process. According to an embodiment of the present disclosure, the processor 420 may control to process the event information corresponding to the input detected through the input / output interface 440 in association with the external electronic device 404. For example, the processor 420 may transmit event information to the external electronic device 404 through the communication interface 460.
  • the processor 420 may determine whether the second electronic device 400 may process an event corresponding to an input detected through the input / output interface 440.
  • the processor 420 may process the corresponding event when the event may be processed by the second electronic device 400. If the event cannot be processed by the second electronic device 400, the processor 420 may control to process the interworking with the external electronic device 404 based on the interworking information of the sub-application program.
  • the processor 420 may generate a warning event indicating that the event processing is limited.
  • the warning event may include at least one of warning message display, warning sound generation, and vibration generation.
  • the memory 430 is received from the processor 420 or other components (eg, input / output interface 440, display 450 or communication interface 460, etc.) or by the processor 420 or other components. You can save the generated commands or data.
  • the input / output interface 440 may include other components (eg, the processor 420, the memory 430, and the display 450) that describe commands or data input from a user through an input / output device (eg, a sensor, a keyboard, or a touch screen). Or communication interface 460).
  • the input / output interface 440 may provide the processor 420 with data about a user's touch input through the touch screen.
  • the input / output interface 440 may output a command or data received from the processor 420, the memory 430, or the communication interface 460 through the bus 410 through an input / output device (eg, a speaker or a display).
  • an input / output device eg, a speaker or a display.
  • the input / output interface 440 may output voice data processed by the processor 420 to the user through a speaker.
  • the display 450 may display various information (eg, multimedia data or text data) to the user.
  • the display 450 may include a display panel including a plurality of pixels, such as an LCD, a PDP, and an OLED, and a DDI for driving the display panel.
  • the display 450 may be embodied in the same size as the entire size of the translucent mirror or the half mirror, or may be embodied in the size of at least a portion of the translucent mirror or the half mirror, or may be embodied in one or more pieces.
  • the display 450 may provide a partial display function of activating only a specific pixel area.
  • the communication interface 460 may connect communication between the electronic device 400 and an external device (for example, the electronic device 404).
  • the communication interface 460 may be connected to the network 462 to communicate with an external device through wireless or wired communication.
  • the wireless communication may include at least one of Wi-Fi, BT, NFC, GPS, or cellular communication (eg, LTE, LTE-A, CDMA, WCDMA, UMTS, WiBro, or GSM).
  • the wired communication may include at least one of USB, HDMI, RS-232, or POTS.
  • the network 462 may be a communication network.
  • the communication network may include at least one of a computer network, the Internet, the Internet of Things, or a telephone network.
  • a protocol for communication between the electronic device 400 and an external device is an application program or API that is a programming module included in the memory 430. , Middleware, kernel, or communication interface 460.
  • an electronic device may include a communication interface for transmitting and receiving a signal and a display for displaying information, and the electronic device.
  • a processor may be configured to generate a sub-application including at least one of user interface elements of an application installed in the device, and to transmit the sub-application to an external electronic device through the communication interface.
  • the processor may generate a sub-application by converting at least one of user interface elements of the application program into a component of a common programming language.
  • the processor may generate a sub-application based on a hypertext markup language (HTML).
  • HTML hypertext markup language
  • the processor checks the display information of the external electronic device, generates a structure of the sub-application program based on the display information of the external electronic device, and based on the display information of the external electronic device. Determining at least one component of a user interface component of the application to be added to the sub-application, and corresponding to the application based on the structure of the generated sub-application and the determined at least one component. You can create a sub-application.
  • the apparatus may further include a memory, and the processor may check display information corresponding to identification information of the external device, from among a plurality of display information stored in the memory.
  • the processor may check display information of the external electronic device received from a server through the communication interface.
  • the processor converts at least one component to be added to the sub-application into a component of a common programming language, and applies the component of the common programming language to the structure of the sub-application.
  • a sub application program corresponding to the application program may be generated.
  • the processor may check display information of the external electronic device including at least one of a display area size and a resolution of the external electronic device.
  • the processor may generate the sub-application to process an event generated in the external electronic device through the sub-application through the asynchronous processing object in association with the electronic device.
  • FIG. 5 is a flowchart illustrating a process of generating a sub application program in a first electronic device according to an embodiment of the present disclosure. The following description may describe the configuration of the sub application program using the screen configuration illustrated in FIGS. 6A to 6B.
  • an electronic device (eg, the first electronic device 100 of FIG. 1 or the electronic device 200 of FIG. 2) may be connected to an electronic device using a common programming language (eg, HTML).
  • a sub-application including at least one UI component of the installed application may be generated.
  • the electronic device may generate an HTML-based web application including at least one UI component of an application installed in the electronic device.
  • the electronic device may convert at least one UI component of the UI components 600 of the application, such as the text 602 and the button 604, into an HTML component as shown in FIG. 6A.
  • the electronic device may include sub elements including HTML elements 612 and 614 based on display information of a second electronic device (eg, the second electronic device 110 of FIG. 1 or the electronic device 400 of FIG. 4). You can create an application.
  • the electronic device may transmit the sub application to the second electronic device.
  • FIG. 7 illustrates a flowchart for installing a sub application program in a second electronic device according to an embodiment of the present disclosure.
  • an electronic device eg, the second electronic device 110 of FIG. 1, or the electronic device 400 of FIG. 4
  • a first electronic device eg, the first electronic device of FIG. 1
  • Information regarding the sub application may be received from the electronic device 200 of FIG. 2 or 100.
  • the electronic device may receive installation information on the sub application from the first electronic device.
  • the electronic device may install and drive a sub application received from the first electronic device.
  • FIG. 8 is a flowchart for generating a sub application program based on display information of a second electronic device according to an embodiment of the present disclosure.
  • an electronic device may detect an event generation for generating a sub application program. For example, the electronic device may determine whether an application program for sharing with the second electronic device is installed. For example, the electronic device may determine whether an event for generating a sub application is generated based on input information detected through the input / output interface 240. For example, the electronic device may check whether the second electronic device for sharing an application is connected.
  • the electronic device may check display information of a second electronic device (eg, the second electronic device 110 of FIG. 1 or the electronic device 400 of FIG. 4) for transmitting the sub application program. For example, the electronic device may identify identification information of the second electronic device to which the communication is connected, and check display information of the second electronic device in the memory 230. If the display information of the second electronic device does not exist in the memory 230, the electronic device may request and receive the display information of the second electronic device from the server. For example, the electronic device may identify identification information of the second electronic device to which the communication is connected, and request and receive display information of the second electronic device from the server. For example, the electronic device may receive display information of the corresponding external electronic device from the second electronic device to which the communication is connected.
  • the display information of the second electronic device may include at least one of the size or resolution of the display area of the external electronic device.
  • the electronic device may generate a sub application program corresponding to the application program to be shared with the second electronic device based on the display information of the second electronic device.
  • the electronic device may be a sub-application corresponding to an application for sharing with the second electronic device based on at least one of a UI component of the application for sharing with the second electronic device and display information of the second electronic device. You can create a program.
  • the electronic device may generate a sub application program using a common programming language such as HTML.
  • the electronic device may transmit the sub application program to the second electronic device.
  • the electronic device may transmit installation information of the sub application to the second electronic device.
  • FIG. 9 is a flowchart for selectively receiving display information of a second electronic device from a server according to an embodiment of the present disclosure.
  • an electronic device may generate an event for generating a sub application in operation 801 of FIG. 8.
  • the occurrence it may be checked whether display information of the second electronic device (eg, the second electronic device 110 of FIG. 1 or the electronic device 400 of FIG. 4) exists in the memory 230.
  • the electronic device may identify identification information of the second electronic device for sharing an application program, and may determine whether display information of the second electronic device exists in the memory 230.
  • the electronic device may generate a sub application program based on the display information of the second electronic device checked in the memory 230. have.
  • the electronic device may transmit a request signal for the display information of the second electronic device to the server.
  • the electronic device may transmit a request signal including identification information of the second electronic device to the server.
  • the server may indicate a second electronic device that stores and manages display information of the second electronic device.
  • the electronic device may determine whether display information of the second electronic device is received from the server in response to the request signal.
  • the electronic device when the electronic device receives the display information of the second electronic device from the server in response to the request signal, the electronic device may generate a sub application program based on the display information of the second electronic device received from the server. Can be.
  • the electronic device may transmit the request signal for the display information of the second electronic device to the server again.
  • the electronic device may again transmit a request signal for the display information of the second electronic device until the reference number of times.
  • the electronic device when the display information of the second electronic device that transmits the sub application cannot be confirmed, the electronic device may generate the sub application using the preset reference display information.
  • the electronic device when the display information of the second electronic device that transmits the sub application cannot be confirmed, the electronic device may display the generation restriction information of the sub application on the display 250.
  • FIG. 10 is a flowchart illustrating receiving display information of a second electronic device from a server according to an embodiment of the present disclosure.
  • an electronic device eg, the first electronic device 100 of FIG. 1 or the electronic device 200 of FIG. 2 may generate an event for generating a sub application in operation 801 of FIG. 8.
  • the identification information of the second electronic device for sharing the application may be checked.
  • the electronic device may identify identification information provided from the second electronic device to which the communication is connected.
  • the electronic device may transmit a request signal for display information of the second electronic device to the server.
  • the electronic device may transmit a request signal including identification information of the second electronic device to the server.
  • the server may indicate a second electronic device that stores and manages display information of the second electronic device.
  • the electronic device may determine whether display information of the second electronic device is received from the server in response to the request signal.
  • the electronic device when the electronic device receives the display information of the second electronic device from the server in response to the request signal, the electronic device may generate a sub application program based on the display information of the second electronic device received from the server. Can be.
  • the electronic device may transmit the request signal for the display information of the second electronic device to the server again.
  • the electronic device may again transmit a request signal for the display information of the second electronic device until the reference number of times.
  • the electronic device when the display information of the second electronic device that transmits the sub application cannot be confirmed, the electronic device may generate the sub application using the preset reference display information.
  • the electronic device when the display information of the second electronic device that transmits the sub application cannot be confirmed, the electronic device may display the generation restriction information of the sub application on the display 250.
  • FIG. 11 is a flowchart for generating a sub application program according to an exemplary embodiment of the present invention.
  • the electronic device eg, the first electronic device 100 of FIG. 1 or the electronic device 200 of FIG. 2 displays display information of the second electronic device in operation 803 of FIG. 8. If you check, you can use a common programming language (such as HTML) to create the basic structure of the sub-application (such as HTML DOM).
  • a common programming language such as HTML
  • HTML DOM the basic structure of the sub-application
  • the electronic device may change a basic structure of the sub application program based on the display information of the second electronic device. For example, the electronic device based on the display information of the second electronic device, the size of information for display on the second electronic device included in the basic structure of the sub-application (eg, UI size), margin spacing, indentation interval, and the like. , At least one of a font (eg, font type, font size), image layout, or size ratio between objects may be adjusted.
  • a font eg, font type, font size
  • image layout e.g, size ratio between objects
  • the electronic device may set a UI component of the application to be applied to the sub-application based on the display information of the second electronic device. For example, the electronic device may select a UI component to be applied to a sub-application among UI components of the application program based on the display information of the second electronic device, and determine the layout information of the selected UI components.
  • the electronic device may generate the sub-application by applying the UI component of the application set in operation 1105 to the structure of the sub-application changed in operation 1103.
  • the electronic device may generate a sub-application by converting a UI component of an application program into a component of a common programming language (eg, HTML).
  • the electronic device may transmit the sub-application generated in operation 1107 to the second electronic device.
  • the electronic device may transmit installation information of the sub application to the second electronic device.
  • FIG. 12 is a flowchart for generating a sub application program according to an exemplary embodiment of the present invention.
  • the electronic device may display information of the second electronic device in operation 803 of FIG. 8. If you check, you can use a common programming language (such as HTML) to create the basic structure of the sub-application (such as HTML DOM).
  • a common programming language such as HTML
  • HTML DOM the basic structure of the sub-application
  • the electronic device may change a basic structure of the sub application program based on the display information of the second electronic device.
  • the electronic device may set a UI component of the application to be applied to the sub-application based on the display information of the second electronic device. For example, the electronic device may select a UI component to be applied to a sub-application among UI components of the application program based on the display information of the second electronic device, and determine the layout information of the selected UI components.
  • the electronic device may set interworking information on the sub-application so that the second electronic device may process the interaction with the user through the sub-application in cooperation with the electronic device.
  • the electronic device may set interworking information in the sub-application so that the second electronic device that has installed the sub-application may request the first electronic device 200 to perform an operation on a user interaction such as a button input.
  • the application program configuration module 310 may set interworking information using an asynchronous processing object.
  • the electronic device may apply the UI component of the application program set in operation 1205 and the interworking information set in operation 1207 to the structure of the sub application changed in operation 1203 to generate the sub application program.
  • the electronic device may generate a web application in HTML format.
  • the electronic device may transmit the sub-application generated in operation 1209 to the second electronic device.
  • the electronic device may transmit installation information of the sub application to the second electronic device.
  • the electronic device generates a structure of a sub-application using a common programming language (1101, 1201) and then changes the basic structure of the sub-application based on display information of the second electronic device. (1103, 1203).
  • the electronic device may generate a structure of a sub application program corresponding to display information of the second electronic device through a common programming language.
  • the application configuration module 310 may include a size (eg, UI size), margin space, indentation interval, and font (eg, size) of information for display on the second electronic device corresponding to the display information of the second electronic device. It is possible to create a structure of a sub-application including font type, font size), image layout or size ratio between objects.
  • the electronic device may set interworking information so that the external electronic device and the electronic device may interwork to process an event (operation for interaction with a user) generated when the sub application is driven.
  • the electronic device may generate a sub-application to process an event generated when the sub-application is driven by the external electronic device.
  • the electronic device may process the external electronic device based on the type of the event generated when the sub application is driven, or may generate the sub application so that the external electronic device and the electronic device work together.
  • FIG. 13 is a flowchart illustrating a process of processing an event in association with a first electronic device in a second electronic device according to an embodiment of the present disclosure.
  • an electronic device eg, the second electronic device 110 of FIG. 1, or the electronic device 400 of FIG. 4
  • the sub-application provided by the device 100 or the electronic device 200 of FIG. 2 may be installed.
  • the electronic device may drive a sub application program.
  • the electronic device may determine whether an event occurs. For example, the electronic device may determine whether an input for the sub application is detected through the input / output interface 440 while the sub application is running.
  • the electronic device may check whether the event occurs while the sub application is running.
  • the electronic device may determine whether the electronic device can process the event. For example, the electronic device may determine whether the electronic device can process the event based on the event type.
  • the electronic device may process an event generated in operation 1305.
  • the electronic device may determine whether a communication link is connectable with the first electronic device.
  • the electronic device may generate a warning event indicating that event processing is limited.
  • the electronic device may generate a warning event including at least one of displaying a warning message, generating a warning sound, and generating a vibration.
  • the electronic device may transmit event occurrence information to the first electronic device that has transmitted the sub application program. For example, the electronic device may transmit the event occurrence information to the first electronic device based on the interworking information of the sub application program.
  • the electronic device may receive event processing information corresponding to the event occurrence information from the first electronic device.
  • the electronic device may display the event processing information on the display 450.
  • the electronic device may display on the display 450 the event processing information processed in operation 1317 or the event processing information provided from the first electronic device.
  • FIG. 14 is a flowchart illustrating an event occurring in a second electronic device in a first electronic device according to an embodiment of the present disclosure.
  • an electronic device eg, the first electronic device 100 of FIG. 1 or the electronic device 200 of FIG. 2 may be a second electronic device (eg, the second electronic device of FIG. 1).
  • Event information may be received from the device 110 or the electronic device 400 of FIG. 4.
  • the electronic device may operate in an idle mode or a sleep mode before receiving the event information.
  • the electronic device may drive an application corresponding to the sub-application based on the event information provided from the second electronic device to process an event generated in the second electronic device.
  • the electronic device may transmit event processing information to the second electronic device.
  • an operation method of an electronic device may include configuring a user interface of an application program installed in the electronic device.
  • the method may include generating a sub-application including at least one component among the elements and transmitting the sub-application to an external electronic device.
  • the generating of the sub-application may include converting at least one of user interface elements of the application into a component of a common programming language to generate a sub-application. can do.
  • the common programming language may include a hypertext markup language (HTML).
  • HTML hypertext markup language
  • the generating of the sub-application may include: checking display information of the external electronic device and generating a structure of the sub-application based on the display information of the external electronic device; Determining at least one component of a user interface component of an application to be added to the sub-application based on the display information of the external electronic device, a structure of the generated sub-application, and the determined at least one component And generating a sub application program corresponding to the application program.
  • the checking of the display information may include checking the identification information of the external electronic device and checking the display information corresponding to the identification information of the external device among a plurality of display information stored in a memory. May include an action.
  • the checking of the display information may include receiving display information of the external electronic device from a server.
  • the generating of the sub-application may include converting the at least one determined component into a component of a common programming language and configuring the common programming language in the structure of the generated sub-application. And applying the element to generate a sub-application corresponding to the application.
  • the display information may include at least one of a display area size and a resolution of the external electronic device.
  • the generating of the sub-application may include generating the sub-application to process an event generated in the external electronic device through the sub-application through an asynchronous processing object in association with the electronic device. It may include an operation to.
  • the electronic device 1500 is a block diagram of an electronic device according to an embodiment of the present disclosure.
  • the electronic device 1500 may configure, for example, all or part of the electronic device 200 illustrated in FIG. 2.
  • the electronic device 1500 may include one or more application processor (AP) 1510, a communication module 1520, a subscriber identification module (SIM) card 1524, a memory 1530, and a sensor.
  • AP application processor
  • SIM subscriber identification module
  • the AP 1510 may control a plurality of hardware or software components connected to the AP 1510 by operating an operating system or an application program, and may perform various data processing or operations including multimedia data.
  • the AP 1510 may be implemented with, for example, a system on chip (SoC).
  • SoC system on chip
  • the AP 1510 may further include a graphic processing unit (GPU).
  • the communication module 1520 may transmit and receive data in communication between the electronic device 1500 (eg, the electronic device 100 or 600) and other electronic devices connected through a network.
  • the communication module 1520 may include a cellular module 1521, a Wifi module 1523, a BT module 1525, a GPS module 1527, an NFC module 1528, or a radio frequency (RF) module 15215. ) May be included.
  • RF radio frequency
  • the cellular module 1521 may provide a voice call, a video call, a text service, or an Internet service through a communication network (eg, LTE, LTE-A, CDMA, WCDMA, UMTS, WiBro, or GSM).
  • a communication network eg, LTE, LTE-A, CDMA, WCDMA, UMTS, WiBro, or GSM.
  • the cellular module 1521 may perform identification or authentication of an electronic device in a communication network using, for example, a subscriber identification module (eg, the SIM card 1524).
  • the cellular module 1521 may perform at least some of the functions that the AP 1510 may provide.
  • the cellular module 1521 may perform at least some of the multimedia control functions.
  • the cellular module 1521 may include a communication processor (CP).
  • the cellular module 1521 may be implemented with, for example, an SoC.
  • components such as a cellular module 1521 (eg, a communication processor), a memory 1530, or a power management module 1595 are illustrated as separate components from the AP 1510.
  • the AP 1510 may be implemented to include at least some of the aforementioned components (eg, the cellular module 1521).
  • the AP 1510 or the cellular module 1521 may load instructions or data received from at least one of nonvolatile memory or other components connected to the volatile memory. Can be processed.
  • the AP 1510 or the cellular module 1521 may store data received from at least one of the other components or generated by at least one of the other components in the nonvolatile memory.
  • Each of the Wifi module 1523, the BT module 1525, the GPS module 1527, or the NFC module 1528 may include, for example, a processor for processing data transmitted and received through a corresponding module.
  • the cellular module 1521, the Wifi module 1523, the BT module 1525, the GPS module 1527, or the NFC module 1528 are shown as separate blocks, respectively, according to an embodiment. At least some (eg, two or more) of the 1521, the Wifi module 1523, the BT module 1525, the GPS module 1527, or the NFC module 1528 may be included in one integrated chip (IC) or IC package. have.
  • IC integrated chip
  • processors corresponding to each of the cellular module 1521, the Wifi module 1523, the BT module 1525, the GPS module 1527, or the NFC module 1528 may be implemented as a single SoC.
  • the RF module 15215 may transmit and receive data, for example, an RF signal.
  • the RF module 15215 may include, for example, a transceiver, a power amp module (PAM), a frequency filter, a low noise amplifier (LNA), or the like.
  • the RF module 15215 may further include a component for transmitting and receiving electromagnetic waves in free space in wireless communication, for example, a conductor or a conductive wire.
  • the cellular module 1521, the Wifi module 1523, the BT module 1525, the GPS module 1527, and the NFC module 1528 are illustrated as sharing one RF module 15215 with each other. According to an embodiment, at least one of the cellular module 1521, the Wifi module 1523, the BT module 1525, the GPS module 1527, or the NFC module 1528 may transmit and receive an RF signal through a separate RF module. can do.
  • the RF module 15215 may include at least one of a main antenna and a sub antenna that are functionally connected to the electronic device 1500.
  • the communication module 1520 may support multiple input multiple output (MIMO) such as diversity by using a main antenna and a sub antenna.
  • MIMO multiple input multiple output
  • the SIM card 1524 may be a card including a subscriber identification module and may be inserted into a slot formed at a specific position of the electronic device.
  • the SIM card 1524 may include unique identification information (eg, an integrated circuit card identifier (ICCID)) or subscriber information (eg, an international mobile subscriber identity (IMSI)).
  • ICCID integrated circuit card identifier
  • IMSI international mobile subscriber identity
  • the memory 1530 may include an internal memory 1532 or an external memory 1534.
  • the internal memory 1532 may be, for example, volatile memory (for example, dynamic RAM (DRAM), static RAM (SRAM), synchronous dynamic RAM (SDRAM), etc.) or non-volatile memory (for example).
  • volatile memory for example, dynamic RAM (DRAM), static RAM (SRAM), synchronous dynamic RAM (SDRAM), etc.
  • non-volatile memory for example.
  • OTPROM one time programmable ROM
  • PROM programmable ROM
  • EPROM erasable and programmable ROM
  • EEPROM electrically erasable and programmable ROM
  • EEPROM electrically erasable and programmable ROM
  • the internal memory 1532 may be a solid state drive (SSD).
  • the external memory 1534 may be a flash drive, such as compact flash (CF), secure digital (SD), micro secure digital (Micro-SD), mini secure digital (Mini-SD), extreme digital (XD) or Memory. Sticks may be further included.
  • the external memory 1534 may be functionally connected to the electronic device 1500 through various interfaces.
  • the electronic device 1500 may further include a storage device (or a storage medium) such as a hard drive.
  • the sensor module 1540 may measure a physical quantity or detect an operation state of the electronic device 1500 to convert the measured or detected information into an electrical signal.
  • the sensor module 1540 includes, for example, a gesture sensor 1540A, a gyro sensor 1540B, an air pressure sensor 1540C, a magnetic sensor 1540D, an acceleration sensor 1540E, a grip sensor 1540F, and a proximity sensor ( 1540G), color sensor (1540H) (e.g. red, green, blue) sensor, biometric sensor (1540I), temperature / humidity sensor (1540J), illuminance sensor (1540K), or UV (ultra violet) sensor (1540M) It may include at least one of).
  • the sensor module 1540 may include, for example, an olfactory sensor (E-nose sensor, not shown), an EMG sensor (electromyography sensor, not shown), an EEG sensor (electroencephalogram sensor, not shown), an ECG sensor. (electrocardiogram sensor, not shown), an infrared (IR) sensor (not shown), an iris sensor (not shown) or a fingerprint sensor (not shown) and the like.
  • the sensor module 1540 may further include a control circuit for controlling at least one or more sensors belonging therein.
  • the input device 1550 may include a touch panel 1552, a (digital) pen sensor 1554, a key 1556, or an ultrasonic input device 1558. have.
  • the touch panel 1552 may recognize a touch input by at least one of capacitive, resistive, infrared, or ultrasonic methods, for example.
  • the touch panel 1552 may further include a control circuit. In the case of the capacitive type, physical contact or proximity recognition is possible.
  • the touch panel 1552 may further include a tactile layer. In this case, the touch panel 1552 may provide a tactile response to the user.
  • the (digital) pen sensor 1554 may be implemented using, for example, a method identical or similar to receiving a user's touch input or using a separate recognition sheet.
  • the key 1556 may include, for example, a physical button, an optical key or a keypad.
  • the ultrasonic input device 1558 is a device that detects sound waves by using a microphone (for example, a microphone 1088) in the electronic device 1500 and checks data through an input tool for generating an ultrasonic signal. Do.
  • the electronic device 1500 may receive a user input from an external device (for example, a computer or a server) connected thereto using the communication module 1520.
  • the display 1560 may include a panel 1562, a hologram device 1564, or a projector 1566.
  • the panel 1562 may be, for example, a liquid-crystal display (LCD) or an active-matrix organic light-emitting diode (AM-OLED).
  • the panel 1562 may be implemented to be, for example, flexible, transparent, or wearable.
  • the panel 1562 may be configured as a single module together with the touch panel 1552.
  • the hologram device 1564 may show a stereoscopic image in the air by using interference of light.
  • the projector 1566 may display an image by projecting light onto a screen.
  • the screen may be located inside or outside the electronic device 1500.
  • the display 1560 may further include a control circuit for controlling the panel 1562, the hologram device 1564, or the projector 1566.
  • the interface 1570 may be, for example, a high-definition multimedia interface (157), a universal serial bus (USB) 1574, an optical interface 1576 or a D-subminiature (D-sub). (1578). Additionally or alternatively, the interface 1570 may include, for example, a mobile high-definition link (MHL) interface, a secure digital (SD) card / multi-media card (MMC) interface, or an infrared data association (IrDA) compliant interface. It may include.
  • MHL mobile high-definition link
  • SD secure digital
  • MMC multi-media card
  • IrDA infrared data association
  • the audio module 1580 may bidirectionally convert a sound and an electric signal.
  • the audio module 1580 may process sound information input or output through, for example, a speaker 1582, a receiver 1584, an earphone 1586, a microphone 1588, or the like.
  • the camera module 1591 is a device capable of capturing still images and moving images.
  • at least one image sensor eg, a front sensor or a rear sensor
  • a lens not shown
  • ISP image signal processor
  • flash eg, LED or xenon lamp
  • the power management module 1595 may manage power of the electronic device 1500. Although not shown, the power management module 1595 may include, for example, a power management integrated circuit (PMIC), a charger integrated circuit (ICC), or a battery or fuel gauge.
  • PMIC power management integrated circuit
  • ICC charger integrated circuit
  • battery or fuel gauge a power management integrated circuit
  • the PMIC may be mounted, for example, in an integrated circuit or SoC semiconductor.
  • Charging methods may be divided into wired and wireless.
  • the charger IC can charge the battery and prevent overvoltage or overcurrent flow from the charger.
  • the charger IC may include a charger IC for at least one of the wired charging method and the wireless charging method.
  • Examples of the wireless charging method include a magnetic resonance method, a magnetic induction method, an electromagnetic wave method, and the like, and additional circuits for wireless charging, such as a coil loop, a resonant circuit, or a rectifier, may be added. have.
  • the battery gauge may measure, for example, the remaining amount of the battery 1596, a voltage, a current, or a temperature during charging.
  • the battery 1596 may store or generate electricity, and supply power to the electronic device 1500 using the stored or generated electricity.
  • the battery 1596 may include, for example, a rechargeable battery or a solar battery.
  • the indicator 1597 may display a specific state of the electronic device 1500 or a portion thereof (for example, the AP 1510), for example, a booting state, a message state, or a charging state.
  • the motor 1598 may convert electrical signals into mechanical vibrations.
  • the electronic device 1500 may include a processing device (eg, a GPU) for supporting mobile TV.
  • the processing apparatus for supporting mobile TV may process media data according to a standard such as digital multimedia broadcasting (DMB), digital video broadcasting (DVB), or media flow.
  • DMB digital multimedia broadcasting
  • DVD digital video broadcasting
  • Each of the above-described elements of the electronic device according to various embodiments of the present disclosure may be configured with one or more components, and the name of the corresponding element may vary according to the type of the electronic device.
  • An electronic device according to various embodiments of the present disclosure may be configured to include at least one of the above-described components, and some components may be omitted or further include other additional components.
  • some of the components of the electronic device according to various embodiments of the present disclosure may be combined to form one entity, and thus may perform the same functions of the corresponding components before being combined.
  • module used in various embodiments of the present disclosure may mean, for example, a unit including one or a combination of two or more of hardware, software, or firmware.
  • the term “module” may be used interchangeably with terms such as, for example, unit, logic, logical block, component, or circuit.
  • the module may be a minimum unit or part of an integrally constructed part.
  • the module may be a minimum unit or part of performing one or more functions.
  • the module may be implemented mechanically or electronically.
  • a “module” in accordance with various embodiments of the present invention may be an application-specific integrated circuit (ASIC) chip, field-programmable gate arrays (FPGAs), or programmable logic that perform certain operations, known or developed in the future. It may include at least one of a programmable-logic device.
  • ASIC application-specific integrated circuit
  • FPGAs field-programmable gate arrays
  • an apparatus eg, modules or functions thereof
  • a method eg, operations
  • an apparatus eg, modules or functions thereof
  • a method eg, operations
  • the computer-readable storage medium may be, for example, a memory.
  • At least some of the programming modules may be implemented (eg, executed) by, for example, a processor. At least some of the programming modules may include, for example, modules, programs, routines, sets of instructions, or processes for performing one or more functions.
  • Computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, and optical media such as compact disc read only memory (CD-ROM) and digital versatile disc (DVD). ), Magnetic-optical media such as floppy disks, and program instructions such as read only memory, random access memory, flash memory, etc.
  • Hardware devices specifically configured to store and perform < RTI ID 0.0 >
  • the program instructions may also include high-level language code that can be executed by a computer using an interpreter as well as machine code such as produced by a compiler.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the various embodiments of the present invention, and vice versa.
  • Modules or programming modules according to various embodiments of the present disclosure may include at least one or more of the aforementioned components, omit some of them, or further include additional components. Operations performed by a module, programming module, or other component according to various embodiments of the present disclosure may be executed in a sequential, parallel, repetitive, or heuristic manner. In addition, some operations may be executed in a different order, may be omitted, or other operations may be added.
  • the instructions are configured to cause at least one processor to perform at least one operation when executed by the at least one processor, wherein the at least one operation is an electronic device.
  • the at least one operation is an electronic device.
  • an operation of transmitting or receiving at least one signal of the first signal corresponding to the first communication network or the second signal corresponding to the second communication network, or when receiving at least one signal, the service provided by the electronic device is performed.
  • And distributing at least one signal to each of the first communication control module for processing the first signal or the second communication control module for processing the second signal based on the corresponding one signal and the second signal. can do.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computer Hardware Design (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Abstract

본 발명의 다양한 실시 예는 전자 장치에서 응용프로그램을 공유하기 위한 장치 및 방법에 관한 것이다. 이때, 전자 장치는, 정보를 표시하는 디스플레이와 신호를 송수신하는 통신 인터페이스와 상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하고, 상기 통신 인터페이스를 통해 상기 서브 응용프로그램을 외부 전자 장치로 전송하도록 제어하는 프로세서를 포함할 수 있으며, 다양한 다른 실시 예들도 적용할 수 있다.

Description

응용프로그램을 공유하기 위한 방법 및 그 전자 장치
본 발명의 다양한 실시 예는 전자 장치들 간 응용프로그램을 공유하기 위한 장치 및 방법에 관한 것이다.
정보통신 기술 및 반도체 기술의 발전으로 각종 전자 장치들이 다양한 멀티미디어 서비스를 제공하는 멀티미디어 장치로 발전하고 있다. 예를 들어, 휴대용 전자 장치는 방송 서비스, 무선 인터넷 서비스, 카메라 서비스 및 음악 재생 서비스와 같은 다양한 멀티미디어 서비스를 제공할 수 있다.
전자 장치는 웨어러블 장치(wearable device)와 같은 주변 전자 장치와 공유하여 다양한 멀티미디어 서비스를 제공할 수 있다.
전자 장치가 주변 전자 장치와 공유하여 멀티미디어 서비스를 제공하는 경우, 멀티미디어 서비스를 위한 응용프로그램은 전자 장치에서 구동될 수 있다. 예를 들어, 전자 장치는 멀티미디어 서비스를 위한 응용프로그램을 구동하여 멀티미디어 서비스를 위한 표시 정보를 주변 전자 장치로 전송하고, 주변 기기에서 발생한 입출력 정보를 수신하여 처리할 수 있다.
이에 따라, 전자 장치는 주변 전자 장치와 멀티미디어 서비스를 공유하기 위해 멀티미디어 서비스 제공을 위한 응용프로그램을 지속적으로 실행함에 따라 응용프로그램 구동에 따른 자원 낭비가 발생할 수 있다.
본 발명의 실시 예는 전자 장치에서 응용프로그램을 주변 전자 장치와 공유하기 위한 장치 및 방법을 제공할 수 있다.
본 발명의 실시 예는 전자 장치에서 응용프로그램의 사용자 인터페이스 구성 정보를 서브 응용프로그램을 구성하여 주변 전자 장치로 전송하기 위한 장치 및 방법을 제공할 수 있다.
본 발명의 실시 예는 전자 장치에서 공용 프로그래밍 언어를 이용하여 응용프로그램의 사용자 인터페이스 구성 정보를 포함하는 서브 응용프로그램을 생성하기 위한 장치 및 방법을 제공할 수 있다.
본 발명의 실시 예에 따르면, 전자 장치는, 정보를 표시하는 디스플레이와 신호를 송수신하는 통신 인터페이스와 상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하고, 상기 통신 인터페이스를 통해 상기 서브 응용프로그램을 외부 전자 장치로 전송하도록 제어하는 프로세서를 포함할 수 있다.
본 발명의 실시 예에 따르면, 전자 장치의 동작 방법은, 상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하는 동작과 상기 서브 응용프로그램을 외부 전자 장치로 전송하는 동작을 포함할 수 있다.
상술한 바와 같이 전자 장치에서 공용 프로그래밍 언어를 통해 응용프로그램의 사용자 인터페이스 구성 정보를 포함하는 서브 응용프로그램을 생성하여, 주변 전자 장치로 전송함으로써, 서로 다른 플랫폼의 전자 장치들이 멀티미디어 서비스를 공유할 수 있으며, 전자 장치가 구동하지 않아도 주변 전자 장치에서 해당 멀티미디어 서비스를 제공할 수 있다.
도 1은 본 발명의 실시 예에 따른 응용프로그램을 공유하기 위한 구성을 도시한다.
도 2는 본 발명의 실시 예에 따른 제 1 전자 장치의 블록도를 도시한다.
도 3은 본 발명의 실시 예에 따른 응용프로그램 생성 모듈의 블록도를 도시한다.
도 4는 본 발명의 실시 예에 따른 제 2 전자 장치의 블록도를 도시한다.
도 5는 본 발명의 실시 예에 따른 제 1 전자 장치에서 서브 응용프로그램을 생성하기 위한 흐름도를 도시한다.
도 6a 내지 도 6b는 본 발명의 실시 예에 따른 서브 응용프로그램의 화면 구성을 도시한다.
도 7은 본 발명의 실시 예에 따른 제 2 전자 장치에서 서브 응용프로그램을 설치하기 위한 흐름도를 도시한다.
도 8은 본 발명의 실시 예에 따른 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램을 생성하기 위한 흐름도를 도시한다.
도 9는 본 발명의 실시 예에 따른 제 2 전자 장치의 표시 정보를 선택적으로 서버로부터 수신하기 위한 흐름도를 도시한다.
도 10은 본 발명의 실시 예에 따른 제 2 전자 장치의 표시 정보를 서버로부터 수신하기 위한 흐름도를 도시한다.
도 11은 본 발명의 실시 예에 따른 서브 응용프로그램을 생성하기 위한 흐름도를 도시한다.
도 12는 본 발명의 실시 예에 따른 서브 응용프로그램을 생성하기 위한 흐름도를 도시한다.
도 13은 본 발명의 실시 예에 따른 제 2 전자 장치에서 제 1 전자 장치와 연동하여 이벤트를 처리하기 위한 흐름도를 도시한다.
도 14는 본 발명의 실시 예에 따른 제 1 전자 장치에서 제 2 전자 장치에서 발생한 이벤트를 처리하기 위한 흐름도를 도시한다.
도 15는 본 발명의 실시 예에 따른 전자 장치의 블록도를 도시한다.
이하, 본 발명의 다양한 실시 예는 첨부된 도면과 연관되어 기재된다. 본 발명의 다양한 실시 예는 다양한 변경을 가할 수 있고 여러 가지 실시 예를 가질 수 있는 바, 특정 실시 예들이 도면에 예시되고 관련된 상세한 설명이 기재되어 있다. 그러나, 이는 본 발명의 다양한 실시 예를 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 다양한 실시 예의 사상 및 기술 범위에 포함되는 모든 변경 및/또는 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 도면의 설명과 관련하여, 유사한 구성요소에 대해서는 유사한 참조 부호가 사용되었다.
본 발명의 다양한 실시 예에서 사용될 수 있는“포함한다” 또는 “포함할 수 있다” 등의 표현은 개시(disclosure)된 해당 기능, 동작 또는 구성요소 등의 존재를 가리키며, 추가적인 하나 이상의 기능, 동작 또는 구성요소 등을 제한하지 않는다. 또한, 본 발명의 다양한 실시 예에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.
본 발명의 다양한 실시 예에서 “또는” 또는 “A 또는/및 B 중 적어도 하나” 등의 표현은 함께 나열된 단어들의 어떠한, 그리고 모든 조합을 포함한다. 예를 들어, “A 또는 B” 또는 “A 또는/및 B 중 적어도 하나” 각각은, A를 포함할 수도, B를 포함할 수도, 또는 A 와 B 모두를 포함할 수도 있다.
본 발명의 다양한 실시 예에서 사용된 “제 1”, “제 2”, “첫째” 또는 “둘째” 등의 표현들은 다양한 실시 예들의 다양한 구성요소들을 수식할 수 있지만, 해당 구성요소들을 한정하지 않는다. 예를 들어, 표현들은 해당 구성요소들의 순서 및/또는 중요도 등을 한정하지 않는다. 표현들은 한 구성요소를 다른 구성요소와 구분하기 위해 사용될 수 있다. 예를 들어, 제 1 사용자 기기와 제 2 사용자 기기는 모두 사용자 기기이며, 서로 다른 사용자 기기를 나타낸다. 예를 들어, 본 발명의 다양한 실시 예의 권리 범위를 벗어나지 않으면서 제 1 구성요소는 제 2 구성요소로 명명될 수 있고, 유사하게 제 2 구성요소도 제 1 구성요소로 명명될 수 있다.
어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 어떤 구성요소가 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 어떤 구성요소와 다른 구성요소 사이에 새로운 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 어떤 구성요소와 상기 다른 구성요소 사이에 새로운 다른 구성요소가 존재하지 않는 것으로 이해될 수 있어야 할 것이다.
본 발명의 다양한 실시 예에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명의 다양한 실시 예를 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다.
다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명의 다양한 실시 예가 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 발명의 다양한 실시 예에서 명백하게 정의되지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.
본 발명의 다양한 실시 예에 따른 전자 장치는, 통신 기능이 포함된 장치일 수 있다. 예를 들면, 전자 장치는 스마트 폰(smartphone), 태블릿 PC(tablet personal computer), 이동 전화기(mobile phone), 화상전화기, 전자북 리더기(e-book reader), 데스크탑 PC(desktop personal computer), 랩탑 PC(laptop personal computer), 넷북 컴퓨터(netbook computer), PDA(personal digital assistant), PMP(portable multimedia player), MP3 플레이어, 모바일 의료기기, 카메라(camera), 또는 웨어러블 장치(wearable device)(예: 전자 안경과 같은 head-mounted-device(HMD), 전자 의복, 전자 팔찌, 전자 목걸이, 전자 앱세서리(appcessory), 전자 문신, 또는 스마트 와치(smart watch)) 중 적어도 하나를 포함할 수 있다.
어떤 실시 예들에 따르면, 전자 장치는 통신 기능을 갖춘 스마트 가전 제품(smart home appliance)일 수 있다. 스마트 가전 제품은, 예를 들자면, 전자 장치는 텔레비전, DVD(digital video disk) 플레이어, 오디오, 냉장고, 에어컨, 청소기, 오븐, 전자레인지, 세탁기, 공기 청정기, 셋톱 박스(set-top box), TV 박스(예를 들면, 삼성 HomeSync™, 애플TV™, 또는 구글 TV™), 게임 콘솔(game consoles), 전자 사전, 전자 키, 캠코더(camcorder), 또는 전자 액자 중 적어도 하나를 포함할 수 있다.
어떤 실시 예들에 따르면, 전자 장치는 통신 기능을 갖춘 각종 의료기기(예: MRA(magnetic resonance angiography), MRI(magnetic resonance imaging), CT(computed tomography), 촬영기, 초음파기 등), 네비게이션(navigation) 장치, GPS 수신기(global positioning system receiver), EDR(event data recorder), FDR(flight data recorder), 자동차 인포테인먼트(infotainment) 장치, 선박용 전자 장비(예: 선박용 항법 장치 및 자이로 콤파스 등), 항공 전자기기(avionics), 보안 기기, 차량용 헤드 유닛, 산업용 또는 가정용 로봇, 금융 기관의 ATM(automatic teller’s machine) 또는 상점의 POS(point of sales) 중 적어도 하나를 포함할 수 있다.
어떤 실시 예들에 따르면, 전자 장치는 통신 기능을 포함한 가구(furniture) 또는 건물/구조물의 일부, 전자 보드(electronic board), 전자 사인 입력장치(electronic signature receiving device), 프로젝터(projector), 또는 각종 계측기기(예: 수도, 전기, 가스, 또는 전파 계측 기기 등) 중 적어도 하나를 포함할 수 있다. 본 발명의 다양한 실시 예에 따른 전자 장치는 전술한 다양한 장치들 중 하나 또는 그 이상의 조합일 수 있다. 또한, 본 발명의 다양한 실시 예에 따른 전자 장치는 플렉서블 장치일 수 있다. 또한, 본 발명의 다양한 실시 예에 따른 전자 장치는 전술한 기기들에 한정되지 않음은 당업자에게 자명하다.
이하, 첨부된 도면을 참조하여 다양한 실시 예에 따른 전자 장치에 대해서 살펴본다. 다양한 실시 예에서 이용되는 사용자라는 용어는 전자 장치를 사용하는 사람 또는 전자 장치를 사용하는 장치(예: 인공지능 전자 장치)를 지칭할 수 있다.
이하 본 발명의 다양한 실시 예는 전자 장치에서 응용프로그램을 공유하기 위한 기술에 대해 설명한다.
도 1은 본 발명의 실시 예에 따른 응용프로그램을 공유하기 위한 구성을 도시하고 있다.
도 1을 참조하면 제 1 전자 장치(100)와 제 2 전자 장치(110)가 응용프로그램을 공유하는 경우, 제 1 전자 장치(100)는 제 2 전자 장치(110)와 공유하기 위한 응용프로그램의 적어도 하나의 사용자 인터페이스(UI: user interface) 구성 요소에 기반하여 서브 응용프로그램을 생성할 수 있다. 이때, 제 1 전자 장치(100)는 공용 프로그래밍 언어(예: HTML(hypertext markup language))를 이용하여 서브 응용프로그램을 생성할 수 있다.
제 2 전자 장치(110)는 제 1 전자 장치(100)로부터 제공받은 서브 응용프로그램을 설치하여 서브 응용프로그램에 대응하는 응용프로그램의 적어도 일부 기능을 수행할 수 있다. 예를 들어, 제 2 전자 장치(110)는 제 1 전자 장치(100)의 응용프로그램 구동과 연동하거나, 별도로 서브 응용프로그램을 구동할 수 있다.
도 2는 본 발명의 실시 예에 따른 제 1 전자 장치의 블록도를 도시하고 있다. 이하 설명에서 제 1 전자 장치(200)를 도 1의 제 1 전자 장치(100)를 나타낼 수 있다.
도 2를 참조하면, 제 1 전자 장치(200)는 버스(210), 프로세서(220), 메모리(230), 입출력 인터페이스(240), 디스플레이(250), 통신 인터페이스(260) 및 응용프로그램 생성 모듈(270)을 포함할 수 있다.
버스(210)는 상술한 구성요소들(예: 프로세서(220), 메모리(230), 입출력 인터페이스(240), 디스플레이(250), 통신 인터페이스(260), 또는 응용프로그램 생성 모듈(270) 등)을 서로 연결하고, 전술한 구성요소들 간의 통신(예: 제어 메시지)을 전달하는 회로일 수 있다.
프로세서(220)는 버스(210)를 통해 상술한 다른 구성요소들(예: 메모리(230), 입출력 인터페이스(240), 디스플레이(250), 통신 인터페이스(260), 또는 응용프로그램 생성 모듈(270) 등)로부터 명령을 수신 및 해독하고, 해독한 명령에 따른 연산이나 데이터 처리를 실행할 수 있다. 예를 들어, 통신 인터페이스(260)를 통해 외부 전자 장치(204)로부터 이벤트 정보를 제공받은 경우, 프로세서(220)는 이벤트 정보를 이용하여 외부 전자 장치(204)에서 발생한 이벤트를 처리할 수 있다. 프로세서(220)는 이벤트 처리 정보를 통신 인터페이스(260)를 통해 외부 전자 장치(204)로 전송할 수 있다.
메모리(230)는 프로세서(220) 또는 다른 구성요소들(예: 입출력 인터페이스(240), 디스플레이(250), 통신 인터페이스(260), 또는 응용프로그램 생성 모듈(270) 등)로부터 수신되거나, 프로세서(220) 또는 다른 구성요소들에 의해 생성된 명령 또는 데이터를 저장할 수 있다. 예를 들어, 메모리(230)는 전자 장치(200)의 생성 단계에서 장치 개발자 또는 응용프로그램 개발자 중 적어도 하나에 의해 입력된 적어도 하나의 외부 전자 장치에 대한 표시 정보를 저장할 수 있다. 예를 들어, 메모리(230)는 커널(231), 미들웨어(232), 응용프로그램 프로그래밍 인터페이스(API: application programming interface)(233) 또는 응용프로그램(234) 등의 프로그래밍 모듈들을 포함할 수 있다. 상술한 각각의 프로그래밍 모듈(231 또는 232 또는 233 또는 234)은 소프트웨어, 펌웨어, 하드웨어 또는 이들 중 적어도 둘 이상의 조합으로 구성될 수 있다.
커널(231)은 나머지 다른 프로그래밍 모듈들(예: 미들웨어(232), API(233) 또는 응용프로그램(234))에 구현된 동작 또는 기능을 실행하는데 사용되는 시스템 리소스들(예: 버스(210), 프로세서(220) 또는 메모리(230) 등)을 제어 또는 관리할 수 있다. 커널(231)은 미들웨어(232), API(233) 또는 응용프로그램(234)에서 전자 장치(200)의 개별 구성요소에 접근하여 제어 또는 관리할 수 있는 인터페이스를 제공할 수 있다.
미들웨어(232)는 API(233) 또는 응용프로그램(234)이 커널(231)과 통신하여 데이터를 주고받을 수 있도록 중개 역할을 수행할 수 있다. 미들웨어(232)는 응용프로그램(234)로부터 수신된 작업 요청에 대한 제어를 수행할 수 있다. 예를 들어, 미들웨어(232)는 응용프로그램(234) 중 적어도 하나의 응용프로그램에 전자 장치(200)의 시스템 리소스(예: 버스(210), 프로세서(220) 또는 메모리(230) 등)를 사용할 수 있는 우선 순위를 배정하는 등의 방법을 이용하여 작업 요청에 대한 제어(예: 스케쥴링 또는 로드 밸런싱)을 수행할 수 있다.
API(233)는 응용프로그램(234)이 커널(231) 또는 미들웨어(232)에서 제공되는 기능을 제어하기 위한 인터페이스로 또는 함수(예: 명령어)를 포함할 수 있다. 예를 들어, API(233)는 파일 제어, 창 제어, 화상 처리 또는 문자 제어와 같은 적어도 하나의 인터페이스를 포함할 수 있다.
다양한 실시 예에 따르면, 응용프로그램(234)은 SMS/MMS 응용프로그램, 이메일 응용프로그램, 달력 응용프로그램, 알람 응용프로그램, 건강 관리(health care) 응용프로그램(예: 운동량 또는 혈당 등을 측정하는 응용프로그램) 또는 환경 정보 응용프로그램(예: 기압, 습도 또는 온도 정보 등을 제공하는 응용프로그램) 등을 포함할 수 있다. 응용프로그램(234)은 전자 장치(200)와 외부 전자 장치(예: 전자 장치(204)) 사이의 정보 교환과 관련된 응용프로그램일 수 있다. 예를 들어, 정보 교환과 관련된 응용프로그램은 외부 전자 장치에 특정 정보(예: 알림 정보)를 전달 하기 위한 알림 전달(notification relay) 응용프로그램, 또는 외부 전자 장치를 관리하기 위한 장치 관리(device management) 응용프로그램을 포함할 수 있다.
예를 들면, 알림 전달 응용프로그램은 전자 장치(200)의 다른 응용프로그램(예: SMS/MMS 응용프로그램, 이메일 응용프로그램, 건강 관리 응용프로그램 또는 환경 정보 응용프로그램 등)에서 발생한 알림 정보를 외부 전자 장치(예: 전자 장치(204))로 전달하는 기능을 포함할 수 있다. 예를 들어, 알림 전달 응용프로그램은 외부 전자 장치(예: 전자 장치(204))로부터 알림 정보를 수신하여 사용자에게 제공할 수 있다. 예를 들어, 장치 관리 응용프로그램은 전자 장치(200)와 통신하는 외부 전자 장치(예: 전자 장치(204))의 적어도 일부에 대한 기능(예: 외부 전자 장치 자체(또는, 일부 구성 부품)의 턴온/턴오프 또는 디스플레이의 밝기(또는, 해상도) 조절), 외부 전자 장치에서 동작하는 응용프로그램 또는 외부 전자 장치에서 제공되는 서비스(예: 통화 서비스 또는 메시지 서비스)를 관리(예: 설치, 삭제 또는 업데이트)할 수 있다.
다양한 실시 예에 따르면, 응용프로그램(234)은 외부 전자 장치(예: 전자 장치(204))의 속성(예: 전자 장치의 종류)에 따라 지정된 응용프로그램을 포함할 수 있다. 예를 들어, 외부 전자 장치가 MP3 플레이어인 경우, 응용프로그램(234)은 음악 재생과 관련된 응용프로그램을 포함할 수 있다. 유사하게, 외부 전자 장치가 모바일 의료기기인 경우, 응용프로그램(234)은 건강 관리와 관련된 응용프로그램을 포함할 수 있다. 한 실시 예에 따르면, 응용프로그램(234)은 전자 장치(200)에 지정된 응용프로그램 또는 외부 전자 장치(예: 서버(206) 또는 전자 장치(204))로부터 수신된 응용프로그램 중 적어도 하나를 포함할 수 있다.
입출력 인터페이스(240)는 입출력 장치(예: 센서, 키보드 또는 터치 스크린)를 통하여 사용자로부터 입력된 명령 또는 데이터를 상술한 다른 구성요소들(예: 프로세서(220), 메모리(230), 디스플레이(250), 통신 인터페이스(260), 또는 응용프로그램 생성 모듈(270) 등)에 전달할 수 있다. 예를 들어, 입출력 인터페이스(240)는 터치 스크린을 통하여 입력된 사용자의 터치에 대한 데이터를 프로세서(220)로 제공할 수 있다. 또한, 입출력 인터페이스(240)는 버스(210)를 통해 프로세서(220), 메모리(230), 통신 인터페이스(260), 또는 응용프로그램 생성 모듈(270)로부터 수신된 명령 또는 데이터를 입출력 장치(예: 스피커 또는 디스플레이)를 통하여 출력할 수 있다. 예를 들면, 입출력 인터페이스(240)는 프로세서(220)를 통하여 처리된 음성 데이터를 스피커를 통하여 사용자에게 출력할 수 있다.
디스플레이(250)는 사용자에게 각종 정보(예: 멀티미디어 데이터 또는 텍스트 데이터 등)을 표시할 수 있다. 예를 들어, 디스플레이(250)는 LCD(Liquid Crystal Display), PDP(Plasma Display Panel), OLED(Organic Light Emitting Diodes)와 같이 다수의 화소들이 배열 형태로 구성된 디스플레이 패널과 디스플레이 패널을 구동하기 위한 DDI(Display Driver IC)를 포함할 수 있다.
디스플레이(250)는 반투명 거울(one-way mirror) 또는 하프 미러(half mirror)의 전체크기와 동일한 크기로 구현되거나 반투명 거울 또는 하프 미러의 적어도 일부분의 크기로 구현될 수 있으며, 하나 또는 그 이상의 복수 개로 구현될 수도 있다. 또한, 디스플레이(250)는 특정 픽셀 영역만 활성화시키는 부분 디스플레이(Partial Display) 기능을 제공할 수도 있다.
통신 인터페이스(260)는 전자 장치(200)와 외부 장치(예: 전자 장치(204) 또는 서버(206)) 간의 통신을 연결할 수 있다. 예를 들면, 통신 인터페이스(260)는 무선 통신 또는 유선 통신을 통해서 네트워크(262)에 연결되어 외부 장치와 통신할 수 있다. 예를 들어, 무선 통신은 Wi-Fi(wireless fidelity), BT(Bluetooth), NFC(near field communication), GPS(global positioning system) 또는 cellular 통신(예: LTE, LTE-A, CDMA, WCDMA, UMTS, WiBro 또는 GSM 등) 중 적어도 하나를 포함할 수 있다. 예를 들어, 유선 통신은 USB(universal serial bus), HDMI(high definition multimedia interface), RS-232(recommended standard 232) 또는 POTS(plain old telephone service) 중 적어도 하나를 포함할 수 있다.
한 실시 예에 따르면, 네트워크(262)는 통신 네트워크(telecommunications network)일 수 있다. 예를 들어, 통신 네트워크는 컴퓨터 네트워크(computer network), 인터넷(internet), 사물 인터넷(internet of things) 또는 전화망(telephone network) 중 적어도 하나를 포함할 수 있다.
한 실시 예에 따르면, 전자 장치(200)와 외부 장치 간의 통신을 위한 프로토콜(예: transport layer protocol, data link layer protocol 또는 physical layer protocol)은 응용프로그램(234), API(233), 미들웨어(232), 커널(231) 또는 통신 인터페이스(260) 중 적어도 하나에서 지원될 수 있다.
한 실시 예에 따르면, 서버(206)는 전자 장치(200)에서 구현되는 동작(또는, 기능)들 중 적어도 하나의 동작을 수행함으로써, 전자 장치(200)의 구동을 지원할 수 있다.
응용프로그램 생성 모듈(270)은 다른 구성요소들(예: 프로세서(220), 메모리(230), 입출력 인터페이스(240), 또는 통신 인터페이스(260) 등)로부터 획득된 정보 중 적어도 일부를 이용하여 외부 전자 장치(예: 전자 장치(204))로 전송할 서브 응용프로그램을 생성할 수 있다. 응용프로그램 생성 모듈(270)은 플랫폼이 다른 외부 전자장치에서 서브 응용프로그램 구동을 할 수 있도록 공용 프로그래밍 언어(예: HTML)를 이용하여 서브 응용프로그램을 생성할 수 있다. 예를 들어, 응용프로그램 생성 모듈(270)은 외부 전자 장치(예: 전자 장치(204))와 공유하기 위한 응용프로그램의 UI 구성 요소 및 외부 전자 장치의 표시 정보에 기반하여 외부 전자장치로 전송할 서브 응용프로그램을 생성할 수 있다. 여기서, 외부 전자 장치(예: 전자 장치(204))의 표시 정보는 외부 전자장치의 표시 영역 크기 또는 해상도 중 적어도 하나를 포함할 수 있다. 하기 도 3을 통해 응용프로그램 생성 모듈(270)에 대한 추가적인 정보가 제공된다.
도 2의 경우, 전자 장치(200)는 프로세서(220)와 분리된 응용프로그램 생성 모듈(270)을 포함할 수 있다.
한 실시 예에 따르면, 전자 장치(200)는 응용프로그램 생성 모듈(270)의 적어도 일부 기능 또는 모든 기능을 프로세서(220)에서 수행하도록 구성될 수 있다.
도 3은 본 발명의 실시 예에 따른 응용프로그램 생성 모듈의 블록도를 도시하고 있다.
도 3을 참조하면 응용프로그램 생성 모듈(270)은 응용프로그램 생성 제어 모듈(300) 및 응용프로그램 구성 모듈(310)을 포함할 수 있다.
응용프로그램 생성 제어 모듈(300)은 응용프로그램 구성 모듈(310)에서 서브 응용프로그램을 생성하는데 필요한 외부 전자 장치(예: 전자 장치(204))의 표시 정보를 확인할 수 있다. 예를 들어, 응용프로그램 생성 제어 모듈(300)은 통신이 연결된 외부 전자장치(예: 전자 장치(204))를 식별하고, 메모리(230)에서 해당 외부 전자 장치의 표시 정보를 확인할 수 있다. 메모리(230)에 해당 외부 전자장치의 표시 정보가 존재하지 않는 경우, 응용프로그램 생성 제어 모듈(300)은 해당 외부 전자 장치의 표시 정보를 서버로 요청하여 수신할 수 있다. 예를 들어, 응용프로그램 생성 제어 모듈(300)은 통신이 연결된 외부 전자장치(예: 전자 장치(204))를 식별하고, 해당 외부 전자 장치의 표시 정보를 서버로 요청하여 수신할 수 있다. 예를 들어, 응용프로그램 생성 제어 모듈(300)은 통신이 연결된 외부 전자장치(예: 전자 장치(204))로부터 해당 외부 전자 장치의 표시 정보를 수신할 수 있다.
응용프로그램 구성 모듈(310)은 외부 전자 장치(예: 전자 장치(204))로 전송할 서브 응용프로그램을 생성할 수 있다. 응용프로그램 구성 모듈(310)은 외부 전자 장치와 공유하기 위한 응용프로그램의 UI 구성 요소 및 응용프로그램 생성 제어 모듈(300)로부터 제공받은 외부 전자 장치의 표시 정보 중 적어도 하나에 기반하여 서브 응용프로그램을 생성할 수 있다.
한 실시 예에 따르면, 응용프로그램 구성 모듈(310)은 공용 프로그래밍 언어를 이용하여 서브 응용프로그램의 기본 구조(예: HTML DOM)를 생성할 수 있다. 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 기반하여 서브 응용프로그램의 기본 구조를 변경할 수 있다. 예컨대, 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 기반하여 서브 응용프로그램의 기본 구조에 포함된 외부 전자 장치에 표시하기 위한 정보의 크기(예: UI 크기), 여백 간격, 들여쓰기 간격, 폰트(예: 폰트 종류, 폰트 크기), 이미지 배치 또는 객체들 사이의 크기 비율 중 적어도 하나를 조절할 수 있다. 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 기반하여 서브 응용프로그램에 적용할 응용프로그램의 UI 구성 요소를 설정할 수 있다. 예컨대, 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 기반하여 응용프로그램의 UI 구성 요소들 중 서브 응용프로그램에 적용할 UI 구성 요소를 선택하고, 선택된 UI 구성 요소들의 배치 정보를 결정할 수 있다.
한 실시 예에 따르면, 응용프로그램 구성 모듈(310)은 공용 프로그래밍 언어를 통해 외부 전자 장치의 표시 정보에 대응하는 서브 응용프로그램의 구조를 생성할 수 있다. 예컨대, 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 대응하는 외부 전자 장치에 표시하기 위한 정보의 크기(예: UI 크기), 여백 간격, 들여쓰기 간격, 폰트(예: 폰트 종류, 폰트 크기), 이미지 배치 또는 객체들 사이의 크기 비율을 포함하는 서브 응용프로그램의 구조를 생성할 수 있다. 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 기반하여 서브 응용프로그램에 적용할 응용프로그램의 UI 구성 요소를 설정할 수 있다. 예컨대, 응용프로그램 구성 모듈(310)은 외부 전자 장치의 표시 정보에 기반하여 응용프로그램의 UI 구성 요소들 중 서브 응용프로그램에 적용할 UI 구성 요소를 선택하고, 선택된 UI 구성 요소들의 배치 정보를 결정할 수 있다.
추가적으로, 응용프로그램 구성 모듈(310)은 외부 전자장치가 서브 응용프로그램을 통해 사용자와의 상호작용(interaction)에 대한 동작을 외부 전자 장치에서 처리하거나, 제 1 전자 장치(200)와 연동하여 처리하도록 설정할 수 있다. 한 실시 예에 따르면, 응용프로그램 구성 모듈(310)은 외부 전자장치가 서브 응용프로그램을 통해 사용자와의 상호작용에 대한 동작을 제 1 전자 장치(200)와 연동하여 처리할 수 있도록 서브 응용프로그램에 제 1 전자 장치(200)와의 연동 정보를 설정할 수 있다. 예컨대, 응용프로그램 구성 모듈(310)은 서브 응용프로그램을 설치한 외부 전자장치가 버튼 입력과 같은 사용자 상호작용에 대한 동작을 제 1 전자 장치(200)로 요청할 수 있도록 서브 응용프로그램에 연동 정보를 설정할 수 있다. 응용프로그램 구성 모듈(310)은 AJAX(asynchronous javascript and XML)와 같은 비동기 처리 객체를 이용하여 연동 정보를 설정할 수 있다.
도 4는 본 발명의 실시 예에 따른 제 2 전자 장치의 블록도를 도시하고 있다. 이하 설명에서 제 2 전자 장치(400)를 도 1의 제 2 전자 장치(110)를 나타낼 수 있다.
도 4를 참조하면, 제 2 전자 장치(400)는 버스(410), 프로세서(420), 메모리(430), 입출력 인터페이스(440), 디스플레이(450) 및 통신 인터페이스(460)를 포함할 수 있다.
버스(410)는 상술한 구성요소들(예: 프로세서(420), 메모리(430), 입출력 인터페이스(440), 디스플레이(450) 또는 통신 인터페이스(460) 등)을 서로 연결하고, 전술한 구성요소들 간의 통신(예: 제어 메시지)을 전달하는 회로일 수 있다.
프로세서(420)는 버스(410)를 통해 상술한 다른 구성요소들(예: 메모리(430), 입출력 인터페이스(440), 디스플레이(450) 또는 통신 인터페이스(460) 등)로부터 명령을 수신 및 해독하고, 해독한 명령에 따른 연산이나 데이터 처리를 실행할 수 있다. 예를 들어, 통신 인터페이스(460)를 통해 외부 전자 장치(404)로부터 서브 응용프로그램에 대한 정보를 제공받은 경우, 프로세서(420)는 서브 응용프로그램을 설치 및 구동할 수 있다. 프로세서(420)는 서브 응용프로그램이 공용 프로그래밍 언어(예: HTML)로 구성되는 경우, 플랫폼이 다른 외부 전자 장치로부터 제공받은 서브 응용프로그램을 설치 및 구동할 수 있다.
추가적으로, 서브 응용프로그램 구동 시, 입출력 인터페이스(440)를 통해 버튼 입력과 같은 사용자 상호작용을 위한 입력을 검출한 경우, 프로세서(420)는 입출력 인터페이스(440)를 통해 검출한 입력에 대응하는 이벤트를 처리하도록 제어할 수 있다. 한 실시 예에 따르면, 프로세서(420)는 입출력 인터페이스(440)를 통해 검출한 입력에 대응하는 이벤트 정보를 외부 전자 장치(404)와 연동하여 처리하도록 제어할 수 있다. 예컨대, 프로세서(420)는 통신 인터페이스(460)를 통해 이벤트 정보를 외부 전자 장치(404)로 전송할 수 있다.
한 실시 예에 따르면, 프로세서(420)는 입출력 인터페이스(440)를 통해 검출한 입력에 대응하는 이벤트를 제 2 전자 장치(400)에서 처리할 수 있는지 확인할 수 있다. 프로세서(420)는 해당 이벤트를 제 2 전자 장치(400)에서 처리 하 수 있는 경우, 해당 이벤트를 처리할 수 있다. 프로세서(420)는 해당 이벤트를 제 2 전자 장치(400)에서 처리할 수 없는 경우, 서브 응용프로그램의 연동 정보에 기반하여 외부 전자 장치(404)와 연동하여 처리하도록 제어할 수 있다. 프로세서(420)는 외부 전자 장치(404)와 연결되지 않는 경우, 이벤트 처리가 제한적임을 알리는 경고 이벤트를 발생시킬 수 있다. 여기서, 경고 이벤트는 경고 메시지 표시, 경고 음 발생, 진동 발생 중 적어도 하나를 포함할 수 있다.
메모리(430)는 프로세서(420) 또는 다른 구성요소들(예: 입출력 인터페이스(440), 디스플레이(450) 또는 통신 인터페이스(460) 등)로부터 수신되거나, 프로세서(420) 또는 다른 구성요소들에 의해 생성된 명령 또는 데이터를 저장할 수 있다.
입출력 인터페이스(440)는 입출력 장치(예: 센서, 키보드 또는 터치 스크린)를 통하여 사용자로부터 입력된 명령 또는 데이터를 상술한 다른 구성요소들(예: 프로세서(420), 메모리(430), 디스플레이(450) 또는 통신 인터페이스(460) 등)에 전달할 수 있다. 예를 들어, 입출력 인터페이스(440)는 터치 스크린을 통하여 입력된 사용자의 터치에 대한 데이터를 프로세서(420)로 제공할 수 있다. 또한, 입출력 인터페이스(440)는 버스(410)를 통해 프로세서(420), 메모리(430) 또는 통신 인터페이스(460)로부터 수신된 명령 또는 데이터를 입출력 장치(예: 스피커 또는 디스플레이)를 통하여 출력할 수 있다. 예를 들면, 입출력 인터페이스(440)는 프로세서(420)를 통하여 처리된 음성 데이터를 스피커를 통하여 사용자에게 출력할 수 있다.
디스플레이(450)는 사용자에게 각종 정보(예: 멀티미디어 데이터 또는 텍스트 데이터 등)을 표시할 수 있다. 예를 들어, 디스플레이(450)는 LCD, PDP, OLED와 같이 다수의 화소들이 배열 형태로 구성된 디스플레이 패널과 디스플레이 패널을 구동하기 위한 DDI를 포함할 수 있다.
디스플레이(450)는 반투명 거울 또는 하프 미러의 전체크기와 동일한 크기로 구현되거나 반투명 거울 또는 하프 미러의 적어도 일부분의 크기로 구현될 수 있으며, 하나 또는 그 이상의 복수 개로 구현될 수도 있다. 또한, 디스플레이(450)는 특정 픽셀 영역만 활성화시키는 부분 디스플레이 기능을 제공할 수도 있다.
통신 인터페이스(460)는 전자 장치(400)와 외부 장치(예: 전자 장치(404)) 간의 통신을 연결할 수 있다. 예를 들면, 통신 인터페이스(460)는 무선 통신 또는 유선 통신을 통해서 네트워크(462)에 연결되어 외부 장치와 통신할 수 있다. 예를 들어, 무선 통신은 Wi-Fi, BT, NFC, GPS 또는 cellular 통신(예: LTE, LTE-A, CDMA, WCDMA, UMTS, WiBro 또는 GSM 등) 중 적어도 하나를 포함할 수 있다. 예를 들어, 유선 통신은 USB, HDMI, RS-232 또는 POTS 중 적어도 하나를 포함할 수 있다.
한 실시 예에 따르면, 네트워크(462)는 통신 네트워크일 수 있다. 예를 들어, 통신 네트워크는 컴퓨터 네트워크, 인터넷, 사물 인터넷 또는 전화망 중 적어도 하나를 포함할 수 있다.
한 실시 예에 따르면, 전자 장치(400)와 외부 장치 간의 통신을 위한 프로토콜(예: transport layer protocol, data link layer protocol 또는 physical layer protocol)은 메모리(430)에 포함되는 프로그래밍 모듈인 응용프로그램, API, 미들웨어, 커널 또는 통신 인터페이스(460) 중 적어도 하나에서 지원될 수 있다.
본 발명의 다양한 실시 예에 따르면, 전자 장치(예: 도 1의 제 1 전자 장치(100) 또는 도 2의 전자 장치(200))는 정보를 표시하는 디스플레이와 신호를 송수신하는 통신 인터페이스와 상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하고, 상기 통신 인터페이스를 통해 상기 서브 응용프로그램을 외부 전자 장치로 전송하도록 제어하는 프로세서를 포함할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, 상기 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하여 서브 응용프로그램을 생성할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, HTML(hypertext markup language)에 기반하여 서브 응용프로그램을 생성할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, 상기 외부 전자 장치의 표시 정보를 확인하고, 상기 외부 전자 장치의 표시 정보에 기반하여 상기 서브 응용프로그램의 구조를 생성하고, 상기 외부 전자 장치의 표시 정보에 기반하여 응용프로그램의 사용자 인터페이스 구성 요소들 중 서브 응용프로그램에 추가할 적어도 하나의 구성 요소를 결정하고, 상기 생성된 서브 응용프로그램의 구조 및 상기 결정한 적어도 하나의 구성 요소에 기반하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성할 수 있다.
본 발명의 실시 예에서 메모리를 더 포함하며, 상기 프로세서는, 상기 메모리에 저장된 다수 개의 표시 정보들 중 상기 외부 장치의 식별 정보에 대응하는 표시 정보를 확인할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, 상기 통신 인터페이스를 통해 서버로부터 수신한 상기 외부 전자 장치의 표시 정보를 확인할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, 상기 서브 응용프로그램에 추가할 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하고, 상기 서브 응용프로그램의 구조에 상기 공용 프로그래밍 언어의 구성 요소를 적용하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, 상기 외부 전자 장치의 표시 영역 크기 또는 해상도 중 적어도 하나를 포함하는 상기 외부 전자 장치의 표시 정보를 확인할 수 있다.
본 발명의 실시 예에서 상기 프로세서는, 비동기 처리 객체를 이용하여 상기 서브 응용프로그램을 통한 상기 외부 전자 장치에서 발생한 이벤트를 상기 전자장치와 연동하여 처리하도록 상기 서브 응용프로그램을 생성할 수 있다.
도 5는 본 발명의 실시 예에 따른 제 1 전자 장치에서 서브 응용프로그램을 생성하기 위한 흐름도를 도시하고 있다. 이하 설명은 도 6a 내지 도 6b에 도시된 화면 구성을 이용하여 서브 응용프로그램의 구성을 설명할 수 있다.
도 5를 참조하면 동작 501에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 공용 프로그래밍 언어(예: HTML)를 이용하여 전자 장치에 설치된 응용프로그램의 적어도 하나의 UI 구성 요소를 포함하는 서브 응용프로그램을 생성할 수 있다. 예를 들어, 전자 장치는 전자 장치에 설치된 응용프로그램의 적어도 하나의 UI 구성 요소를 포함하는 HTML 기반의 웹 응용프로그램을 생성할 수 있다. 예컨대, 전자 장치는 도 6a와 같이 텍스트(602) 및 버튼(604)과 같은 응용프로그램의 UI 구성 요소들(600) 중 적어도 하나의 UI 구성 요소를 HTML 구성 요소로 변환할 수 있다. 전자 장치는 제 2 전자 장치(예: 도 1의 제 2 전자 장치(110), 또는 도 4의 전자 장치(400))의 표시 정보에 기반하여 HTML 구성 요소들(612, 614)을 포함하는 서브 응용프로그램을 생성할 수 있다.
동작 503에서, 전자 장치는 서브 응용프로그램을 제 2 전자 장치로 전송할 수 있다.
도 7은 본 발명의 실시 예에 따른 제 2 전자 장치에서 서브 응용프로그램을 설치하기 위한 흐름도를 도시하고 있다.
도 7을 참조하면 동작 701에서, 전자 장치(예: 도 1의 제 2 전자 장치(110), 또는 도 4의 전자 장치(400))는 제 1 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))로부터 서브 응용프로그램에 대한 정보를 수신할 수 있다. 예를 들어, 전자 장치는 제 1 전자 장치로부터 서브 응용프로그램에 대한 설치 정보를 수신할 수 있다.
동작 703에서, 전자 장치는 제 1 전자 장치로부터 수신한 서브 응용프로그램을 설치 및 구동할 수 있다.
도 8은 본 발명의 실시 예에 따른 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램을 생성하기 위한 흐름도를 도시하고 있다.
도 8을 참조하면 동작 801에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 서브 응용프로그램 생성에 대한 이벤트 발생을 검출할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치와 공유하기 위한 응용프로그램이 설치되는지 확인할 수 있다. 예를 들어, 전자 장치는 입출력 인터페이스(240)를 통해 검출한 입력 정보에 기반하여 서브 응용프로그램 생성에 대한 이벤트 발생 여부를 확인할 수 있다. 예를 들어, 전자 장치는 응용프로그램 공유를 위한 제 2 전자 장치가 연결되는지 확인할 수 있다.
동작 803에서, 전자 장치는 서브 응용프로그램을 전송하기 위한 제 2 전자 장치(예: 도 1의 제 2 전자 장치(110), 또는 도 4의 전자 장치(400))의 표시 정보를 확인할 수 있다. 예를 들어, 전자 장치는 통신이 연결된 제 2 전자장치의 식별 정보를 확인하고, 메모리(230)에서 해당 제 2 전자 장치의 표시 정보를 확인할 수 있다. 메모리(230)에 해당 제 2 전자장치의 표시 정보가 존재하지 않는 경우, 전자 장치는 해당 제 2 전자 장치의 표시 정보를 서버로 요청하여 수신할 수 있다. 예를 들어, 전자 장치는 통신이 연결된 제 2 전자장치의 식별 정보를 확인하고, 해당 제 2 전자 장치의 표시 정보를 서버로 요청하여 수신할 수 있다. 예를 들어, 전자 장치는 통신이 연결된 제 2 전자장치로부터 해당 외부 전자 장치의 표시 정보를 수신할 수 있다. 여기서, 제 2 전자 장치의 표시 정보는 외부 전자장치의 표시 영역 크기 또는 해상도 중 적어도 하나를 포함할 수 있다.
동작 805에서, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 제 2 전자 장치와 공유하기 위한 응용프로그램에 대응하는 서브 응용프로그램을 생성할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치와 공유하기 위한 응용프로그램의 UI 구성 요소 및 제 2 전자 장치의 표시 정보 중 적어도 하나에 기반하여 제 2 전자 장치와 공유하기 위한 응용프로그램에 대응하는 서브 응용프로그램을 생성할 수 있다. 전자 장치는 HTML과 같은 공용 프로그래밍 언어를 이용하여 서브 응용프로그램을 생성할 수 있다.
동작 807에서, 전자 장치는 서브 응용프로그램을 제 2 전자 장치로 전송할 수 있다. 예를 들어, 전자 장치는 서브 응용프로그램의 설치 정보를 제 2 전자 장치로 전송할 수 있다.
도 9는 본 발명의 실시 예에 따른 제 2 전자 장치의 표시 정보를 선택적으로 서버로부터 수신하기 위한 흐름도를 도시하고 있다.
도 9를 참조하면, 동작 901에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 도 8의 동작 801에서 서브 응용프로그램 생성에 대한 이벤트 발생을 검출한 경우, 메모리(230)에 제 2 전자 장치(예: 도 1의 제 2 전자 장치(110), 또는 도 4의 전자 장치(400))의 표시 정보가 존재하는지 확인할 수 있다. 예를 들어, 전자 장치는 응용프로그램을 공유하기 위한 제 2 전자장치의 식별 정보를 확인하고, 메모리(230)에 해당 제 2 전자 장치의 표시 정보가 존재하는지 확인할 수 있다.
도 8의 동작 805에서, 전자 장치는 메모리(230)에 제 2 전자 장치의 표시 정보가 존재하는 경우, 메모리(230)에서 확인한 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램을 생성할 수 있다.
동작 903에서, 전자 장치는 메모리(230)에 제 2 전자 장치의 표시 정보가 존재하지 않는 경우, 제 2 전자 장치의 표시 정보에 대한 요청 신호를 서버로 전송할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치의 식별 정보를 포함하는 요청 신호를 서버로 전송할 수 있다. 여기서, 서버는 제 2 전자 장치의 표시 정보를 저장 및 관리하는 제 2 전자 장치를 나타낼 수 있다.
동작 905에서, 전자 장치는 요청 신호에 대한 응답으로 서버로부터 제 2 전자 장치의 표시 정보가 수신되는지 확인할 수 있다.
도 8의 동작 805에서, 전자 장치는 요청 신호에 대한 응답으로 서버로부터 제 2 전자 장치의 표시 정보를 수신한 경우, 서버로부터 수신한 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램을 생성할 수 있다.
전자 장치는 요청 신호를 전송한 후, 기준 시간 동안 요청 신호에 대한 응답 신호를 수신하지 못한 경우, 제 2 전자 장치의 표시 정보에 대한 요청 신호를 서버로 다시 전송할 수 있다. 전자 장치는 기준 횟수까지 제 2 전자 장치의 표시 정보에 대한 요청 신호를 다시 전송할 수 있다.
한 실시 예에 따르면, 서브 응용프로그램을 전송한 제 2 전자 장치의 표시 정보를 확인하지 못한 경우, 전자 장치는 기 설정된 기준 표시 정보를 이용하여 서브 응용프로그램을 생성할 수 있다.
한 실시 예에 따르면, 서브 응용프로그램을 전송한 제 2 전자 장치의 표시 정보를 확인하지 못한 경우, 전자 장치는 서브 응용프로그램의 생성 제한 정보를 디스플레이(250)에 표시할 수 있다.
도 10은 본 발명의 실시 예에 따른 제 2 전자 장치의 표시 정보를 서버로부터 수신하기 위한 흐름도를 도시하고 있다.
도 10을 참조하면, 동작 1001에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 도 8의 동작 801에서 서브 응용프로그램 생성에 대한 이벤트 발생을 검출한 경우, 응용프로그램을 공유하기 위한 제 2 전자장치의 식별 정보를 확인할 수 있다. 예를 들어, 전자 장치는 통신이 연결된 제 2 전자 장치로부터 제공받은 식별 정보를 확인할 수 있다.
동작 1003에서, 전자 장치는 제 2 전자 장치의 표시 정보에 대한 요청 신호를 서버로 전송할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치의 식별 정보를 포함하는 요청 신호를 서버로 전송할 수 있다. 여기서, 서버는 제 2 전자 장치의 표시 정보를 저장 및 관리하는 제 2 전자 장치를 나타낼 수 있다.
동작 1005에서, 전자 장치는 요청 신호에 대한 응답으로 서버로부터 제 2 전자 장치의 표시 정보가 수신되는지 확인할 수 있다.
도 8의 동작 805에서, 전자 장치는 요청 신호에 대한 응답으로 서버로부터 제 2 전자 장치의 표시 정보를 수신한 경우, 서버로부터 수신한 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램을 생성할 수 있다.
전자 장치는 요청 신호를 전송한 후, 기준 시간 동안 요청 신호에 대한 응답 신호를 수신하지 못한 경우, 제 2 전자 장치의 표시 정보에 대한 요청 신호를 서버로 다시 전송할 수 있다. 전자 장치는 기준 횟수까지 제 2 전자 장치의 표시 정보에 대한 요청 신호를 다시 전송할 수 있다.
한 실시 예에 따르면, 서브 응용프로그램을 전송한 제 2 전자 장치의 표시 정보를 확인하지 못한 경우, 전자 장치는 기 설정된 기준 표시 정보를 이용하여 서브 응용프로그램을 생성할 수 있다.
한 실시 예에 따르면, 서브 응용프로그램을 전송한 제 2 전자 장치의 표시 정보를 확인하지 못한 경우, 전자 장치는 서브 응용프로그램의 생성 제한 정보를 디스플레이(250)에 표시할 수 있다.
도 11은 본 발명의 실시 예에 따른 서브 응용프로그램을 생성하기 위한 흐름도를 도시하고 있다.
도 11을 참조하면, 동작 1101에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 도 8의 동작 803에서 제 2 전자 장치의 표시 정보를 확인한 경우, 공용 프로그래밍 언어(예: HTML)를 이용하여 서브 응용프로그램의 기본 구조(예: HTML DOM)를 생성할 수 있다.
동작 1103에서, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램의 기본 구조를 변경할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램의 기본 구조에 포함된 제 2 전자 장치에 표시하기 위한 정보의 크기(예: UI 크기), 여백 간격, 들여쓰기 간격, 폰트(예: 폰트 종류, 폰트 크기), 이미지 배치 또는 객체들 사이의 크기 비율 중 적어도 하나를 조절할 수 있다.
동작 1105에서, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램에 적용할 응용프로그램의 UI 구성 요소를 설정할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 응용프로그램의 UI 구성 요소들 중 서브 응용프로그램에 적용할 UI 구성 요소를 선택하고, 선택된 UI 구성 요소들의 배치 정보를 결정할 수 있다.
동작 1107에서, 전자 장치는 동작 1103에서 변경된 서브 응용프로그램의 구조에 동작 1105에서 설정한 응용프로그램의 UI 구성 요소를 적용하여 서브 응용프로그램을 생성할 수 있다. 예를 들어, 전자 장치는 <표 1>과 같이 응용프로그램의 UI 구성 요소를 공용 프로그래밍 언어(예: HTML)의 구성 요소로 변환하여 서브 응용프로그램을 생성할 수 있다.
표 1
Figure PCTKR2014006078-appb-T000001
도 8의 동작 807에서, 전자 장치는 동작 1107에서 생성한 서브 응용프로그램을 제 2 전자 장치로 전송할 수 있다. 예를 들어, 전자 장치는 서브 응용프로그램의 설치 정보를 제 2 전자 장치로 전송할 수 있다.
도 12는 본 발명의 실시 예에 따른 서브 응용프로그램을 생성하기 위한 흐름도를 도시하고 있다.
도 12를 참조하면, 동작 1201에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 도 8의 동작 803에서 제 2 전자 장치의 표시 정보를 확인한 경우, 공용 프로그래밍 언어(예: HTML)를 이용하여 서브 응용프로그램의 기본 구조(예: HTML DOM)를 생성할 수 있다.
동작 1203에서, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램의 기본 구조를 변경할 수 있다.
동작 1205에서, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램에 적용할 응용프로그램의 UI 구성 요소를 설정할 수 있다. 예를 들어, 전자 장치는 제 2 전자 장치의 표시 정보에 기반하여 응용프로그램의 UI 구성 요소들 중 서브 응용프로그램에 적용할 UI 구성 요소를 선택하고, 선택된 UI 구성 요소들의 배치 정보를 결정할 수 있다.
동작 1207에서, 전자 장치는 제 2 전자장치가 서브 응용프로그램을 통해 사용자와의 상호작용(interaction)에 대한 동작을 전자 장치와 연동하여 처리할 수 있도록 서브 응용프로그램에 대한 연동 정보를 설정할 수 있다. 예를 들어, 전자 장치는 서브 응용프로그램을 설치한 제 2 전자장치가 버튼 입력과 같은 사용자 상호작용에 대한 동작을 제 1 전자 장치(200)로 요청할 수 있도록 서브 응용프로그램에 연동 정보를 설정할 수 있다. 응용프로그램 구성 모듈(310)은 비동기 처리 객체를 이용하여 연동 정보를 설정할 수 있다.
동작 1209에서, 전자 장치는 동작 1203에서 변경된 서브 응용프로그램의 구조에 동작 1205에서 설정한 응용프로그램의 UI 구성 요소 및 동작 1207에서 설정한 연동 정보를 적용하여 서브 응용프로그램을 생성할 수 있다. 예를 들어, 전자 장치는 HTML 형식의 웹 응용프로그램을 생성할 수 있다.
도 8의 동작 807에서, 전자 장치는 동작 1209에서 생성한 서브 응용프로그램을 제 2 전자 장치로 전송할 수 있다. 예를 들어, 전자 장치는 서브 응용프로그램의 설치 정보를 제 2 전자 장치로 전송할 수 있다.
도 11 및 도 12의 경우, 전자 장치는 공용 프로그래밍 언어를 이용하여 서브 응용프로그램의 구조를 생성한 후(1101, 1201), 제 2 전자 장치의 표시 정보에 기반하여 서브 응용프로그램의 기본 구조를 변경할 수 있다(1103, 1203).
한 실시 예에 따르면, 전자 장치는 공용 프로그래밍 언어를 통해 제 2 전자 장치의 표시 정보에 대응하는 서브 응용프로그램의 구조를 생성할 수 있다. 예를 들어, 응용프로그램 구성 모듈(310)은 제 2 전자 장치의 표시 정보에 대응하는 제 2 전자 장치에 표시하기 위한 정보의 크기(예: UI 크기), 여백 간격, 들여쓰기 간격, 폰트(예: 폰트 종류, 폰트 크기), 이미지 배치 또는 객체들 사이의 크기 비율을 포함하는 서브 응용프로그램의 구조를 생성할 수 있다.
도 12의 경우, 전자 장치는 서브 응용프로그램 구동 시 발생한 이벤트(사용자와의 상호 작용에 대한 동작)를 외부 전자 장치와 전자 장치가 연동하여 처리할 수 있도록 연동 정보를 설정할 수 있다(1207).
한 실시 예에 따르면, 전자 장치는 서브 응용프로그램 구동 시 발생한 이벤트를 외부 전자 장치에서 처리하도록 서브 응용프로그램을 생성할 수 있다.
한 실시 예에 따르면, 전자 장치는 서브 응용프로그램 구동 시 발생한 이벤트의 종류에 기반하여 외부 전자 장치에서 처리하거나, 외부 전자 장치와 전자 장치가 연동하여 처리하도록 서브 응용프로그램을 생성할 수 있다.
도 13은 본 발명의 실시 예에 따른 제 2 전자 장치에서 제 1 전자 장치와 연동하여 이벤트를 처리하기 위한 흐름도를 도시하고 있다.
도 13을 참조하면, 동작 1301에서, 전자 장치(예: 도 1의 제 2 전자 장치(110), 또는 도 4의 전자 장치(400))는 제 1 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))로부터 제공받은 서브 응용프로그램을 설치할 수 있다.
동작 1303에서, 전자 장치는 서브 응용프로그램을 구동할 수 있다.
동작 1305에서, 전자 장치는 이벤트가 발생하는지 확인할 수 있다. 예를 들어, 전자 장치는 서브 응용프로그램 구동 중 입출력 인터페이스(440)를 통해 서브 응용프로그램에 대한 입력이 검출되는지 확인할 수 있다.
이벤트가 발생하지 않은 경우, 전자 장치는 서브 응용프로그램 구동 중 이벤트가 발생하는지 확인할 수 있다.
동작 1307에서, 전자 장치는 이벤트 발생을 검출한 경우, 전자 장치에서 이벤트를 처리할 수 있는지 확인할 수 있다. 예를 들어, 전자 장치는 이벤트 종류에 기반하여 전자 장치에서 이벤트를 처리할 수 있는지 확인할 수 있다.
동작 1317에서, 전자 장치는 이벤트를 처리할 수 있는 경우, 1305 동작에서 발생한 이벤트를 처리할 수 있다.
동작 1309에서, 전자 장치는 이벤트를 처리할 수 없는 경우, 제 1 전자 장치와 통신 링크가 연결 가능한지 확인할 수 있다.
동작 1319에서, 전자 장치는 제 1 전자 장치와 통신 링크가 연결되지 않는 경우, 이벤트 처리가 제한적임을 알리는 경고 이벤트를 발생시킬 수 있다. 예를 들어, 전자 장치는 경고 메시지 표시, 경고 음 발생, 진동 발생 중 적어도 하나를 포함하는 경고 이벤트를 발생시킬 수 있다.
동작 1311에서, 전자 장치는 제 1 전자 장치와 통신 링크가 연결되는 경우, 서브 응용프로그램을 전송한 제 1 전자 장치로 이벤트 발생 정보를 전송할 수 있다. 예를 들어, 전자 장치는 서브 응용프로그램의 연동 정보에 기반하여 이벤트 발생 정보를 제 1 전자 장치로 전송할 수 있다.
동작 1313에서, 전자 장치는 제 1 전자 장치로부터 이벤트 발생 정보에 대응하는 이벤트 처리 정보가 수신할 수 있다.
동작 1315에서, 전자 장치는 이벤트 처리 정보를 디스플레이(450)에 표시할 수 있다. 예를 들어, 전자 장치는 1317동작에서 처리한 이벤트 처리 정보 또는 제 1 전자 장치로부터 제공받은 이벤트 처리 정보를 디스플레이(450)에 표시할 수 있다.
도 14는 본 발명의 실시 예에 따른 제 1 전자 장치에서 제 2 전자 장치에서 발생한 이벤트를 처리하기 위한 흐름도를 도시하고 있다.
도 14를 참조하면, 동작 1401에서, 전자 장치(예: 도 1의 제 1 전자 장치(100), 또는 도 2의 전자 장치(200))는 제 2 전자 장치(예: 도 1의 제 2 전자 장치(110), 또는 도 4의 전자 장치(400))로부터 이벤트 정보를 수신할 수 있다. 예를 들어, 전자 장치는 이벤트 정보를 수신하기 이전에 대기 모드(idle mode) 또는 저전력 모드(sleep mode)로 동작할 수 있다.
동작 1403에서, 전자 장치는 제 2 전자 장치로부터 제공받은 이벤트 정보에 기반하여 서브 응용프로그램에 대응하는 응용프로그램을 구동하여 제 2 전자 장치에서 발생한 이벤트를 처리할 수 있다.
동작 1405에서, 전자 장치는 이벤트 처리 정보를 제 2 전자 장치로 전송할 수 있다.
본 발명의 다양한 실시 예에 따르면, 전자 장치(예: 도 1의 제 1 전자 장치(100) 또는 도 2의 전자 장치(200))의 동작 방법은, 상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하는 동작과 상기 서브 응용프로그램을 외부 전자 장치로 전송하는 동작을 포함할 수 있다.
본 발명의 실시 예에서 상기 서브 응용프로그램을 생성하는 동작은, 상기 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하여 서브 응용프로그램을 생성하는 동작을 포함할 수 있다.
본 발명의 실시 예에서 상기 공용 프로그래밍 언어는, HTML(hypertext markup language)을 포함할 수 있다.
본 발명의 실시 예에서 상기 서브 응용프로그램을 생성하는 동작은, 상기 외부 전자 장치의 표시 정보를 확인하는 동작과 상기 외부 전자 장치의 표시 정보에 기반하여 상기 서브 응용프로그램의 구조를 생성하는 동작과 상기 외부 전자 장치의 표시 정보에 기반하여 응용프로그램의 사용자 인터페이스 구성 요소들 중 서브 응용프로그램에 추가할 적어도 하나의 구성 요소를 결정하는 동작과 상기 생성된 서브 응용프로그램의 구조 및 상기 결정한 적어도 하나의 구성 요소에 기반하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성하는 동작을 포함할 수 있다.
본 발명의 실시 예에서 상기 표시 정보를 확인하는 동작은, 상기 외부 전자 장치의 식별 정보를 확인하는 동작과 메모리에 저장된 다수 개의 표시 정보들 중 상기 외부 장치의 식별 정보에 대응하는 표시 정보를 확인하는 동작을 포함할 수 있다.
본 발명의 실시 예에서 상기 표시 정보를 확인하는 동작은, 서버로부터 상기 외부 전자 장치의 표시 정보를 수신하는 동작을 포함할 수 있다.
본 발명의 실시 예에서 상기 서브 응용프로그램을 생성하는 동작은, 상기 결정한 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하는 동작과 상기 생성된 서브 응용프로그램의 구조에 상기 공용 프로그래밍 언어의 구성 요소를 적용하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성하는 동작을 포함할 수 있다.
본 발명의 실시 예에서 상기 표시 정보는, 상기 외부 전자 장치의 표시 영역 크기 또는 해상도 중 적어도 하나를 포함할 수 있다.
본 발명의 실시 예에서 상기 서브 응용프로그램을 생성하는 동작은, 비동기 처리 객체를 이용하여 상기 서브 응용프로그램을 통한 상기 외부 전자 장치에서 발생한 이벤트를 상기 전자장치와 연동하여 처리하도록 상기 서브 응용프로그램을 생성하는 동작을 포함할 수 있다.
도 15는 본 발명의 실시 예에 따른 전자 장치의 블록도를 도시하고 있다. 이하 설명에서 전자 장치(1500)는, 예를 들면, 도 2에 도시된 전자 장치(200)의 전체 또는 일부를 구성할 수 있다.
도 15를 참조하면, 전자 장치(1500)는 하나 이상의 응용프로그램 프로세서(AP: application processor)(1510), 통신 모듈(1520), SIM(subscriber identification module) 카드(1524), 메모리(1530), 센서 모듈(1540), 입력 장치(1550), 디스플레이(1560), 인터페이스(1570), 오디오 모듈(1580), 카메라 모듈(1591), 전력관리 모듈(1595), 배터리(1596), 인디케이터(1597) 또는 모터(1598)를 포함할 수 있다.
AP(1510)는 운영체제 또는 응용 프로그램을 구동하여 AP(1510)에 연결된 다수의 하드웨어 또는 소프트웨어 구성요소들을 제어할 수 있고, 멀티미디어 데이터를 포함한 각종 데이터 처리 또는 연산을 수행할 수 있다. AP(1510)는, 예를 들면, SoC(system on chip) 로 구현될 수 있다. 한 실시 예에 따르면, AP(1510)는 GPU(graphic processing unit, 미도시)를 더 포함할 수 있다.
통신 모듈(1520)(예: 통신 인터페이스(360))은 전자 장치(1500)(예: 전자 장치(100 또는 600))와 네트워크를 통해 연결된 다른 전자 장치들간의 통신에서 데이터 송수신을 수행할 수 있다. 한 실시 예에 따르면, 통신 모듈(1520)은 셀룰러 모듈(1521), Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527), NFC 모듈(1528) 또는 RF(radio frequency) 모듈(15215)를 포함할 수 있다.
셀룰러 모듈(1521)은 통신망(예: LTE, LTE-A, CDMA, WCDMA, UMTS, WiBro 또는 GSM 등)을 통해서 음성 통화, 영상 통화, 문자 서비스 또는 인터넷 서비스 등을 제공할 수 있다. 또한, 셀룰러 모듈(1521)은, 예를 들면, 가입자 식별 모듈(예: SIM 카드(1524))을 이용하여 통신 네트워크 내에서 전자 장치의 구별 또는 인증을 수행할 수 있다. 한 실시 예에 따르면, 셀룰러 모듈(1521)은 AP(1510)가 제공할 수 있는 기능 중 적어도 일부 기능을 수행할 수 있다. 예를 들면, 셀룰러 모듈(1521)은 멀티 미디어 제어 기능의 적어도 일부를 수행할 수 있다.
한 실시 예에 따르면, 셀룰러 모듈(1521)은 커뮤니케이션 프로세서(CP: communication processor)를 포함할 수 있다. 또한, 셀룰러 모듈(1521)은, 예를 들면, SoC로 구현될 수 있다. 도 15에서는 셀룰러 모듈(1521)(예: 커뮤니케이션 프로세서), 메모리(1530) 또는 전력관리 모듈(1595) 등의 구성요소들이 AP(1510)와 별개의 구성요소로 도시되어 있으나, 한 실시 예에 따르면, AP(1510)가 전술한 구성요소들의 적어도 일부(예: 셀룰러 모듈(1521))를 포함하도록 구현될 수 있다.
한 실시 예에 따르면, AP(1510) 또는 셀룰러 모듈(1521)(예: 커뮤니케이션 프로세서)은 각각에 연결된 비휘발성 메모리 또는 다른 구성요소 중 적어도 하나로부터 수신한 명령 또는 데이터를 휘발성 메모리에 로드(load)하여 처리할 수 있다. 또한, AP(1510) 또는 셀룰러 모듈(1521)은 다른 구성요소 중 적어도 하나로부터 수신하거나 다른 구성요소 중 적어도 하나에 의해 생성된 데이터를 비휘발성 메모리에 저장(store)할 수 있다.
Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527) 또는 NFC 모듈(1528) 각각은, 예를 들면, 해당하는 모듈을 통해서 송수신되는 데이터를 처리하기 위한 프로세서를 포함할 수 있다. 도 15에서는 셀룰러 모듈(1521), Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527) 또는 NFC 모듈(1528)이 각각 별개의 블록으로 도시되었으나, 한 실시 예에 따르면, 셀룰러 모듈(1521), Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527) 또는 NFC 모듈(1528) 중 적어도 일부(예: 두 개 이상)는 하나의 integrated chip(IC) 또는 IC 패키지 내에 포함될 수 있다. 예를 들면, 셀룰러 모듈(1521), Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527) 또는 NFC 모듈(1528) 각각에 대응하는 프로세서들 중 적어도 일부(예: 셀룰러 모듈(1521)에 대응하는 커뮤니케이션 프로세서 및 Wifi 모듈(1523)에 대응하는 Wifi 프로세서)는 하나의 SoC로 구현될 수 있다.
RF 모듈(15215)은 데이터의 송수신, 예를 들면, RF 신호의 송수신을 할 수 있다. RF 모듈(15215)은, 도시되지는 않았으나, 예를 들면, 트랜시버(transceiver), PAM(power amp module), 주파수 필터(frequency filter) 또는 LNA(low noise amplifier) 등을 포함할 수 있다. 또한, RF 모듈(15215)은 무선 통신에서 자유 공간상의 전자파를 송수신하기 위한 부품, 예를 들면, 도체 또는 도선 등을 더 포함할 수 있다. 도 15에서는 셀룰러 모듈(1521), Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527) 및 NFC 모듈(1528)이 하나의 RF 모듈(15215)을 서로 공유하는 것으로 도시되어 있으나, 한 실시 예에 따르면, 셀룰러 모듈(1521), Wifi 모듈(1523), BT 모듈(1525), GPS 모듈(1527) 또는 NFC 모듈(1528) 중 적어도 하나는 별개의 RF 모듈을 통하여 RF 신호의 송수신을 수행할 수 있다.
한 실시 예에 따르면, RF 모듈(15215)은 전자 장치(1500)와 기능적으로 연결된 메인 안테와 서브 안테나 중 적어도 하나의 안테나를 포함할 수 있다. 통신 모듈(1520)은 메인 안테나와 서브 안테나를 이용하여 다이버시티(diversity) 등과 같은 다중 안테나 서비스(MIMO: multiple input multiple output)를 지원할 수 있다.
SIM 카드(1524)는 가입자 식별 모듈을 포함하는 카드일 수 있으며, 전자 장치의 특정 위치에 형성된 슬롯에 삽입될 수 있다. SIM 카드(1524)는 고유한 식별 정보(예: ICCID(integrated circuit card identifier)) 또는 가입자 정보(예: IMSI(international mobile subscriber identity))를 포함할 수 있다.
메모리(1530)는 내장 메모리(1532) 또는 외장 메모리(1534)를 포함할 수 있다. 내장 메모리(1532)는, 예를 들면, 휘발성 메모리(예를 들면, DRAM(dynamic RAM), SRAM(static RAM), SDRAM(synchronous dynamic RAM) 등) 또는 비휘발성 메모리(non-volatile Memory, 예를 들면, OTPROM(one time programmable ROM), PROM(programmable ROM), EPROM(erasable and programmable ROM), EEPROM(electrically erasable and programmable ROM), mask ROM, flash ROM, NAND flash memory, NOR flash memory 등) 중 적어도 하나를 포함할 수 있다.
한 실시 예에 따르면, 내장 메모리(1532)는 Solid State Drive (SSD)일 수 있다. 외장 메모리(1534)는 flash drive, 예를 들면, CF(compact flash), SD(secure digital), Micro-SD(micro secure digital), Mini-SD(mini secure digital), xD(extreme digital) 또는 Memory Stick 등을 더 포함할 수 있다. 외장 메모리(1534)는 다양한 인터페이스를 통하여 전자 장치(1500)와 기능적으로 연결될 수 있다. 한 실시 예에 따르면, 전자 장치(1500)는 하드 드라이브와 같은 저장 장치(또는 저장 매체)를 더 포함할 수 있다.
센서 모듈(1540)은 물리량을 계측하거나 전자 장치(1500)의 작동 상태를 감지하여, 계측 또는 감지된 정보를 전기 신호로 변환할 수 있다. 센서 모듈(1540)은, 예를 들면, 제스처 센서(1540A), 자이로 센서(1540B), 기압 센서(1540C), 마그네틱 센서(1540D), 가속도 센서(1540E), 그립 센서(1540F), 근접 센서(1540G), color 센서(1540H)(예: RGB(red, green, blue) 센서), 생체 센서(1540I), 온/습도 센서(1540J), 조도 센서(1540K) 또는 UV(ultra violet) 센서(1540M) 중의 적어도 하나를 포함할 수 있다. 추가적으로 또는 대체적으로, 센서 모듈(1540)은, 예를 들면, 후각 센서(E-nose sensor, 미도시), EMG 센서(electromyography sensor, 미도시), EEG 센서(electroencephalogram sensor, 미도시), ECG 센서(electrocardiogram sensor, 미도시), IR(infra red) 센서(미도시), 홍채 센서(미도시) 또는 지문 센서(미도시) 등을 포함할 수 있다. 센서 모듈(1540)은 그 안에 속한 적어도 하나 이상의 센서들을 제어하기 위한 제어 회로를 더 포함할 수 있다.
입력 장치(1550)는 터치 패널(touch panel)(1552), (디지털) 펜 센서(pen sensor)(1554), 키(key)(1556) 또는 초음파(ultrasonic) 입력 장치(1558)를 포함할 수 있다. 터치 패널(1552)은, 예를 들면, 정전식, 감압식, 적외선 방식 또는 초음파 방식 중 적어도 하나의 방식으로 터치 입력을 인식할 수 있다. 또한, 터치 패널(1552)은 제어 회로를 더 포함할 수도 있다. 정전식의 경우, 물리적 접촉 또는 근접 인식이 가능하다. 터치 패널(1552)은 택타일 레이어(tactile layer)를 더 포함할 수도 있다. 이 경우, 터치 패널(1552)은 사용자에게 촉각 반응을 제공할 수 있다.
(디지털) 펜 센서(1554)는, 예를 들면, 사용자의 터치 입력을 받는 것과 동일 또는 유사한 방법 또는 별도의 인식용 쉬트(sheet)를 이용하여 구현될 수 있다. 키(1556)는, 예를 들면, 물리적인 버튼, 광학식 키 또는 키패드를 포함할 수 있다. 초음파(ultrasonic) 입력 장치(1558)는 초음파 신호를 발생하는 입력 도구를 통해, 전자 장치(1500)에서 마이크(예: 마이크 1088)로 음파를 감지하여 데이터를 확인할 수 있는 장치로서, 무선 인식이 가능하다. 한 실시 예에 따르면, 전자 장치(1500)는 통신 모듈(1520)을 이용하여 이와 연결된 외부 장치(예: 컴퓨터 또는 서버)로부터 사용자 입력을 수신할 수도 있다.
디스플레이(1560)(예: 디스플레이(350))는 패널(1562), 홀로그램 장치(1564) 또는 프로젝터(1566)를 포함할 수 있다. 패널(1562)은, 예를 들면, LCD(liquid-crystal display) 또는 AM-OLED(active-matrix organic light-emitting diode) 등일 수 있다. 패널(1562)은, 예를 들면, 유연하게(flexible), 투명하게(transparent) 또는 착용할 수 있게(wearable) 구현될 수 있다. 패널(1562)은 터치 패널(1552)과 하나의 모듈로 구성될 수도 있다. 홀로그램 장치(1564)는 빛의 간섭을 이용하여 입체 영상을 허공에 보여줄 수 있다. 프로젝터(1566)는 스크린에 빛을 투사하여 영상을 표시할 수 있다. 스크린은, 예를 들면, 전자 장치(1500)의 내부 또는 외부에 위치할 수 있다. 한 실시 예에 따르면, 디스플레이(1560)는 패널(1562), 홀로그램 장치(1564), 또는 프로젝터(1566)를 제어하기 위한 제어 회로를 더 포함할 수 있다.
인터페이스(1570)는, 예를 들면, HDMI(high-definition multimedia interface)(1572), USB(universal serial bus)(1574), 광 인터페이스(optical interface)(1576) 또는 D-sub(D-subminiature)(1578)를 포함할 수 있다. 추가적으로 또는 대체적으로, 인터페이스(1570)는, 예를 들면, MHL(mobile high-definition link) 인터페이스, SD(secure Digital) 카드/MMC(multi-media card) 인터페이스 또는 IrDA(infrared data association) 규격 인터페이스를 포함할 수 있다.
오디오 모듈(1580)은 소리(sound)와 전기신호를 쌍방향으로 변환시킬 수 있다. 오디오 모듈(1580)은, 예를 들면, 스피커(1582), 리시버(1584), 이어폰(1586) 또는 마이크(1588) 등을 통해 입력 또는 출력되는 소리 정보를 처리할 수 있다.
카메라 모듈(1591)은 정지 영상 및 동영상을 촬영할 수 있는 장치로서, 한 실시 예에 따르면, 하나 이상의 이미지 센서(예: 전면 센서 또는 후면 센서), 렌즈(미도시), ISP(image signal processor, 미도시) 또는 플래쉬 (flash, 미도시)(예: LED 또는 xenon lamp)를 포함할 수 있다.
전력 관리 모듈(1595)은 전자 장치(1500)의 전력을 관리할 수 있다. 도시하지는 않았으나, 전력 관리 모듈(1595)은, 예를 들면, PMIC(power management integrated circuit), 충전 IC(charger integrated circuit) 또는 배터리 또는 연료 게이지(battery or fuel gauge)를 포함할 수 있다.
PMIC는, 예를 들면, 집적회로 또는 SoC 반도체 내에 탑재될 수 있다. 충전 방식은 유선과 무선으로 구분될 수 있다. 충전 IC는 배터리를 충전시킬 수 있으며, 충전기로부터의 과전압 또는 과전류 유입을 방지할 수 있다. 한 실시 예에 따르면, 충전 IC는 유선 충전 방식 또는 무선 충전 방식 중 적어도 하나를 위한 충전 IC를 포함할 수 있다. 무선 충전 방식으로는, 예를 들면, 자기공명 방식, 자기유도 방식 또는 전자기파 방식 등이 있으며, 무선 충전을 위한 부가적인 회로, 예를 들면, 코일 루프, 공진 회로 또는 정류기 등의 회로가 추가될 수 있다.
배터리 게이지는, 예를 들면, 배터리(1596)의 잔량, 충전 중 전압, 전류 또는 온도를 측정할 수 있다. 배터리(1596)는 전기를 저장 또는 생성할 수 있고, 그 저장 또는 생성된 전기를 이용하여 전자 장치(1500)에 전원을 공급할 수 있다. 배터리(1596)는, 예를 들면, 충전식 전지(rechargeable battery) 또는 태양 전지(solar battery)를 포함할 수 있다.
인디케이터(1597)는 전자 장치(1500) 혹은 그 일부(예: AP(1510))의 특정 상태, 예를 들면, 부팅 상태, 메시지 상태 또는 충전 상태 등을 표시할 수 있다. 모터(1598)는 전기적 신호를 기계적 진동으로 변환할 수 있다. 도시되지는 않았으나, 전자 장치(1500)는 모바일 TV 지원을 위한 처리 장치(예: GPU)를 포함할 수 있다. 모바일 TV지원을 위한 처리 장치는, 예를 들면, DMB(digital multimedia broadcasting), DVB(digital video broadcasting) 또는 미디어플로우(media flow) 등의 규격에 따른 미디어 데이터를 처리할 수 있다.
본 발명의 다양한 실시 예에 따른 전자 장치의 전술한 구성요소들 각각은 하나 또는 그 이상의 부품(component)으로 구성될 수 있으며, 해당 구성 요소의 명칭은 전자 장치의 종류에 따라서 달라질 수 있다. 본 발명의 다양한 실시 예에 따른 전자 장치는 전술한 구성요소 중 적어도 하나를 포함하여 구성될 수 있으며, 일부 구성요소가 생략되거나 또는 추가적인 다른 구성요소를 더 포함할 수 있다. 또한, 본 발명의 다양한 실시 예에 따른 전자 장치의 구성 요소들 중 일부가 결합되어 하나의 개체(entity)로 구성됨으로써, 결합되기 이전의 해당 구성 요소들의 기능을 동일하게 수행할 수 있다.
본 발명의 다양한 실시 예에 사용된 용어 “모듈”은, 예를 들면, 하드웨어, 소프트웨어 또는 펌웨어(firmware) 중 하나 또는 둘 이상의 조합을 포함하는 단위(unit)를 의미할 수 있다. “모듈”은 예를 들면, 유닛(unit), 로직(logic), 논리 블록(logical block), 부품(component) 또는 회로(circuit) 등의 용어와 바꾸어 사용(interchangeably use)될 수 있다. “모듈”은, 일체로 구성된 부품의 최소 단위 또는 그 일부가 될 수 있다. “모듈”은 하나 또는 그 이상의 기능을 수행하는 최소 단위 또는 그 일부가 될 수도 있다. “모듈”은 기계적으로 또는 전자적으로 구현될 수 있다. 예를 들면, 본 발명의 다양한 실시 예에 따른 “모듈”은, 알려졌거나 앞으로 개발될, 어떤 동작들을 수행하는 ASIC(application-specific integrated circuit) 칩, FPGAs(field-programmable gate arrays) 또는 프로그램 가능 논리 장치(programmable-logic device) 중 적어도 하나를 포함할 수 있다.
다양한 실시 예에 따르면, 본 발명의 다양한 실시 예에 따른 장치(예: 모듈들 또는 그 기능들) 또는 방법(예: 동작들)의 적어도 일부는, 예컨대, 프로그래밍 모듈의 형태로 컴퓨터로 읽을 수 있는 저장매체(computer-readable storage media)에 저장된 명령어로 구현될 수 있다. 명령어는, 하나 이상의 프로세서에 의해 실행될 경우, 하나 이상의 프로세서가 명령어에 해당하는 기능을 수행할 수 있다. 컴퓨터로 읽을 수 있는 저장매체는, 예를 들면, 메모리가 될 수 있다. 프로그래밍 모듈의 적어도 일부는, 예를 들면, 프로세서에 의해 구현(implement)(예: 실행)될 수 있다. 프로그래밍 모듈 의 적어도 일부는 하나 이상의 기능을 수행하기 위한, 예를 들면, 모듈, 프로그램, 루틴, 명령어 세트 (sets of instructions) 또는 프로세스 등을 포함할 수 있다.
컴퓨터로 판독 가능한 기록 매체에는 하드디스크, 플로피디스크 및 자기 테이프와 같은 마그네틱 매체(Magnetic Media)와, CD-ROM(Compact Disc Read Only Memory), DVD(Digital Versatile Disc)와 같은 광기록 매체(Optical Media)와, 플롭티컬 디스크(Floptical Disk)와 같은 자기-광 매체(Magneto-Optical Media)와, 그리고 ROM(Read Only Memory), RAM(Random Access Memory), 플래시 메모리 등과 같은 프로그램 명령(예: 프로그래밍 모듈)을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함될 수 있다. 또한, 프로그램 명령에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함할 수 있다. 상술한 하드웨어 장치는 본 발명의 다양한 실시 예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지다.
본 발명의 다양한 실시 예에 따른 모듈 또는 프로그래밍 모듈은 전술한 구성요소들 중 적어도 하나 이상을 포함하거나, 일부가 생략되거나, 또는 추가적인 다른 구성요소를 더 포함할 수 있다. 본 발명의 다양한 실시 예에 따른 모듈, 프로그래밍 모듈 또는 다른 구성요소에 의해 수행되는 동작들은 순차적, 병렬적, 반복적 또는 휴리스틱(heuristic)한 방법으로 실행될 수 있다. 또한, 일부 동작은 다른 순서로 실행되거나, 생략되거나, 또는 다른 동작이 추가될 수 있다.
다양한 실시 예에 따르면, 명령들을 저장하고 있는 저장 매체에 있어서, 명령들은 적어도 하나의 프로세서에 의하여 실행될 때에 적어도 하나의 프로세서로 하여금 적어도 하나의 동작을 수행하도록 설정된 것으로서, 적어도 하나의 동작은, 전자 장치에서, 제 1 통신망에 대응하는 제 1 신호 또는 제 2 통신망에 대응하는 제 2 신호 중 적어도 하나의 신호를 송신 또는 수신하는 동작 또는 적어도 하나의 신호를 수신하는 경우, 전자 장치에서 제공하는 서비스가 제 1 신호와 제 2 신호에 해당하는 것에 기반하여, 적어도 하나의 신호를 제 1 신호를 처리하기 위한 제 1 통신 제어 모듈 또는 제 2 신호를 처리하기 위한 제 2 통신 제어 모듈 각각으로 분배하는 동작을 포함할 수 있다.
그리고 본 명세서와 도면에 개시된 본 발명의 실시 예들은 본 발명의 실시 예에 따른 의 기술 내용을 쉽게 설명하고 본 발명의 실시 예의 이해를 돕기 위해 특정 예를 제시한 것일 뿐이며, 본 발명의 실시 예의 범위를 한정하고자 하는 것은 아니다. 따라서 본 발명의 다양한 실시 예의 범위는 여기에 개시된 실시 예들 이외에도 본 발명의 다양한 실시 예의 기술적 사상을 바탕으로 도출되는 모든 변경 또는 변형된 형태가 본 발명의 다양한 실시 예의 범위에 포함되는 것으로 해석되어야 한다.

Claims (15)

  1. 전자 장치에 있어서,
    정보를 표시하는 디스플레이;
    신호를 송수신하는 통신 인터페이스; 및
    상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하고, 상기 통신 인터페이스를 통해 상기 서브 응용프로그램을 외부 전자 장치로 전송하도록 제어하는 프로세서를 포함하는 장치.
  2. 제 1항에 있어서,
    상기 프로세서는, 상기 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하여 서브 응용프로그램을 생성하는 장치.
  3. 제 2항에 있어서,
    상기 프로세서는, HTML(hypertext markup language)에 기반하여 서브 응용프로그램을 생성하는 장치.
  4. 제 2항에 있어서,
    상기 프로세서는, 상기 외부 전자 장치의 표시 정보를 확인하고,
    상기 외부 전자 장치의 표시 정보에 기반하여 상기 서브 응용프로그램의 구조를 생성하고,
    상기 외부 전자 장치의 표시 정보에 기반하여 응용프로그램의 사용자 인터페이스 구성 요소들 중 서브 응용프로그램에 추가할 적어도 하나의 구성 요소를 결정하고,
    상기 생성된 서브 응용프로그램의 구조 및 상기 결정한 적어도 하나의 구성 요소에 기반하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성하는 장치.
  5. 제 4항에 있어서,
    메모리를 더 포함하며,
    상기 프로세서는, 상기 메모리에 저장된 다수 개의 표시 정보들 중 상기 외부 장치의 식별 정보에 대응하는 표시 정보를 확인하는 장치.
  6. 제 4항에 있어서,
    상기 프로세서는, 상기 통신 인터페이스를 통해 서버로부터 수신한 상기 외부 전자 장치의 표시 정보를 확인하는 장치.
  7. 제 4항에 있어서,
    상기 프로세서는, 상기 서브 응용프로그램에 추가할 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하고,
    상기 서브 응용프로그램의 구조에 상기 공용 프로그래밍 언어의 구성 요소를 적용하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성하는 장치.
  8. 제 4항에 있어서,
    상기 프로세서는, 상기 외부 전자 장치의 표시 영역 크기 또는 해상도 중 적어도 하나를 포함하는 상기 외부 전자 장치의 표시 정보를 확인하는 장치.
  9. 제 1항에 있어서,
    상기 프로세서는, 비동기 처리 객체를 이용하여 상기 서브 응용프로그램을 통한 상기 외부 전자 장치에서 발생한 이벤트를 상기 전자장치와 연동하여 처리하도록 상기 서브 응용프로그램을 생성하는 장치.
  10. 전자 장치의 동작 방법에 있어서,
    상기 전자 장치에 설치된 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 포함하는 서브 응용프로그램을 생성하는 동작; 및
    상기 서브 응용프로그램을 외부 전자 장치로 전송하는 동작을 포함하는 방법.
  11. 제 10항에 있어서,
    상기 서브 응용프로그램을 생성하는 동작은,
    상기 응용프로그램의 사용자 인터페이스 구성 요소들 중 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하여 서브 응용프로그램을 생성하는 동작을 포함하는 방법.
  12. 제 11항에 있어서,
    상기 공용 프로그래밍 언어는, HTML(hypertext markup language)을 포함하는 방법.
  13. 제 10항에 있어서,
    상기 서브 응용프로그램을 생성하는 동작은,
    상기 외부 전자 장치의 표시 정보를 확인하는 동작;
    상기 외부 전자 장치의 표시 정보에 기반하여 상기 서브 응용프로그램의 구조를 생성하는 동작;
    상기 외부 전자 장치의 표시 정보에 기반하여 응용프로그램의 사용자 인터페이스 구성 요소들 중 서브 응용프로그램에 추가할 적어도 하나의 구성 요소를 결정하는 동작; 및
    상기 생성된 서브 응용프로그램의 구조 및 상기 결정한 적어도 하나의 구성 요소에 기반하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성하는 동작을 포함하는 방법.
  14. 제 13항에 있어서,
    상기 서브 응용프로그램을 생성하는 동작은,
    상기 결정한 적어도 하나의 구성 요소를 공용 프로그래밍 언어의 구성 요소로 변환하는 동작; 및
    상기 생성된 서브 응용프로그램의 구조에 상기 공용 프로그래밍 언어의 구성 요소를 적용하여 상기 응용프로그램에 대응하는 서브 응용프로그램을 생성하는 동작을 포함하는 방법.
  15. 제 10항에 있어서,
    상기 서브 응용프로그램을 생성하는 동작은,
    비동기 처리 객체를 이용하여 상기 서브 응용프로그램을 통한 상기 외부 전자 장치에서 발생한 이벤트를 상기 전자장치와 연동하여 처리하도록 상기 서브 응용프로그램을 생성하는 동작을 포함하는 방법.
PCT/KR2014/006078 2014-07-07 2014-07-07 응용프로그램을 공유하기 위한 방법 및 그 전자 장치 WO2016006726A1 (ko)

Priority Applications (5)

Application Number Priority Date Filing Date Title
US15/323,735 US10372425B2 (en) 2014-07-07 2014-07-07 Method for sharing application program and electronic device therefor
CN201480079943.6A CN106471481B (zh) 2014-07-07 2014-07-07 共享应用程序的方法及其电子装置
EP14897218.5A EP3168751B1 (en) 2014-07-07 2014-07-07 Method for sharing application program and electronic device therefor
KR1020177003428A KR102281227B1 (ko) 2014-07-07 2014-07-07 응용프로그램을 공유하기 위한 방법 및 그 전자 장치
PCT/KR2014/006078 WO2016006726A1 (ko) 2014-07-07 2014-07-07 응용프로그램을 공유하기 위한 방법 및 그 전자 장치

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2014/006078 WO2016006726A1 (ko) 2014-07-07 2014-07-07 응용프로그램을 공유하기 위한 방법 및 그 전자 장치

Publications (1)

Publication Number Publication Date
WO2016006726A1 true WO2016006726A1 (ko) 2016-01-14

Family

ID=55064347

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2014/006078 WO2016006726A1 (ko) 2014-07-07 2014-07-07 응용프로그램을 공유하기 위한 방법 및 그 전자 장치

Country Status (5)

Country Link
US (1) US10372425B2 (ko)
EP (1) EP3168751B1 (ko)
KR (1) KR102281227B1 (ko)
CN (1) CN106471481B (ko)
WO (1) WO2016006726A1 (ko)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3168751B1 (en) * 2014-07-07 2022-05-04 Samsung Electronics Co., Ltd. Method for sharing application program and electronic device therefor
US11575732B1 (en) * 2017-06-23 2023-02-07 8X8, Inc. Networked device control using a high-level programming interface
CN110471717B (zh) * 2019-08-21 2022-11-11 金瓜子科技发展(北京)有限公司 一种数据处理方法和装置
KR102327083B1 (ko) * 2020-09-14 2021-11-15 한화시스템 주식회사 소프트웨어 컴포넌트 공유 시스템 및 방법
KR20230128913A (ko) * 2022-02-28 2023-09-05 주식회사 플루이즈 로컬 서버가 주변 클라이언트들로 ui 화면 정보를 전송하는 방법
KR20230128916A (ko) * 2022-02-28 2023-09-05 주식회사 플루이즈 사용자 기기간에 ui 화면을 송수신하는 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080215758A1 (en) * 2004-08-14 2008-09-04 Telefonaktiebolaget Lm Ericsson (Publ) Method For Software Program Synchronization
KR20110082881A (ko) * 2010-01-12 2011-07-20 (주)아이디미디어 휴대전화 컨넥티비티 기반에 차량용 컨버전스 방법 및 그 장치
KR20120017466A (ko) * 2009-06-03 2012-02-28 애플 인크. 별도의 장치로부터의 씨드 응용 프로그램에 기초한 응용 프로그램 설치
KR20120063328A (ko) * 2010-12-07 2012-06-15 삼성전자주식회사 모바일기기 및 그 제어방법
KR20130050136A (ko) * 2011-11-07 2013-05-15 주식회사 케이티 외부 디바이스와 도킹되는 휴대 단말 및 그 제어 방법

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0120712D0 (en) * 2001-08-24 2001-10-17 Intuwave Ltd Web server resident on a mobile computing device
US20040240408A1 (en) * 2003-06-02 2004-12-02 Mobimate Ltd. System, method and apparatus for the generation and deployment of mobile applications
JP2006119901A (ja) 2004-10-21 2006-05-11 Toshiba Corp 携帯可能電子装置および携帯可能電子装置のアプリケーション更新方法
CN1330483C (zh) 2005-07-18 2007-08-08 鞍山市庆隆机电有限公司 自动轴承打标生产线
US8694925B1 (en) * 2005-10-05 2014-04-08 Google Inc. Generating customized graphical user interfaces for mobile processing devices
KR101125847B1 (ko) 2007-07-11 2012-03-28 삼성전자주식회사 UPnP 디바이스와 RUI 클라이언트를 중계하는 방법및 이를 위한 장치
US8719001B1 (en) * 2008-11-25 2014-05-06 Sprint Communications Company L.P. Remote configuration of widgets
CN101937346A (zh) 2009-07-01 2011-01-05 英业达股份有限公司 通过快照功能执行应用程序的方法及其电子装置
CN101604247A (zh) 2009-07-21 2009-12-16 无敌科技(西安)有限公司 由用户自订可携式电子装置应用程序的方法
US9336023B2 (en) * 2009-12-18 2016-05-10 Sybase, Inc. Visual generation of mobile applications based on data models
KR20120039894A (ko) * 2010-10-18 2012-04-26 현대모비스 주식회사 차량 헤드 유닛과 스마트 폰 연동 시스템 및 방법
US9753702B2 (en) * 2010-10-22 2017-09-05 Paul Hershenson Systems and methods for creating integrated applications for electronic devices
KR20120072071A (ko) 2010-12-23 2012-07-03 전자부품연구원 전자기기 웹 리모트 제어 시스템 및 그 시스템에 포함되는 원격 제어 장치
KR101229752B1 (ko) * 2011-06-01 2013-02-05 엘지전자 주식회사 이동 단말기 및 이동 단말기의 제어 방법
WO2013002547A2 (ko) * 2011-06-30 2013-01-03 주식회사 케이티 외부 디바이스와 도킹되는 휴대 단말 및 그 제어 방법
US8918712B2 (en) * 2011-12-13 2014-12-23 Fmr Llc Dynamically generating a mobile application
US10031737B2 (en) * 2012-02-16 2018-07-24 Microsoft Technology Licensing, Llc Downloading and distribution of applications and updates to multiple devices
US20130254262A1 (en) * 2012-03-26 2013-09-26 Quickmobile Inc. System and method for a user to dynamically update a mobile application from a generic or first application within a class of applications to create a specific or second application with said class of applications
US10129324B2 (en) * 2012-07-03 2018-11-13 Google Llc Contextual, two way remote control
US9936335B2 (en) * 2012-12-13 2018-04-03 Microsoft Technology Licensing, Llc Mobile computing device application sharing
CN103092510B (zh) * 2012-12-28 2016-06-22 中兴通讯股份有限公司 电子装置及其屏幕共享时应用程序的保护方法
EP3168751B1 (en) * 2014-07-07 2022-05-04 Samsung Electronics Co., Ltd. Method for sharing application program and electronic device therefor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080215758A1 (en) * 2004-08-14 2008-09-04 Telefonaktiebolaget Lm Ericsson (Publ) Method For Software Program Synchronization
KR20120017466A (ko) * 2009-06-03 2012-02-28 애플 인크. 별도의 장치로부터의 씨드 응용 프로그램에 기초한 응용 프로그램 설치
KR20110082881A (ko) * 2010-01-12 2011-07-20 (주)아이디미디어 휴대전화 컨넥티비티 기반에 차량용 컨버전스 방법 및 그 장치
KR20120063328A (ko) * 2010-12-07 2012-06-15 삼성전자주식회사 모바일기기 및 그 제어방법
KR20130050136A (ko) * 2011-11-07 2013-05-15 주식회사 케이티 외부 디바이스와 도킹되는 휴대 단말 및 그 제어 방법

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3168751A4 *

Also Published As

Publication number Publication date
US10372425B2 (en) 2019-08-06
KR102281227B1 (ko) 2021-07-23
EP3168751A1 (en) 2017-05-17
KR20170033335A (ko) 2017-03-24
US20170161031A1 (en) 2017-06-08
CN106471481B (zh) 2020-10-30
EP3168751B1 (en) 2022-05-04
CN106471481A (zh) 2017-03-01
EP3168751A4 (en) 2018-04-11

Similar Documents

Publication Publication Date Title
AU2017240614B2 (en) Electronic device including display
AU2015350680B2 (en) Power control method and apparatus for reducing power consumption
WO2017142293A1 (en) Electronic device and method of application data display therefor
WO2016137187A1 (en) Apparatus and method for providing screen mirroring service
WO2017150901A1 (en) Electronic device and method for displaying and transmitting images thereof
WO2017082652A1 (ko) 안테나 장치 및 그를 구비하는 전자 장치
WO2016006851A1 (en) Electronic device, method of providing interface of the same, and accessory for the same
WO2017155326A1 (en) Electronic device and method for driving display thereof
WO2015133847A1 (en) Method and apparatus for detecting user input in an electronic device
WO2016080761A1 (en) Method and electronic device for driving fingerprint sensor
WO2017164585A1 (en) Electronic device and control method thereof
WO2017082685A1 (ko) 표시 제어 방법, 이를 구현한 디스플레이 패널, 디스플레이 장치 및 전자 장치
WO2016114609A1 (en) Electronic device and method of processing information in electronic device
WO2016093543A1 (en) Method for controlling and electronic device thereof
WO2016006726A1 (ko) 응용프로그램을 공유하기 위한 방법 및 그 전자 장치
EP3403371A1 (en) Electronic device for authenticating based on biometric data and operating method thereof
WO2015108371A1 (en) Method and apparatus for controlling user interface
WO2016039531A1 (en) Electronic device and control method thereof
WO2018034518A1 (en) Electronic device and method thereof for grip recognition
WO2018236150A1 (en) ELECTRONIC CONTENT READING DEVICE AND METHOD OF OPERATION
WO2016208992A1 (en) Electronic device and method for controlling display of panorama image
WO2018139824A1 (ko) 전자 장치 및 전자 장치의 테더링 연결 방법
WO2017160103A1 (en) Method and electronic device for providing wireless communication
WO2018044065A1 (en) Method for displaying time information in low power state and electronic device including the same
WO2015199505A1 (en) Apparatus and method for preventing malfunction in an electronic device

Legal Events

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

Ref document number: 14897218

Country of ref document: EP

Kind code of ref document: A1

REEP Request for entry into the european phase

Ref document number: 2014897218

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2014897218

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 15323735

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 20177003428

Country of ref document: KR

Kind code of ref document: A