"Android Source design mode"--Abstract Factory mode

Source: Internet
Author: User

NO1:

4 Types of MediaPlayer Factory produce different MediaPlayer base classes: Stagefrightplayer, Nuplayerdriver, MIDIfile, and Testplayerstub. All four inherit and Mediaplayerbase.

No2:

Abstract Factory mode is rarely used in Android source code. For Android Development, a better app is on topic modification .

No3:

Advantages :

separating the interface and implementation , the client uses the abstract factory to create the desired object, and the client simply does not know who the specific implementation is, the client is just a product-oriented interface to be decoupled from the specific product implementation, colleagues based on the separation of interface and implementation, Make abstract The factory method mode is more flexible and easy to switch between product classes.

Disadvantages :

1) explosive increase in class files

2) It is not easy to extend the new product class, because every time we add a product class we need to modify the abstract factory, then all the specific factory classes will be modified.

"Android Source design mode"--Abstract Factory mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.