java Android 中幻灯片的示例代码
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5266604/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Sample code for a slideshow in Android
提问by Peter
I'm looking for some sample code to reference of a slideshow built in android. I was looking at these and they seem perfect but they only offer the .apk to download. I want to be able to download and see all of the file so i can learn from them. Can anyone help me find similar code or be able to read these?
我正在寻找一些示例代码来引用 android 中内置的幻灯片。我正在看这些,它们看起来很完美,但它们只提供 .apk 下载。我希望能够下载并查看所有文件,以便我可以向他们学习。谁能帮我找到类似的代码或能够阅读这些代码?
http://code.google.com/p/android-slideshow/
http://code.google.com/p/android-slideshow/
回答by Morrison Chang
In the Google code link of your question: check the tab labelled 'Source' and use subversion to get code out the the repository.
在您问题的 Google 代码链接中:检查标记为“源”的选项卡并使用 subversion 从存储库中获取代码。
回答by Will Tate
Peter,
彼得,
The source is provided: http://code.google.com/p/android-slideshow/source/browse/#svn%2Ftrunk
提供源:http: //code.google.com/p/android-slideshow/source/browse/#svn%2Ftrunk
Alternatively, you can checkout a copy of the software using subversion. follow the instructions here: http://code.google.com/p/android-slideshow/source/checkout
或者,您可以使用subversion签出该软件的副本。按照此处的说明操作:http: //code.google.com/p/android-slideshow/source/checkout
回答by Sujanian
go to checkout tag, path is given over there , copy that path and run it in your linux terminal.it will download the code for you.
转到结帐标签,在那里给出路径,复制该路径并在您的 linux 终端中运行它。它将为您下载代码。