CN105760156A - Main menu navigation method based on Android system - Google Patents

Main menu navigation method based on Android system Download PDF

Info

Publication number
CN105760156A
CN105760156A CN201610064847.5A CN201610064847A CN105760156A CN 105760156 A CN105760156 A CN 105760156A CN 201610064847 A CN201610064847 A CN 201610064847A CN 105760156 A CN105760156 A CN 105760156A
Authority
CN
China
Prior art keywords
interface
layout
tab
main
main menu
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.)
Granted
Application number
CN201610064847.5A
Other languages
Chinese (zh)
Other versions
CN105760156B (en
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.)
Fujian Star Net Communication Co Ltd
Original Assignee
Fujian Star Net Communication Co Ltd
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 Fujian Star Net Communication Co Ltd filed Critical Fujian Star Net Communication Co Ltd
Priority to CN201610064847.5A priority Critical patent/CN105760156B/en
Publication of CN105760156A publication Critical patent/CN105760156A/en
Application granted granted Critical
Publication of CN105760156B publication Critical patent/CN105760156B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • 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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • 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

Abstract

The invention provides a main menu navigation method based on an Android system. The method comprises the following steps that 1, a main interface of a main menu is laid out; 2, a new interface is presented; 3, the precious interface is returned, and the new interface is destroyed; 4, switching operation among tabs of the interface is performed. According to the method, the menu supplied by a client side with a middle-large business system based on an Android platform is always navigated at the bottom, a saved operation result can be well embodied, therefore, the experience degree of a client is improved, and user operation is easy.

Description

A kind of main menu air navigation aid based on android system
Technical field
The present invention relates to communication technique field, particularly relate to the air navigation aid of a kind of main menu based on android system.
Background technology
Along with the extensive use of mobile client, complicated business operation transfers to mobile client from web, PC, such as the complex operations such as the operation system of medium-sized and small enterprises, information management system, and the demand that many category informations browse at the different pages simultaneously is day by day urgent.
And the APP menu navigation overwhelming majority of android system provides several tabs to switch navigation by the main menu at main interface now, by the actions such as the click of tab or slip being redirected the next page (Activity), the emerging page covers above the previous page, new page operates again, again establishment new page is covered top, is repeated in.If now user needs to be switched to other tabs, it is necessary to returns from level to level, returns to main menu, just can be switched to other tabs, and the operating result before user is destroyed in each returns.Or existing be place an entrance returning to main menu at each page, such as button etc., although so, be also that interface is complicated, lack unity and coherence.Also there is the case using Android characteristic Fragement assembly nested, but at run duration, internal memory only increases.
Summary of the invention
The technical problem to be solved in the present invention, it is in that to provide a kind of main menu air navigation aid based on android system, the client achieving the medium-and-large-sized operation system based on Android platform provides menu to navigate in bottom always, the method that the operating result preserved can embody very well, improve the Experience Degree of client, and user operation is simple.
The present invention is achieved in that a kind of main menu air navigation aid based on android system, and described method comprises the steps:
Step 1, layout main menu main interface:
Building the main interface of upper, middle and lower three part as required, title and multiple button are placed in main interface, top, and middle main interface is content part, and main interface, lower section is main menu navigation bar;The middle main interface content part tab according to main menu, is filled with Fragment assembly respectively;
Step 2, present new interface:
User clicks any one tab, creates top interface, clicks according to user every time, opens new interface one by one;Each new interface is a fragment assembly, finally arranges a transparent frame layout FrameLayout at Fragment assembly layout;When N+1 new interface creating, put in the transparent frame layout FrameLayout at n-th interface, present to the interface that user is up-to-date;
Step 3, return to previous interface and destroy new interface:
If user clicks return, by the frame layout FrameLayout from n-th interface removing and destroying, just present to the previous interface of user releasing memory;Repeat the 2nd step and the 3rd step, obtain the up-to-date operating result of the tab at previous interface.
Further, described method also includes handover operation between the tab at interface, this operation is not particularly as follows: under changing the premise of operating result of previous tab, user clicks other tabs, then repeat described second step and third step, the result of one group of operation can be obtained, so between tab during switching, the latest result that each tab operates can be seen.
Further, described step 1 specifically farther includes:
Step 11, establishment interface base class BaseActionbarActivity, inherit AppCompatActivity class, it is achieved self defined interface IActivityInit;Interface IActivityInit defines the operation that a series of interface needs to realize, and described operation includes: was operated before arranging display interface setContentView, arranges layout, initializes interface control and initialize interface data;
Step 12, create main interface MainActivity, inherit BaseActionbarActivity class;Main menu layout is divided into upper, middle and lower three part;
Step 13, by the ActionBar instrument of AppCompatActivity apoplexy due to endogenous wind, it is achieved the title at main interface, top and multiple button, accept title and button are dynamically set;
Step 14, in interface layout Layout place a frame layout FrameLayout as content container, if id is contentLayout, follow-up all of display content is filled in this layout L ayout;
Step 15, arranging navigation bar in layout L ayout, navigation bar is placed in the bottom of layout;Multiple tab is set, click tab, utilize beginTransaction () function in the FragmentManager of layout to obtain type FragmentTransaction, switch between top Fragment assembly, change the content in contentLayout.
Further, described step 2 specifically farther includes:
Create multiple Fragment assembly:
Step 21, establishment base class BaseFragment, inherit Fragment assembly, it is achieved self defined interface IFragmentInit, interface IFragmentInit define the interface that a series of interface needs to realize, similar with interface IActivityInit, further comprises unified Toast management;This interface realizes the function redirected between Fragement interface, interface returns, and completes new interface example and creates and destroy work;
Step 22, according to business demand, create a series of Fragement assembly, universal succession BaseFragment class, after each topology file creates concrete contents and distribution, in the end create a transparent frame layout FrameLayout, wide and height is both configured to property value fill_parent, transparent frame layout FrameLayout using the container as new interface, and this is to realize one of nested key of the page.
Further, described method can realize redirecting between interface, particularly as follows:
At N level interface, user clicks the entry at this interface, picture or button, opens new interface, N+1 level interface;
At N level interface ListFragment, getChildFragmentManager () is adopted to obtain FragmentManager;
The beginTransaction () utilizing FragmentManager obtains FragmentTransaction, by replace (intcontainerViewId, Fragmentfragment) function, is substituted into the transparent layout transparentFramelayout in the listFragement layout of N level interface N+1 level interface deviceFragement;
Utilize show () and the commitAllowingStateLoss () function of FragmentTransaction, present new interface content to user.
Further, described method realizes interface and returns, particularly as follows:
At N level interface ListFragment, adopt getChildFragmentManager () function to obtain the FragmentManager in layout, utilize beginTransaction () function in FragmentManager to obtain type FragmentTransaction;
BeginTransaction () is utilized to obtain type FragmentTransaction;Using the method remove (Fragmentfragment) in FragmentTransaction to remove N+1 level interface deviceFragement, the interface deviceFragement being removed no longer is cited, and reclaims and destroys, releasing memory;
The commitAllowingStateLoss () function utilizing FragmentTransaction realizes remaining transparent layout transparentFramelayout, thus realizing the interfacial effect returned.
Further, between described tab, handover operation is further specifically:
The example of ListFragment, AreaFragment, ScenceFragment, MoreFragment is created at main interface when initializing;GetSupportFragmentManager () function is adopted to obtain the FragmentManager of layout, beginTransaction () function is utilized to obtain type FragmentTransaction, example is added in FragmentTransaction, by show, switching page label;Each tab presents the interface result that this tab is up-to-date.
Present invention have the advantage that the present invention passes through the main interface of layout main menu;Carry out again presenting new interface;Carry out again returning to previous interface and destroying the operation at new interface;Thus realizing the mode of the main menu navigation of android system.Present invention achieves the client of the medium-and-large-sized operation system based on Android platform provides menu to navigate in bottom always, and the method that the operating result of preservation can embody very well improves the Experience Degree of client, and user operation is simple.
Accompanying drawing explanation
Fig. 1 is the inventive method schematic flow sheet.
Detailed description of the invention
Refer to shown in Fig. 1, a kind of main menu air navigation aid based on android system of the present invention, it is characterised in that: described method comprises the steps:
Step 1, layout main menu main interface:
Building the main interface of upper, middle and lower three part as required, title and multiple button are placed in main interface, top, and middle main interface is content part, and main interface, lower section is main menu navigation bar;The middle main interface content part tab according to main menu, is filled with Fragment assembly respectively;
Step 2, present new interface:
User clicks any one tab, creates top interface, clicks according to user every time, opens new interface one by one;Each new interface is a fragment assembly, finally arranges a transparent FrameLayout at Fragment assembly layout;When N+1 new interface creating, put in the transparent FrameLayout at n-th interface, present to the interface that user is up-to-date;
Step 3, return to previous interface and destroy new interface:
If user clicks return, by the FrameLayout from n-th interface removing and destroying, just present to the previous interface of user (namely previous interface is N-1) releasing memory;Repeat the 2nd step and the 3rd step, obtain the up-to-date operating result of this tab.
Described method also includes handover operation between the tab at interface, this operation is not particularly as follows: under changing the premise of operating result of previous tab, user clicks other tabs, then repeat described second step and third step, the result of one group of operation can be obtained, so between tab during switching, the latest result that each tab operates can be seen, namely complete tab handover operation process.
Described step 1 specifically farther includes:
Step 11, establishment interface base class BaseActionbarActivity, inherit AppCompatActivity class, it is achieved self defined interface IActivityInit;Interface IActivityInit defines the operation that a series of interface needs to realize, and described operation includes: was operated before arranging display interface setContentView, arranges layout, initializes interface control and initialize interface data;
Step 12, create main interface MainActivity, inherit BaseActionbarActivity class;Main menu layout is divided into upper, middle and lower three part;
Step 13, by the ActionBar instrument of AppCompatActivity apoplexy due to endogenous wind, it is achieved the title at main interface, top and multiple button, accept title and button are dynamically set;
Step 14, in interface layout Layout place a frame layout FrameLayout as content container, if id is contentLayout, follow-up all of display content is filled in this layout L ayout;
Step 15, arranging navigation bar in layout L ayout, navigation bar is placed in the bottom of layout;Multiple tab is set, click tab, utilize beginTransaction () function in the FragmentManager of layout to obtain type FragmentTransaction, switch between top Fragment assembly, change the content in contentLayout.
Described step 2 specifically farther includes:
Create multiple Fragment assembly:
Step 21, establishment base class BaseFragment, inherit Fragment assembly, it is achieved self defined interface IFragmentInit, interface IFragmentInit define the interface that a series of interface needs to realize, similar with interface IActivityInit, further comprises unified Toast management;This interface realizes the function redirected between Fragement interface, interface returns, and completes new interface example and creates and destroy work;
Step 22, according to business demand, create a series of Fragement assembly, universal succession BaseFragment class, after each topology file creates concrete contents and distribution, in the end create a transparent frame layout FrameLayout, wide and height is both configured to property value fill_parent, transparent frame layout FrameLayout using the container as new interface, and this is to realize one of nested key of the page.
Described method can realize redirecting between interface, particularly as follows:
At N level interface, user clicks the entry at this interface, picture or button, opens new interface, N+1 level interface;In actual applications, such as an example listFragement (display device list) of ListFragment, click an entry (equipment), create an example deviceFragement (display device details) of DeviceFragment.
At N level interface ListFragment, getChildFragmentManager () is adopted to obtain FragmentManager;Rather than adopt getFragmentManager () to obtain FragmentManager.This is one of nested key of the page, the problem that will solve timely releasing memory.
The beginTransaction () utilizing FragmentManager obtains FragmentTransaction, by replace (intcontainerViewId, Fragmentfragment) function, is substituted into the transparent layout transparentFramelayout in the listFragement layout of N level interface N+1 level interface deviceFragement;
Utilize show () and the commitAllowingStateLoss () function of FragmentTransaction, present new interface content to user.
Described method realizes interface return, particularly as follows:
At N level interface ListFragment, adopt getChildFragmentManager () function to obtain the FragmentManager in layout, utilize beginTransaction () function in FragmentManager to obtain type FragmentTransaction;
BeginTransaction () is utilized to obtain type FragmentTransaction;Using the method remove (Fragmentfragment) in FragmentTransaction to remove N+1 level interface deviceFragement, the interface deviceFragement being removed no longer is cited, and reclaims and destroys, releasing memory;
The commitAllowingStateLoss () function utilizing FragmentTransaction realizes remaining transparent layout transparentFramelayout, thus realizing the interfacial effect returned.
Between described tab, handover operation is further specifically:
The example of ListFragment, AreaFragment, ScenceFragment, MoreFragment is created at main interface when initializing;GetSupportFragmentManager () function is adopted to obtain the FragmentManager of layout, beginTransaction () function is utilized to obtain type FragmentTransaction, example is added in FragmentTransaction, by show, switching page label;Each tab presents the interface result that this tab is up-to-date.
In a word, the present invention main interface by layout main menu;Carry out again presenting new interface;Carry out again returning to previous interface and destroying the operation at new interface;Thus realizing the mode of the main menu navigation of android system.Present invention achieves the client of the medium-and-large-sized operation system based on Android platform provides menu to navigate in bottom always, and the method that the operating result of preservation can embody very well improves the Experience Degree of client, and user operation is simple.
The foregoing is only presently preferred embodiments of the present invention, all equalizations done according to the present patent application the scope of the claims change and modify, and all should belong to the covering scope of the present invention.

Claims (7)

1. the main menu air navigation aid based on android system, it is characterised in that: described method comprises the steps:
Step 1, layout main menu main interface:
Building the main interface of upper, middle and lower three part as required, title and multiple button are placed in main interface, top, and middle main interface is content part, and main interface, lower section is main menu navigation bar;The middle main interface content part tab according to main menu, is filled with Fragment assembly respectively;
Step 2, present new interface:
User clicks any one tab, creates top interface, clicks according to user every time, opens new interface one by one;Each new interface is a fragment assembly, finally arranges a transparent frame layout FrameLayout at Fragment assembly layout;When N+1 new interface creating, put in the transparent frame layout FrameLayout at n-th interface, present to the interface that user is up-to-date;
Step 3, return to previous interface and destroy new interface:
If user clicks return, by the frame layout FrameLayout from n-th interface removing and destroying, just present to the previous interface of user releasing memory;Repeat the 2nd step and the 3rd step, obtain the up-to-date operating result of the tab at previous interface.
2. a kind of main menu air navigation aid based on android system according to claim 1, it is characterized in that: described method also includes handover operation between the tab at interface, this operation is not particularly as follows: under changing the premise of operating result of previous tab, user clicks other tabs, then repeat described second step and third step, the result of one group of operation can be obtained, so between tab during switching, the latest result that each tab operates can be seen.
3. a kind of main menu air navigation aid based on android system according to claim 1, it is characterised in that: described step 1 specifically farther includes:
Step 11, establishment interface base class BaseActionbarActivity, inherit AppCompatActivity class, it is achieved self defined interface IActivityInit;Interface IActivityInit defines the operation that a series of interface needs to realize, and described operation includes: was operated before arranging display interface setContentView, arranges layout, initializes interface control and initialize interface data;
Step 12, create main interface MainActivity, inherit BaseActionbarActivity class;Main menu layout is divided into upper, middle and lower three part;
Step 13, by the ActionBar instrument of AppCompatActivity apoplexy due to endogenous wind, it is achieved the title at main interface, top and multiple button, accept title and button are dynamically set;
Step 14, in interface layout Layout place a frame layout FrameLayout as content container, if id is contentLayout, follow-up all of display content is filled in this layout L ayout;
Step 15, arranging navigation bar in layout L ayout, navigation bar is placed in the bottom of layout;Multiple tab is set, click tab, utilize beginTransaction () function in the FragmentManager of layout to obtain type FragmentTransaction, switch between top Fragment assembly, change the content in contentLayout.
4. a kind of main menu air navigation aid based on android system according to claim 3, it is characterised in that: described step 2 specifically farther includes:
Create multiple Fragment assembly:
Step 21, establishment base class BaseFragment, inherit Fragment assembly, it is achieved self defined interface IFragmentInit, interface IFragmentInit define the interface that a series of interface needs to realize, similar with interface IActivityInit, further comprises unified Toast management;This interface realizes the function redirected between Fragement interface, interface returns, and completes new interface example and creates and destroy work;
Step 22, according to business demand, create a series of Fragement assembly, universal succession BaseFragment class, after each topology file creates concrete contents and distribution, in the end create a transparent frame layout FrameLayout, wide and height is both configured to property value fill_parent, transparent frame layout FrameLayout using the container as new interface, and this is to realize one of nested key of the page.
5. a kind of main menu air navigation aid based on android system according to claim 1, it is characterised in that:
Described method can realize redirecting between interface, particularly as follows:
At N level interface, user clicks the entry at this interface, picture or button, opens new interface, N+1 level interface;
At N level interface ListFragment, getChildFragmentManager () is adopted to obtain FragmentManager;
The beginTransaction () utilizing FragmentManager obtains FragmentTransaction, by replace (intcontainerViewId, Fragmentfragment) function, is substituted into the transparent layout transparentFramelayout in the listFragement layout of N level interface N+1 level interface deviceFragement;
Utilize show () and the commitAllowingStateLoss () function of FragmentTransaction, present new interface content to user.
6. a kind of main menu air navigation aid based on android system according to claim 1, it is characterised in that:
Described method realizes interface return, particularly as follows:
At N level interface ListFragment, adopt getChildFragmentManager () function to obtain the FragmentManager in layout, utilize beginTransaction () function in FragmentManager to obtain type FragmentTransaction;
BeginTransaction () is utilized to obtain type FragmentTransaction;Using the method remove (Fragmentfragment) in FragmentTransaction to remove N+1 level interface deviceFragement, the interface deviceFragement being removed no longer is cited, and reclaims and destroys, releasing memory;
The commitAllowingStateLoss () function utilizing FragmentTransaction realizes remaining transparent layout transparentFramelayout, thus realizing the interfacial effect returned.
7. a kind of main menu air navigation aid based on android system according to claim 2, it is characterised in that:
Between described tab, handover operation is further specifically:
The example of ListFragment, AreaFragment, ScenceFragment, MoreFragment is created at main interface when initializing;GetSupportFragmentManager () function is adopted to obtain the FragmentManager of layout, beginTransaction () function is utilized to obtain type FragmentTransaction, example is added in FragmentTransaction, by show, switching page label;Each tab presents the interface result that this tab is up-to-date.
CN201610064847.5A 2016-01-29 2016-01-29 A kind of main menu air navigation aid based on android system Active CN105760156B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610064847.5A CN105760156B (en) 2016-01-29 2016-01-29 A kind of main menu air navigation aid based on android system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610064847.5A CN105760156B (en) 2016-01-29 2016-01-29 A kind of main menu air navigation aid based on android system

Publications (2)

Publication Number Publication Date
CN105760156A true CN105760156A (en) 2016-07-13
CN105760156B CN105760156B (en) 2019-09-20

Family

ID=56342815

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610064847.5A Active CN105760156B (en) 2016-01-29 2016-01-29 A kind of main menu air navigation aid based on android system

Country Status (1)

Country Link
CN (1) CN105760156B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107197393A (en) * 2017-06-16 2017-09-22 广州荔枝网络有限公司 A kind of implementation method of singleton video player
CN107315580A (en) * 2017-04-17 2017-11-03 阿里巴巴集团控股有限公司 Component processing method, device and the equipment of user interface, computer-readable recording medium
CN108153564A (en) * 2016-12-02 2018-06-12 北京京东尚科信息技术有限公司 Methods for interface management, equipment and system
WO2018130085A1 (en) * 2017-01-11 2018-07-19 阿里巴巴集团控股有限公司 Method and apparatus for page presentation
CN108920227A (en) * 2018-05-15 2018-11-30 北京五八信息技术有限公司 A kind of method, apparatus, storage medium and the equipment of multi-page slide handover
CN109426535A (en) * 2017-08-24 2019-03-05 武汉斗鱼网络科技有限公司 A kind of method jumping to page designated position, storage medium, equipment and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019527A (en) * 2012-12-05 2013-04-03 西安航空电子科技有限公司 Menu rapid operating method based on bi-rotation button
CN103377051A (en) * 2013-07-16 2013-10-30 广东欧珀移动通信有限公司 Application interface customizing method based on Android system
CN104135684A (en) * 2014-07-17 2014-11-05 Tcl集团股份有限公司 A method and a device for displaying an interface based on a Firefox OS
CN104484101A (en) * 2014-12-11 2015-04-01 深圳市艾派应用系统有限公司 Menu display method for intelligent terminal and intelligent terminal
US20150149927A1 (en) * 2013-11-27 2015-05-28 Facebook, Inc. Communication user interface systems and methods

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019527A (en) * 2012-12-05 2013-04-03 西安航空电子科技有限公司 Menu rapid operating method based on bi-rotation button
CN103377051A (en) * 2013-07-16 2013-10-30 广东欧珀移动通信有限公司 Application interface customizing method based on Android system
US20150149927A1 (en) * 2013-11-27 2015-05-28 Facebook, Inc. Communication user interface systems and methods
CN104135684A (en) * 2014-07-17 2014-11-05 Tcl集团股份有限公司 A method and a device for displaying an interface based on a Firefox OS
CN104484101A (en) * 2014-12-11 2015-04-01 深圳市艾派应用系统有限公司 Menu display method for intelligent terminal and intelligent terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
RICKY_FUNG: "Android Fragment嵌套使用", 《HTTPS://BLOG.CSDN.NET/TOP CODE/ARTICLE/DETAILS/37343075》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153564A (en) * 2016-12-02 2018-06-12 北京京东尚科信息技术有限公司 Methods for interface management, equipment and system
CN108153564B (en) * 2016-12-02 2022-02-01 北京京东尚科信息技术有限公司 Interface management method, device and system and computer readable storage medium
WO2018130085A1 (en) * 2017-01-11 2018-07-19 阿里巴巴集团控股有限公司 Method and apparatus for page presentation
CN107315580A (en) * 2017-04-17 2017-11-03 阿里巴巴集团控股有限公司 Component processing method, device and the equipment of user interface, computer-readable recording medium
CN107197393A (en) * 2017-06-16 2017-09-22 广州荔枝网络有限公司 A kind of implementation method of singleton video player
CN109426535A (en) * 2017-08-24 2019-03-05 武汉斗鱼网络科技有限公司 A kind of method jumping to page designated position, storage medium, equipment and system
CN109426535B (en) * 2017-08-24 2021-11-09 武汉斗鱼网络科技有限公司 Method, storage medium, equipment and system for jumping to specified position of page
CN108920227A (en) * 2018-05-15 2018-11-30 北京五八信息技术有限公司 A kind of method, apparatus, storage medium and the equipment of multi-page slide handover

Also Published As

Publication number Publication date
CN105760156B (en) 2019-09-20

Similar Documents

Publication Publication Date Title
CN105760156A (en) Main menu navigation method based on Android system
CN1152320C (en) Web page adaption system relative to size of display screen and window
US7237227B2 (en) Application user interface template with free-form layout
CN103995884A (en) Hybrid application page switching method and system
CN102947792B (en) WEB application transitioning and transient WEB applications
CN107818163A (en) Page display method, device, computer equipment and storage medium
CN103473068A (en) Customizing system and customizing method for graph real-time monitoring interface based on SVG (Scalable Vector Graphics)
CN102314434A (en) Method for combined display of page background pictures and device
CN105930467A (en) Information processing method and electronic device
CN103838576A (en) Website establishing method and device
CN108399072A (en) Five application page update method and device
CN105808594A (en) Display method and device of browser navigation page and equipment
CN106293341A (en) The multi-screen display method of a kind of application program and device
CN104283924A (en) Method and device for information push, client side and server
CN107422941A (en) Exchange method and system
CN104731590A (en) Method and device for realizing user interface controls
CN102542055A (en) Website directory display method and system
CN103648043B (en) Search control method and control device to intelligent television
CN105955593A (en) Method and device for presenting discussion information
CN108268260A (en) It is a kind of quick micro- using assemble method based on integrated support technology
CN105808076A (en) Setting method and device of browser bookmark, and terminal
CN102053792A (en) Display method of weather information and terminal
CN105915615A (en) Method for displaying application information in mobile equipment and device thereof
Bender et al. Enriching communities: Harbingers of news in the future
CN104731897A (en) Method and device for achieving information displaying

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant