Course Design day13

First, work today

The main task today is to implement a search condition within the navigation method of displaying information and implementation possibilities.

The first method: direct draw air bubbles navigation interface

 

 Since navigation is referenced from third-party libraries, not yet determine the feasibility of this approach.

The second method: split-screen realization

 

For example above shows general routes interface (condition information containing air bubbles, etc.), navigation route shown below (including voice broadcast, etc.).

After searching online, this approach is achievable

 

Activity in the launch of a new multi-window mode

 

When starting a new Activity, the system can prompt the user if possible, the new Activity is displayed next to the current Activity. To do this, use the flag Intent.FLAG_ACTIVITY_LAUNCH_TO_ADJACENT.

If you are using Android N SDK to build applications and more, you can support the application of the Activity display and multi-window display configuration. In the configuration list, node set android: resizeableActivity = [ "true" | "false"] This attribute, if, Activity will be able to start the split-screen and free-form mode is true; if set to false, Activity will not support multi-window mode. And the user attempts to start Activity in the multi-window mode, the full screen will Activity. If this attribute is not specified, the default is true. 

But if this approach, then, for there are some problems on the main interface of each function is assigned, it also requires us to discuss the follow-up

 

Second, the task tomorrow

1, continue to search for relevant information, to discuss the feasibility

2, if you can, begin testing to achieve Andrews split screen, etc.

 

Third, the summary

This week's progress is also good, the next week our focus will shift to the team and navigation display module, also we need to invest more effort to complete

This feature, continue to fuel strategy! ! !

 

 

Guess you like

Origin www.cnblogs.com/yang1013/p/11440235.html