Code Monkey home page Code Monkey logo

fresco-docs-cn's Introduction

fresco-docs-cn's People

Contributors

aagnes-zz avatar agnesmax avatar cooperfu avatar desmond1121 avatar francisshi avatar gazeing avatar jenics avatar jk2k avatar kswook avatar liaohuqiu avatar liungkejin avatar pedant avatar s1rius avatar sdqhzhm avatar sherlockoy avatar shutup avatar thirtyyuan avatar tokinonagare avatar uknownothingsnow avatar xxqiang1989 avatar zewait avatar zhaokaiqiang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fresco-docs-cn's Issues

Update first few pages

The Chinese sequence of pages has gotten out of date:

  • The content now in index.html needs to be moved to getting-started.html.
  • The content now in download-fresco.html needs to go to index.html. This needs to be the first page users visit after clicking the "Get Started" button.

In addition, the download-fresco.html page is still saying that Eclipse users is not supported. It is now. Please bring this up to date with the English page. We are still getting questions from users who think they have to build from source because they are using Eclipse.

I also notice there is an additional page, compile-in-android-studio.html. It looks like it is directing users to use Apricot. Can you send me an English translation of this page?

Thanks again for your help in doing this awesome translation!

setAutoPlayAnimation方法已经不可用

这个方法应该是已经被取消了,或者是被其它的方法代替。
我这里不知为何上不了原文网页,所以只好给你提交这么一个issue。
: )

License

First of all, thank you so much for doing this!!

One request - can you add a license footer? You can copy or translate what we have in _includes/footer.html and docs/sample-license.md.

文字纠错

这个地方只需要在 image request 中简单设置应改成只需要在 DraweeController 中简单设置

Update getting-started.html

getting-started.html has some text in English that seems missing in Chinese.

Specifically this English text:

For images from the network, you will need to to request Internet permission from your users. Add this line to your AndroidManifest.xml file:

<uses-permission android:name="android.permission.INTERNET"/>

Near your application startup, before your app calls setContentView(), initialize the Fresco class:

Fresco.initialize(context);

At least one issue may have been filed by someone who initialized in the wrong place.

05-multiple-apks.md 存在错误

   文中第12行末尾处:“2011年15月以后的生产的大部分Android设备都使用它。”,2011年15月,这里请作者勘误一下 
   很棒的文档 谢谢 ;-) 👍

翻译错误:关键概念-DraweeHierarchy-继承于 Drawable

译文中提到

DraweeHierarchy
继承于 Drawable, 包含用于绘制的图像数据。MVC中的M。

原文并未提到继承于Drawable。

DraweeHierarchy
This is the hierarchy of Android Drawable objects that will actually render your content. 
Think of it as the Model in an MVC.

查看源码,DraweeHierarchy只是接口。

public interface DraweeHierarchy {

  /**
   * Returns the top level drawable in the corresponding hierarchy. Hierarchy should always have
   * the same instance of its top level drawable.
   * @return top level drawable
   */
  public Drawable getTopLevelDrawable();
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.