登录
首页 » Android » android 定时打电话源码

android 定时打电话源码

于 2023-06-22 发布 文件大小:84.68 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

打电话 定时 android

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

发表评论

0 个回复

  • ANE
    Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function. )
    2013-09-25 11:19:28下载
    积分:1
  • SyncML协议的实现
    它的一个Android应用程序同步联系人在客户端和服务器系统,不会干扰用户。
    2022-03-18 20:52:26下载
    积分:1
  • java 三角形面积计算(文件读取)
    java 三角形面积计算(文件读取)
    2014-07-15下载
    积分:1
  • android ymodem简单测试程序
    android ymodem简单测试程序,通过上位机Android开发平台的ttyS3串口3和下位机MCU的串口相连,即可通过串口更新下位机固件                                                                                                                                 
    2023-01-26 04:35:04下载
    积分:1
  • 手写签字,保存笔迹到图片
    手写签字,保存笔迹到图片
    2013-10-23下载
    积分:1
  • Android Sensor 各种传感器的使用例子
    本源码演示了Android Sensor 各种传感器的使用方法,比较基础的用法,例子中包括了方向传感器、磁场传感器、温度传感器、光传感器和压力传感器的各自调用用法等,相关代码如下:   public void onSensorChanged(SensorEvent event) {   float[] values = event.values;   StringBuffer sb = null;   int type = event.sensor.getType();   switch (type) {   case Sensor.TYPE_ORIENTATION:    sb = new StringBuffer();    sb.append("绕Z:" + values[0])    .append(" 绕X:" + values[1])    .append(" 绕X:" + values[2]);    ortationEdit.setText(sb.toString());    break;      case Sensor.TYPE_MAGNETIC_FIELD:    sb = new StringBuffer();    sb.append("X方向的角度:" + values[0])    .append(" Y方向的角度:" + values[1])    .append(" Z方向的角度:" + values[2]);    magneticEdit.setText(sb.toString());    break;   case Sensor.TYPE_TEMPERATURE:    sb = new StringBuffer();    sb.append("温度为:" + values[0]);    temeratureEdit.setText(sb.toString());    break;   case Sensor.TYPE_LIGHT:    sb = new StringBuffer();    sb.append("光强为:" + values[0]);    lightEdit.setText(sb.toString());    break;   case Sensor.TYPE_PRESSURE:    sb
    2022-02-26 07:53:01下载
    积分:1
  • androidapp
    学习Android最快的方法就是先研究例子,下面是十个打包好的案例,供大家下载学习。 1、 图片浏览器(Picture Viewer) 2 、文件浏览器(File Browser) 3 、通讯录(Contact) 4 、任务管理器(Task Manager) 5 、音乐播放器(Rock Player) 6 、天气预报(Android Weather Forecast) 7 、多媒体播放器(Android Media Player) 8、短信语音播报(Speak Message Service) 9、手机远程监控(Cam Monitor) 10、贪吃蛇游戏(Snake)(Android is the fastest way to learn first case study, following the ten-packaged case, for all to download the study. 1, Picture Viewer (Picture Viewer) 2, File Browser (File Browser) 3, address book (Contact) 4, Task Manager (Task Manager) 5, music player (Rock Player) 6, weather (Android Weather Forecast) 7, multimedia player (Android Media Player) 8, SMS voice broadcast (Speak Message Service) 9, mobile remote monitoring (Cam Monitor) 10, Snake Game (Snake))
    2011-11-24 03:07:16下载
    积分:1
  • Link
    自己开发的连连看游戏android程序。仅供学习参考 (Lianliankan game developed the android procedures. Only to learn reference)
    2012-07-09 17:19:52下载
    积分:1
  • 安卓UDP完成程序
    安卓UDP完整demo,可实现UDP端口的接收与发送
    2022-10-06 05:25:03下载
    积分:1
  • LinkGame
    说明:  能实现电脑端双人连连看游戏,里面已设置好关卡,只有在规定时间内通过游戏关卡才能进入下一关,否则游戏失败,同时进行倒计时。(It can realize the double-player continuous watching game on the computer side. The game has been set up a checkpoint. Only through the game checkpoint in the prescribed time can we enter the next level, otherwise the game will fail and the countdown will be made at the same time.)
    2019-04-03 15:34:59下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载