资源列表
SinVoice
- SinVoice 实现Android和IOS系统上的短距离声波数据传输(SinVoice implementation of short range sonic data transmission over Android and IOS systems)
lun_qa26
- GSM is GMSK modulation signal generation, Realize image watermarking, de-noising, plus noise and other functions, Including the generalized cross-correlation function GCC time delay estimation.
AntReader
- 可以阅读txt格式文件的一款android app,有翻页,字体设置,亮度调节等功能(this app is an android app that is able to read file in txt format with functions of turning page, setting font and brightness and so on)
基于安卓电影选座系统的设计
- 电影院订票系统总体分为前台管理和后台管理。前台管理包括浏览电影票,查询电影票,订购电影票,用户信息维护等功能。后台管理包括站内影院资讯管理,电影票管理,订单管理等模块。(Theater booking system is divided into front management and background management. Front desk management includes browsing movie tickets, inquiring movie tickets, or
project
- 能在PC端页面播放媒体的一个小项目,能够在开发APP的页面播放提供一定的帮助和例子演示(You can play the media on the PC side page)
DroidBrowser
- android 浏览器 自定义开发浏览器(android browser auto developer by yourself)
AbsoluteLayoutTest
- 绝对定位AbsoluteLayout,又可以叫做坐标布局,可以直接指定子元素的绝对位置,这种布局简单直接,直观性强,但是由于手机屏幕尺寸差别比较大,使用绝对定位的适应性会比较差。(The absolute position of AbsoluteLayout, also called coordinate layout, you can specify the absolute position of sub elements directly, this layout is simple an
AutoCompleteTextViewTest
- AutoCompleteTextView(自动完成文本框)从EditText派生而来,比普通文本编辑框多一个功能:当用户输入一定字符之后,自动完成文本框会显示一个下拉菜单,供用户选择。当用户选择某个菜单项之后, AutoCompleteTextView按用户选择自动填写该文本框。(AutoCompleteTextView (automatic text box) is derived from EditText, than ordinary text edit box more than one
RelativeLayoutTest
- 相对布局由RelativeLayout代表,是指参考某一控件组件进行摆放,可以通过控制将组件摆放在一个指定组件的上、下、左、右等位置,可以通过各个组件提供的属性完成。(The relative layout is represented by RelativeLayout is the reference of a control component is placed, can control the components will be placed in a specified compo
TableLayoutTest
- TableLayout是比较常用的布局,采用行和列的形式来管理UI组件。并不需要明确声明行和列,而是通过添加TableRow、其他组件来控制表格的行数和列数。(TableLayout is a more commonly used layout that manages UI components in rows and columns. There is no need to explicitly declare rows and columns, but to control the num
Arquivos_curso
- Android full course for laypeople
Fragmentation-master
- Android 纯Fragment框架界面实现(Android fragment framework implementation)