登录
首页 » Android » Android

Android

于 2022-03-19 发布 文件大小:14.68 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

Android

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

发表评论

0 个回复

  • android grid 分页示例代码(美团九宫格导航)
       实现美团九宫导航
    2016-06-01下载
    积分:1
  • opdm
    说明:  改变子载波的数目n,实现ofdm的pts抑制papr算法,以验证不同的子载波数的影响(By changing the number of subcarriers n, the pts suppression papr algorithm of ofdm is implemented to verify the influence of different subcarriers.)
    2019-03-28 01:24:57下载
    积分:1
  • listviewheSQLitezhishi
    注意:本项目是基于android studio开发的,eclipse可能无法直接使用。 本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。 本项目涉及的知识点有: 1、SQLite的基本使用,增删查改 2、listview,adapeter的基本使用 3、activity生命周期 4、intent、bundle传递参数 5、AlertDialog的基本使用(Note: this project is based on the development of studio eclipse, Android may not be able to directly use. This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently. The knowledge points involved in this project are: 1, the basic use of SQLite, CRUD 2, listview, the basic use of adapeter 3, activity life cycle 4, intent, bundle transfer parameters 5, the basic use of AlertDialog)
    2016-07-25 11:25:09下载
    积分:1
  • sphinxbase-0.8-win321
    这是android语音识别引擎源码,希望对大家有所帮助。(This is the android source speech recognition engine, we want to help.)
    2014-02-11 12:44:50下载
    积分:1
  • android 静态壁纸实例源码下载
    一款还不错的静态壁纸代码 核心代码:package com.example.wallpaperchange;import android.os.Bundle;import android.app.Activity;import android.app.AlarmManager;import android.app.PendingIntent;import android.app.Service;import android.content.Intent;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.Toast; public class MainActivity extends Activity { AlarmManager aManager; Button start,stop; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); start = (Button)findViewById(R.id.start); stop = (Button)findViewById(R.id.stop); aManager = (AlarmManager)getSystemService(Service.ALARM_SERVICE); //指定ChangeService组件 Intent intent = new Intent(MainActivity.this,ChangeService.class); //创建PendingIntent对象 final PendingIntent pi = PendingIntent.getService( MainActivity.this, 0, intent, 0); start.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub aManager.setRepeating(AlarmManager.RTC_WAKEUP, 0, 5000, pi); start.setEnabled(false); stop.setEnabled(true); Toast.makeText(MainActivity.this, "壁纸定时更换启动成功", 5000).show(); } }); stop.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub start.setEnabled(true); stop.setEnabled(false); aManager.cancel(pi); } }); } }
    2014-06-03下载
    积分:1
  • 安卓小游戏,接小黄人
    具有登录注册功能,在登录后进入游戏界面,能够实现积分计数、排序功能,设有游戏排行榜。在规定的时间内接住下落的小黄人,具有倒计时的功能,游戏界面有暂停、继续、退出、显示积分、本次积分、最高积分等功能。
    2023-05-11 02:15:03下载
    积分:1
  • Stiktok
    说明:  类似抖音的滑动播放视频APP(含列表展示视频功能、视频录制功能)(Similar to the flick of the slide play video APP (including tiktok display video function, video recording function))
    2020-10-22 16:17:23下载
    积分:1
  • 一个简单的斗地主游戏代码,可以参考
    斗地主游戏。非常简单、可以用,但是有bug 可以做简单的参考学习
    2022-03-04 00:18:01下载
    积分:1
  • android 热键插拔例子源码
    Android的热插拔监听源代码,可以用来监听耳机之类的热插拔事件发生
    2014-09-25下载
    积分:1
  • 小人时钟
    类似网页小人时钟
    2022-03-11 18:42:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载