Movatterモバイル変換


[0]ホーム

URL:


CN109768998A - An Android-based graphic information feedback terminal system - Google Patents

An Android-based graphic information feedback terminal system
Download PDF

Info

Publication number
CN109768998A
CN109768998ACN201910180123.0ACN201910180123ACN109768998ACN 109768998 ACN109768998 ACN 109768998ACN 201910180123 ACN201910180123 ACN 201910180123ACN 109768998 ACN109768998 ACN 109768998A
Authority
CN
China
Prior art keywords
server
client
picture
module
android
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN201910180123.0A
Other languages
Chinese (zh)
Inventor
宋占伟
邢建华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jilin University
Original Assignee
Jilin University
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 Jilin UniversityfiledCriticalJilin University
Priority to CN201910180123.0ApriorityCriticalpatent/CN109768998A/en
Publication of CN109768998ApublicationCriticalpatent/CN109768998A/en
Priority to AU2019101539Aprioritypatent/AU2019101539A4/en
Pendinglegal-statusCriticalCurrent

Links

Landscapes

Abstract

The present invention relates to electronic information science fields, provide a kind of graph text information feedback terminal system based on Android, run on the mobile device of Android 7.1.1 edition system.The system integration two dimensional code unit, client suspension push-button unit, Socket communication unit, server picture and text showing unit and server local picture library unit.User can obtain its IP address by client scan server end two dimensional code and port numbers establish Socket connection.Clicking point to key in client can arrive to endpoint server, and clicking suspension key can be with real-time interception screen shots and by intercepted picture transfer to server end, and server end again shows the picture.The design independent of third-party server using own local area network in the case where realize communication between Android mobile terminal, the safety of transmission, reliability can be improved and improve resource utilization.

Description

A kind of graph text information feedback terminal system based on Android
Technical field
The present invention is a kind of based on Android mobile terminal system, realizes multiple client to a client wirelessPicture and text information are transmitted in local area network.The invention belongs to electronic information science technical field.
Background technique
Internet technology is mainly applied to the scenes such as traditional meeting and classroom by the content of this research.Traditional meetingSystem is unidirectional a pair of of multi information transmission, so that relater can not understand the idea and information reception condition of audience.TogetherWhen, computer equipment maintenance is at high cost, not portable;Carrying out the communication comprising important information such as meeting using third-party server willFace Network Security Vulnerabilities.This system pass through use mobile terminal, planar bar code technology based on Android7.1.1, to meeting,The approach of the scenes such as classroom is optimized with means, and audience can be by idea of oneself etc. in the form of terminal screenshot pictureFeed back to relater.Meanwhile communication connection is established in a manner of client scan two dimensional code, make independent of third-party serverIt must communicate safer and more reliable.
Android system is to occupy most of intelligent mobile terminal based on the mobile terminal operating system of Linux exploitationThe market share.Wherein, the spies such as permission and ART virtual machine when Android7.1.1 system has multiwindow mode, operationProperty, it is feature-rich intrepid.Wireless office and network are to be transmitted based on IEEE802.11 standard in 2.4GHz or 5GHz radio-frequency rangeData stabilization, quickly, therefore is widely used.
Summary of the invention
The graph text information feedback system fortune core function of Android is independent of third-party server, merely with existingThere is local area network to realize multimedia communication of multiple clients for running on Android 7.1.1 to a server, it can be timelyThe graph text information of client is fed back into server.Using concentrated meeting model and C/S (Client/Server, visitorFamily end/server) software architecture, client and server are all made of the intelligent movable equipment of Android7.1.1 version.The Android device is to possess the running memory of 4GB based on valiant imperial 625 processor of high pass, 1920*1200 resolution display,It is equipped with 8,000,000 pixel camera heads simultaneously, supports double frequency WIFI.Its specific embodiment is as follows: a kind of based on Android'sThe design of graph text information feedback system includes two dimensional code unit, client suspension push-button unit, Socket communication unit, serverPicture and text showing unit and server local picture library unit.
Its IP address in WLAN is generated two-dimension code image in server end by two dimensional code unit, and client is logicalThe foundation that the two dimensional code obtains the IP address of server and port number information is Socket communication is over-scanned to prepare.
The client suspension push-button unit, which can create a key, makes it be suspended in entire screen, and gesture is supported to graspMake that the operation such as it can be pulled, click.Suspension key is clicked, screenshotss behaviour will be carried out to client present displayed contentMake, generates Bitmap image.
The Socket communication unit is after client obtains server end IP address and port numbers, it is established that SocketCommunication, and by the information such as client sending information and picture.Server is receiving the picture from clientIt is stored to after file in storage.
The server picture and text showing unit shows the situation of registering of client in the form of a list respectively;What text was shownForm shows communications progress and source client user name;Picture shows that control shows picture and can put to itGreatly, it reduces.Translation is checked.
The server local picture library unit can be opened by server key, browse local picture library, and picture is chosenIt is shown on screen afterwards.
As a kind of design scheme, the client and server two dimensional code unit are divided into two parts realization.In server end,Core function is mainly completed to realize in GenerateQRCode class dependent on the Zxing integrated in Java core packet.FirstOne step seeks to the IP address by WifiManager case-based system server itself, and IP address is carried out encode later, rawAt monochrome pixels two-dimensional matrix, and generate Bitmap format two-dimension code image.It is integrated with Google's in client, engineeringZxing open source library, and pass through Intent and open rear camera unlatching CaptureActivity two-dimensional code scanning interface.
As a kind of design scheme, the client suspension push-button unit will acquire the SYSTEM_ of WindowManagerThe highest permission of ALERT_WINDOW can be suspended in screen.Again by pairThe parameter of WindowManager.LayoutParams configures suspension key.It joined to GesturDetector'sSupport enables key to monitor and identify gesture operation.Screen message realization is obtained by virtualDispay to cutFigure, converts thereof into Bitmap format and is stored in external storage with the format of png.
As a kind of design scheme, communication unit is realized by the short connection of Socket between the client and server.Server end creates a ServerSocket object and waits the connection request of client by accept method.Client existsAfter getting the IP address and port numbers of server, Socket connection request is sent to server and sets up Socket communication pair.Socket communication unit mainly realizes the transmission of text information and picture file.Server receive client picture file atAfter function, it is stored by file I/O stream into the specified folder of external storage.
As a kind of design scheme, the server picture and text showing unit shows the label of client using ListView controlTo situation, shows that Socket communication progress and server receive the source of picture using TextView control, use PhotoViewControl is shown as picture, and the load to picture is realized by Glide picture loading frame.The design uses Handler machineSystem realizes the update in communication thread to the interface UI of main thread.
As a kind of design scheme, this map office of the server local picture library unit is by creation oneACTION is set as ACTION_PICK, purpose be the Intent object of MediaStore and start the Intent realize open,Browsing function.Meanwhile the company between the object and picture library is established by MediaScannerConnectionClient objectIt connects, readjustment onMediaScannerConnected method is scanned picture library, realizes the real-time update function of picture library.
After above-mentioned design scheme, the beneficial effects of the present invention are:
Realize multiple client to more matchmakers of a server independent of third-party server, merely with existing local area networkThe screenshotss image information of client timely can be fed back to server by body communication.The record third party's service such as effectively preventDevice realizes the redundant operation of communication, while the network risks such as leaking data, loss of data are greatly reduced, and communicates more stableQuickly.Android device used in this secondary design is run based on valiant imperial 625 low-end microprocessor of high pass and 4GB simultaneously,It is low in cost and easy to carry, it can be used, be had higher in wider scene while the cost of the system of reductionPractical significance.
Detailed description of the invention
Fig. 1 is a kind of structural schematic diagram of the design of graph text information feedback system based on Android provided by the invention;
Fig. 2 is that the two dimensional code of server generates and client is registered statistical information interface;
Fig. 3 a is the two-dimensional code scanning interface of client;
Fig. 3 b is that client sweeps the interface after taking result return information;
Fig. 4 is customized picture file transport protocol in Socket communication unit;
Fig. 5 a is the interface that client screenshotss key is suspended in other application
Fig. 5 b is display interface of the server picture and text showing unit after receiving the screenshotss image of client;
Fig. 5 c is that server amplifies to picture, reduces and translate the demonstration graph checked;
Fig. 6 is the surface chart that server browses this map office;
Fig. 7 is the program chart of server end;
Fig. 8 is the program chart of client;
Specific embodiment
Explanation, but these examples will be further expalined to summary of the invention in conjunction with attached drawing and some examples in the following contentsOnly it is used to enumerate the present invention with the purposes and purpose of attached drawing, any type of not is constituted to real protection scope of the inventionWhat is limited, more non-that protection scope of the present invention is confined to this.
The design for shown in Fig. 1 being a kind of graph text information feedback system based on Android includes two dimensional code unit, clientSuspension push-button unit, Socket communication unit, server picture and text showing unit and server local picture library unit.
The two dimensional code unit is that client is divided in WLAN by what scanning server generated containing serverThe image in 2 D code for the IP address matched, to obtain the IP address information.
The client suspension push-button unit can be suspended in full frame, while can lead to gesture and the operation such as be pulled, clicked.It clicks suspension key and can intercept client current screen and show.
The Socket communication unit is enabled the client to as server end sending information information and picture file.TextInformation, which is mainly user name and the IP address of client, a little shows that picture file is then to function and picture file source to realizeThe screenshot picture of client.Server is saved in external storage after picture finishes receiving.
The server picture and text showing unit has mainly registered user's list of file names, picture transfer progress and figure to clientPiece display area three parts.Picture display area is used to show schemes in the screenshot picture of client and this map officePiece.
The server local picture library unit can open this map office and be browsed by server key, choose a certainIt is shown on screen after picture.Meanwhile it often receiving the screenshot picture from client and will actively update onceThis map office.
Fig. 2 is that the two dimensional code of server generates and client is registered statistical information interface.Server uses 1920*1200 resolution ratio show screen, and the interface UI is divided into two pieces of left and right, and upper left setting has registered two dimension there are two key respectivelyCode systematic function and interface turn function;One TextView control is used to show the number of registering counted on;Lower-left is provided withOne LIstView control shows specific client user's name with sliding list;Right side is arranged an ImageView and controlsPart, for showing the two-dimension code image of generation.
Function of registering is realized to the user name and IP address of server transmission client.One is first created in serverHashMap, user name are placed in Adapter the value that HashMap is also used as while showing on ListView, clientIP address be then as client unique identification as HashMap key.By the IP of client that judges newly to registerWhether location is present in the key of HashMap to ensure that each client can only be signed and once arrive.
Fig. 3 a is the two-dimensional code scanning interface of client, by by key control open 8,000,000 pixels rear camera intoRow scan operation.It is integrated into project by this open source projects by Zxing.CaptureActivity is that Zxing is supplied toUser recalls the API at scanning interface, is integrated with initialization camera, decoding and returns a series of processes such as data.Exist firstPermission dynamic is applied when registering camera permission and operation in AndroidManifest.Later, it is jumped to by IntentCaptureActivity, that is, openable rear camera opens scanning interface.
Fig. 3 b is that client sweeps the interface after taking result return information, it can be seen that client is with obtaining the IP of serverThe port numbers of location and Socket communication.The scanning result data result adjusted back in CaptureActivity passes throughThe parameter data of onActivityResult is transmitted to former activity, and by that will scan the address IP and port numbers point that parsing obtainsAt two String objects of IP address and port numbers.
Fig. 4 is customized picture file transport protocol in Socket communication unit.Complete picture is transmitted in system designFile is completed in a Socket connection, the simple association of oneself setting one Collaboration Server and client transmissions picture fileView.Agreement provides that the content of Socket connection transmission is artificially divided into 3 parts:
First part: the reception of filename length uses DataInputStream.When server end is from clientAfter Socket receives InputStream, InputStream is first packaged into DataInputStream, and pass through readIntMethod reads first header data, and is converted into an Int type data.So far the filename of picture file has been gotLength.
Second part: the byte arrays of one with filename equal length were established in the reception of filename before this, were passed through laterThe read method of InputStream reads the 2nd of entire inlet flow to the byte between (2+ filename length), this partial contentJust corresponding to the name of picture file.Byte arrays are converted into String later and have just obtained required filename.
Part III: the buffering byte arrays that a length is 1024 are founded in the reception display of file, later with the arrayThe data in InputStream are constantly read for unit until all data all read completion.
Fig. 5 a is the interface that client screenshotss key is suspended in other application.The SYSTEM_ of WindowManagerALERT_WINDOW, which is set as highest priority, makes it be suspended in screen, simultaneously because suspension push-button unit is in Service componentIt completes, so that it still is able to exist at the interface of other application.
Fig. 5 b is display interface of the server picture and text showing unit after receiving the screenshotss image of client.TextView control shows the reception progress of picture file and the source of file (in the form of user name).The change of content is thenBy upDateUI method, the interface UI is changed using Handler message mechanism.
Fig. 5 c is that server amplifies to picture, reduces and translate the demonstration graph checked.PhotoView picture is aobviousShow that region is the main undertaker of pictorial information, his ImageView carried out the zoom of function gesture operation control picture withThe reinforcement of the functions such as smooth movement.The load of picture is then to have used Glide picture loading frame.
Fig. 6 is the surface chart that server browses this map office.This map office is opened by Intent realization's.Creating an Intent object and its ACTION is arranged is ACTION_PICK, and purpose starts after being MediaStoreIntent.MidiaStore's returns the result the Uri that type is picture file, this result will be returned in onActivityResultBitmap image is converted thereof into tune method, and is shown on PhotoView control.It receives every time from clientPicture is simultaneously stored to local, requires manually to be updated picture library.
Fig. 7 is the program chart of server end.The necessary condition for establishing Socket connection as seen from the figure is that client obtainsThe IP address and port numbers of server end.Server is obtained from the IP address of body in a wlan first, and its content is integrated and is given birth toAt the picture comprising these information, it is shown on ImageView control.ServerSocket object is created simultaneously waits clientThe information of registering at end, and it is primary using the not reproducible featured configuration of the key of HashMap with a client the records such as to be only capable of.Equal records successClient user's name afterwards is shown with ListView tabular form, and the quantity of the client of having registered of statistics is passed throughTextView is shown.
It clicks after starting meeting key, into meeting interface.Server receives the picture and text for coming each clientThis information.The information such as user name show that the picture received utilizes Glide as the label in client source by TextViewPicture loading frame information is shown in PhotoView control, while there are also save picture to external memory space.
Clicking can open after this map office key, browse this map office, can be shown in after selecting a certain picturePhotoView control.This map office is actively updated after receiving the new picture from client.
Fig. 8 is the program chart of client.Client is the main producers of data, information as seen from the figure, and is led toIt crosses internal network and is returned to server.It is swept after click scan key into two dimensional code and takes interface, can will sweep the clothes gotThe two-dimension code image at business device end is parsed into corresponding IP address information and port numbers, for carrying out Socket connection.Establish connectionServer end is sent to using the user name of the machine and IP address as information of registering afterwards.Meeting interface is jumped to later, clicks lifeSuspension button can be created at suspension key, can then it be deleted by clicking delete button.Suspension key mainly completes three functionCan:
Firstly, being that highest priority is suspended in it by the SYSTEM_ALERT_WINDOW that WindowManager is arrangedOn the overall situation.Simultaneously because suspension key creation, operate in a Service when, exit application after still be able to suspendOn other application, and it is constantly in the front end of screen.
Secondly, can pull in screen: obtain GesturDetector example to onDown, onSingleTapUp,The gesture operations such as onScroll are able to carry out identification, and handle corresponding response logic;It obtains
Finally, screen printing: single machine suspension key can intercept current screen.In order to obtain full width, complete picture, cuttingIt takes moment setting suspension key setVisibility (View.GONE) to make its disappearance, calls the postDelayed of handlerMethod, and a branch thread is created, screenshotss operation is realized in this thread.Screenshotss are virtually shown by virtualDisplayShow device to obtain, by screenshot Content Transformation at Bitmap picture after screenshotss.Bitmap is stored in by file I/OExternal storage, while server end is sent to by Socket communication.
Key is set to disappear, picture is shown in screen after intercepting successfully again.After the completion of interception, by its Context resolution atBitmap picture for later be transferred to server and locally downloading calling.
It is above exactly exhaustive presentation of the present invention to specific embodiment.
It should be appreciated that the purposes of these examples is merely to illustrate the present invention and is not intended to limit the scope of the invention.In addition, it should also be understood that, those skilled in the art can do various change to the present invention after having read the present invention to technology contentsDynamic or modification, all these equivalent forms are equally fallen within the scope of the appended claims within the limits of the protection.

Claims (6)

1. a kind of graph text information feedback terminal system based on Android characterized by comprising client and server twoCommunication unit, server picture and text showing unit and service between dimension code unit, client suspension push-button unit, client and serverDevice this map office unit;The local IP address that the client and server two dimensional code unit are used to will acquire in server endAnd character string corresponding to Socket communication port numbers, generate corresponding two-dimension code image;It is opened in client by rear cameraTwo-dimensional code scanning interface scanning server end two dimensional code is opened, to obtain its IP address and port numbers;The suspension push-button unit is usedKey that is full frame, while being pulled, be registered the functions such as click event can be suspended in generating one in client;Click thisSuspension key, which can be realized, to be shown the interception of content to current screen and generates Bitmap image;The client and server are logicalLetter unit is to realize that Socket is connect with server end after the IP address and port numbers that client obtains server end, and pass throughMultithreading realizes the data communication function of multiple client and a server end, can transmit in text and picture file etc.Hold;Described map office unit be client can click keys open and browse this map office, choosing after picture can willIt shows on the screen;Simultaneously the MediaStore of server often receive the picture file from client will update figure immediatelyValut.
2. a kind of graph text information feedback terminal system based on Android according to claim 1, which is characterized in that instituteStating client and server two dimensional code unit module includes IP at server end address acquisition module, two-dimensional code generation module and clientHold the function of Response Code scan module;It is the relevant information connected by the machine wifi that the server ip address, which obtains module,WifiInfo object obtains IP address of the machine in connected WLAN;The server two-dimensional code generation module is to utilize JarCore packet Jar3.3.3 be integrated into Android project, using Java core packet integrate Zxing service to String formatIP address and port numbers encoded;Coding result is converted into a two-dimensional array and is used to indicate pixel information, recyclesBitmap picture of this pixel two-dimensional array creation comprising IP address and port number information two dimensional code, and pass through android systemImageView control show;The client Response Code scan module is the library Zxing by Google as oneModule is integrated in the project, is integrated in sweeping in the library Zxing by rear camera unlatching after the permission of acquisition camera laterTwo dimensional code interface is retouched, and will acquire scanning result and be parsed into the IP address of server and the character string of port number information;ClientThe basis of client and server communication will be become by sweeping the IP address got and port numbers.
3. a kind of graph text information feedback terminal system based on Android according to claim 2, which is characterized in that instituteStating client suspension push-button unit includes suspension key module and screen capture module;The suspension key module can pass through acquisitionThe highest permission of the SYSTEM_ALERT_WINDOW of WindowManager can be suspended in entire screen, while the listMember is using Android Service component as carrier, so that suspension key also can have in other program interfaces;Client is hardPart equipment is based on Android 7.1.1, ten touch of support screen and gesture operation;Key is provided with towing function on this basisCan, blank space is moved into when keying body shelters from key message;The screen capture module is after clicking suspension key, to beThe picture material that system explanation goes current screen to show is the core carrier of the information transmission of this system;Screenshotss image is converted intoBitmap object, and be transmitted to server end and save to local external storage.
4. a kind of graph text information feedback terminal system based on Android according to claim 3, which is characterized in that instituteStating server and client communication unit includes Socket document transmission module and file storage module;The server endSocket module is the IP address and port numbers that client obtains server by two-dimensional code scanning, and on this basis with clothesBusiness device sets up multithreading Socket communication connection;Socket communication in the form of file I/O prevailing transmission String text andThe snapshot that the acquisition of screenshotss unit was registered and transported through to user end to server may be implemented in the content of two kinds of forms of filePiece file;The file storage module is after client interception picture success and client/server receive picture success, by itIt is stored by file I/O to server outer memory area;It authority acquiring external storage permission and is created when being run by AndroidA file is built, saves picture file to external storage file finally by transport protocol flourish in a customized fileIn folder, the backup to communications records is realized.
5. a kind of graph text information feedback terminal system based on Android according to claim 4, which is characterized in that instituteStating server display unit includes list display module, text information display module and image display, is shown with upper moduleShow on the display screen of server 1920*1200 resolution ratio;The list display module of the server passes through ListViewControl shows the user name of client to count situation of registering;The text information display module is shown by TextView controlThe progress of communication and the image credit information received;Described image display module uses PhotoView control as imageThe display carrier of information makes it have gesture amplification, reduce, the function that translation is checked;The loaded and displayed of picture is schemed by GlidePiece loading frame;The above main thread UI control content realized in the update of branch communication line journey by Handler mechanism, is avoided and isSystem interface obstruction, the generation without situations such as responses.
6. a kind of graph text information feedback terminal system based on Android according to claim 5, which is characterized in that instituteStating this map office unit includes picture library browsing module and picture library update module;The picture library browsing module is by by Intent objectACTION be set as ACTION_PICK obtain picture library content Uri, then by Glide picture loading frame to its intoIt is shown in server display unit after row load, so that user's browsing is checked;The picture library update module creates oneMediaScannerConnectionClient object the whole nation its connect with MediaStore after realize to the scanning of picture library withIt updates, it is ensured that the picture received from client can carry out browsing in real time by picture library and check.
CN201910180123.0A2019-03-112019-03-11 An Android-based graphic information feedback terminal systemPendingCN109768998A (en)

Priority Applications (2)

Application NumberPriority DateFiling DateTitle
CN201910180123.0ACN109768998A (en)2019-03-112019-03-11 An Android-based graphic information feedback terminal system
AU2019101539AAU2019101539A4 (en)2019-03-112019-12-09Android-based image and text information feedback terminal system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201910180123.0ACN109768998A (en)2019-03-112019-03-11 An Android-based graphic information feedback terminal system

Publications (1)

Publication NumberPublication Date
CN109768998Atrue CN109768998A (en)2019-05-17

Family

ID=66458674

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201910180123.0APendingCN109768998A (en)2019-03-112019-03-11 An Android-based graphic information feedback terminal system

Country Status (2)

CountryLink
CN (1)CN109768998A (en)
AU (1)AU2019101539A4 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110263006A (en)*2019-06-252019-09-20上海连尚网络科技有限公司A kind of method and apparatus for downloading file on a user device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112988675B (en)*2021-03-122023-02-21麒麟软件有限公司 A Android file classification display method based on Linux file manager

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102185884A (en)*2011-03-182011-09-14北京易视腾科技有限公司Multi-screen interaction method and system
CN104683877A (en)*2015-02-122015-06-03四川长虹电器股份有限公司TV remote text input method
US20160217217A1 (en)*2015-01-282016-07-28Wesley John BoudvilleMobile photo sharing via barcade, sound or collision
CN107491277A (en)*2017-08-032017-12-19成都弈览科技有限公司The method being controlled with Mobile phone touch control screen to giant-screen equipment
CN107589922A (en)*2017-10-142018-01-16南京信安宝信息科技有限公司A kind of cloud Method of printing and system based on commission PIN code
CN109218444A (en)*2018-10-202019-01-15吉林大学A kind of wireless digital image delivering system based on Android

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102185884A (en)*2011-03-182011-09-14北京易视腾科技有限公司Multi-screen interaction method and system
US20160217217A1 (en)*2015-01-282016-07-28Wesley John BoudvilleMobile photo sharing via barcade, sound or collision
CN104683877A (en)*2015-02-122015-06-03四川长虹电器股份有限公司TV remote text input method
CN107491277A (en)*2017-08-032017-12-19成都弈览科技有限公司The method being controlled with Mobile phone touch control screen to giant-screen equipment
CN107589922A (en)*2017-10-142018-01-16南京信安宝信息科技有限公司A kind of cloud Method of printing and system based on commission PIN code
CN109218444A (en)*2018-10-202019-01-15吉林大学A kind of wireless digital image delivering system based on Android

Cited By (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110263006A (en)*2019-06-252019-09-20上海连尚网络科技有限公司A kind of method and apparatus for downloading file on a user device

Also Published As

Publication numberPublication date
AU2019101539A4 (en)2020-01-23

Similar Documents

PublicationPublication DateTitle
US20230305795A1 (en)Virtual workspace viewport following in collaboration systems
US9753888B2 (en)Information processing device and conference system
US8924862B1 (en)Optimizing desktop sharing for wireless clients during networked collaboration
USRE47384E1 (en)Generating link information to access a file stored in a storage area associated with user identification information
US7565381B2 (en)Smart synchronization using created manifest
US8112548B2 (en)Method for providing a clip for viewing at a remote device
US9509731B2 (en)Information processing apparatus, information processing system, and information display method
US9189177B2 (en)Content outputting method, content server and mediation server
WO2016107400A1 (en)Method and system for binding user account number to image formation device by mobile terminal
CN106559598B (en)Information processing equipment and information processing method
CN102591980A (en)Method and system used for classifying image files in instant messaging
US20150149586A1 (en)Information processing apparatus, information processing method, and information processing system
AU2022257125B2 (en)Information processing method and apparatus, and storage medium
CN109768998A (en) An Android-based graphic information feedback terminal system
US20140051418A1 (en)Secure method to exchange digital content between a scanning appliance and sms-enabled device
US20100027050A1 (en)Dynamic bridging of web-enabled components
CN104394200A (en)A method for performing simultaneous preview and display between a mobile device and a web terminal
CN104011710A (en) Mobile solution for importing and signing third-party electronically signed documents
US20080036779A1 (en)Method and system for managing apparatus
CN103995680A (en)Terminal remote communication printing method and printing system thereof
CN109218444A (en)A kind of wireless digital image delivering system based on Android
CN116720018A (en)Picture loading method, picture loading device, electronic equipment and storage medium
CN104702578A (en)Terminal communication method and terminal
US10630864B2 (en)Image forming apparatus, image forming system, and communication processing method allowing log storage of remote maintenance connection
US20100095355A1 (en)Information processing apparatus and information processing method

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
WD01Invention patent application deemed withdrawn after publication
WD01Invention patent application deemed withdrawn after publication

Application publication date:20190517


[8]ページ先頭

©2009-2025 Movatter.jp