Wiki about android-zoom-view.jar

后端 未结 2 1935
感动是毒
感动是毒 2021-01-13 01:09

Is there any Wiki or any documents on how to implement android-zoom-view.jar. I found it on http://code.google.com/p/android-zoom-view/ and i wanna try to use it on my appli

2条回答
  •  余生分开走
    2021-01-13 01:44

    When looking at the project, you can assume that it is not used (very) much. Therefore, looking for official documentation (no Javadoc is used in the source...) or tutorials seems pointless.

    So you have to do it yourself, so check out the only java source file the project has, it does not look to difficult to use:

    • Notice that the class extends the FrameLayout class, so you can assume it will behave as a regular FrameLayout. So check out FrameLayout related tutorials.
    • Focus on the public methods, as it defines the 'API' of the Zoomlayout

提交回复
热议问题