登录
首页 » Android » 高仿网易客户端UI

高仿网易客户端UI

于 2023-05-17 发布 文件大小:603.58 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

Android应用源码之高仿网易客户端UI(tabhost)

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

发表评论

0 个回复

  • xiaojipaodong
    一个android下面的动画程序,描述的是一个小公鸡自己在屏幕上来回跑的(Android animation following a procedure described is a small cock their running back and forth on the screen)
    2011-06-08 10:50:33下载
    积分:1
  • Ch15_HelloSQlite
    android studio 环境下,SQLite数据库的使用源码,包括数据的添加、删除、查询等操作(Android studio environment, the use of SQLite database source, including data addition, deletion, query and other operations)
    2018-03-26 09:06:30下载
    积分:1
  • Demo_zhy_06_choujiangzhuanpan
    Android抽獎轉盤的模擬,,,,,,,,(Analog Android draw turntable.)
    2015-12-27 00:55:23下载
    积分:1
  • android 游戏商城源码(不完整,新手写的)
    android 游戏商城源码(不完整,新手写的)
    2015-07-04下载
    积分:1
  • 课程表
    实现课程表的基本功能,提醒学生上课时间,还有备注等功能(Realize the basic function of the curriculum, remind the students of the class time, as well as notes and other functions.)
    2021-01-07 11:18:54下载
    积分:1
  • Android_API
    android开发的基本API,查找方便了(android development of the basic API, easy to find)
    2011-06-28 16:05:56下载
    积分:1
  • fileEncryption
    android手机文件加密软件,使用sms4算法,文件保险箱(android phone files encryption software, use sms4 algorithms, file safe)
    2015-06-29 17:33:05下载
    积分: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
  • 编码的 3D 游戏
    3D 培训 我写的 3D 游戏培训编程 glUseProgram(m_programSkyBox.Program); glGenBuffers(1, &skyBoxVertexBuffer); glBindBuffer(GL_ARRAY_BUFFER, skyBoxVertexBuffer); float vertices[24] = { -1.0, -1.0, 1.0, 1.0, -1.0, 1.0, -1.0, 1.0, 1.0, 1.0, 1.0, 1.0, -1.0, -1.0, -1.0, 1.0, -1.0, -1.0, -1.0, 1.0, -1.0, 1.0, 1.0, -1.0, }; glBufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW); glGenBuffers(1, &skyBoxIndexBuffer); glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, skyBoxIndexBuffer); GLubyte indices[14] = {0, 1, 2, 3, 7, 1, 5, 4, 7, 6, 2, 4, 0, 1}; 绘图 skybox: glClearColor(0.5f, 0.5f, 0.5f, 1); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glUseProgram(m_programSkyBox.Program); glDisable(GL_DEPTH_TEST); // skybox should be drawn behind anything else glBindTexture(GL_TEXTURE_CUBE_MAP, m_textures.Cubemap); glBin
    2022-07-02 11:39:51下载
    积分:1
  • Android折线图与柱状图的实现
    Android折线图与柱状图的实现   做练习   做项目最佳选择   亲测可运行。
    2023-01-03 08:25:03下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载