yNote-Text-Editor Source Code

时间:2015-04-03 17:19:23
【文件属性】:

文件名称:yNote-Text-Editor Source Code

文件大小:123KB

文件格式:RAR

更新时间:2015-04-03 17:19:23

Text Editor Android

yNote是一个运行在Android平台上的记事本App。最大的特点的就是将文本文档保存到Android手持设备的文件系统中,便于使用PC对其进行编辑。其次,在主界面显示的一个已经创建的文档的列表,以便最快打开所需要的文档。使用UTF-8作为默认编码格式,这在Linux操作系统上得到很好的支持,在Windows操作系统上建议使用Notepad++代替默认的Notepad(即我们常见的Notepad)。Notepad++的下载地址:http://notepad-plus-plus.org/ yNote is a notepad based on the Android platform. The outstanding feature is that with yNote you can save the text in the file system of an Android handset or mobile phone, which is also convenient for the PC user to edit the text. In the main interface there is a list of text files that have been created, from which you can choose one to operate. yNote uses the UTF-8 as the default encoding and decoding format.


【文件预览】:
bin
----classes.dex(22KB)
----YNote.apk(31KB)
----cn()
--------york()
----resources.ap_(19KB)
res
----drawable-ldpi()
--------icon.PNG(2KB)
----menu()
--------mainmenu.xml(193B)
--------editormenu.xml(192B)
----drawable-hdpi()
--------icon.png(4KB)
--------text.png(2KB)
----values()
--------strings.xml(2KB)
----drawable-mdpi()
--------icon.PNG(2KB)
----layout()
--------note_editor.xml(2KB)
--------editor.xml(679B)
--------create.xml(2KB)
--------dialog.xml(558B)
--------popup.xml(1KB)
YNote.apk
assets
default.properties
gen
----cn()
--------york()
proguard.cfg
说明.txt
src
----cn()
--------york()
.project
.classpath
AndroidManifest.xml

网友评论

  • 还行,适合于初级入门的学习
  • 比较简单,基本没做什么界面,不过是学习文本编辑的基础,可以借鉴