登录
首页 » Android » Androidstudio例子

Androidstudio例子

于 2022-08-07 发布 文件大小:4.91 MB
0 126
下载积分: 2 下载次数: 1

代码说明:

Androidstudio例子 Androi Androidstudio例子例子

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android-video
    比较实用的在Android实时采集视频,并在PC上显示出采集到的视频的程序,包括PC端和Android端程序,基于Android 1.5 在HTC G3上测试通过。-Android more practical in real-time video capture and display the PC to the video capture process, including the PC-side program and Android, HTC G3 based on the Android 1.5 in the test. 源代码AndroidVideo.classpath   ...................project   ..................AndroidManifest.xml   ..................inAndroidVideo.apk   .....................classes.dex   ......................omsunshineAndroidVideo$Kit.class   ................................AndroidVideo.class   ................................R$attr.class   ................................R$drawable.class   ................................R$id.class   ................................R$layout.class   ............
    2022-10-04 06:05:03下载
    积分:1
  • android 下拉刷新,上拉加载,完美框架
    PullToRefreshDemo下拉刷新,上拉加载
    2014-10-11下载
    积分:1
  • 倒计时
    倒数计时器示例主要示例。试着把它看作一个起点。这是非常基本的例子,我希望它能帮助
    2022-02-06 07:55:58下载
    积分:1
  • Android 屏幕旋转(改变屏幕方向)
    Android 屏幕旋转实例,改变屏幕方向,这个和平时的锁定屏幕方向有关联,其基本的实现思路如下:   public void onConfigurationChanged(Configuration newConfig) {    Toast.makeText(this, "系统的屏幕方向发生改变", Toast.LENGTH_LONG).show();    updateEditText();//更新EditText显示的内容    super.onConfigurationChanged(newConfig);   }   public void updateEditText(){    int o = getRequestedOrientation();//获取屏幕朝向    switch(o){ //判断屏幕当前朝向    case ActivityInfo.SCREEN_ORIENTATION_PORTRAIT:    et.setText("当前屏幕朝向为:PORTRAIT");    break;    case ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE:    et.setText("当前屏幕朝向为:LANDSCAPE");    break;    }   }
    2023-09-06 06:05:03下载
    积分:1
  • Android用Intent实现Camera 拍照功能
    Android用Intent实现Camera 拍照功能
    2014-01-19下载
    积分:1
  • 理财通APP
    一个理财通app,可以用于期末作品的提交,不是原创,是老师发给我们的
    2022-08-18 06:30:23下载
    积分:1
  • Rtp2H264
    h264 RTP包的解包、拼帧源码,适合android平台,实测可用。(H264 RTP packet unpacking, fight the frame source, suitable for the android platform, the measured available.)
    2013-05-16 10:38:11下载
    积分:1
  • 234
    说明:  Android程序设计基础,用户界面开发(Android programming based user interface development)
    2010-04-21 14:53:18下载
    积分:1
  • Android版视频开发源代码
    Android版视频开发源代码,一个爱奇艺视频源代码,包含界面、Activity的切换,数据库的读取,内容详尽是开发Android的很好地案例代码。
    2022-11-08 17:05:03下载
    积分:1
  • 圆形图片
    圆形的图片处理,应用于头像上传,头像处理等一些头像方面的图片处理样式。圆形的图片处理,应用于头像上传,头像处理等一些头像方面的图片处理样式
    2023-01-17 12:00:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载