登录
首页 » Android » 计数系统转换程序 - Android APP

计数系统转换程序 - Android APP

于 2022-08-19 发布 文件大小:43.20 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

翻译 maninwest@Codeforge 作者:Azim Zahir@CodeProjectAndroid 是个开发移动应用的不错平台。Android 有两个重要元素 Android SDK 和一个 Eclipse 插件 "The Android Development Tools (ADT)"。在进行开发前,必须正确安装 SDK 和 ADT。这里将介绍如何创建一个将十进制数转换为二进制、八进制和十六进制格式的应用。背景任何 android 应用都有 4 个块Activities: 一个 activity 是最基本的用户界面构造块,表示一个主屏幕,用户可以通过它跟应用集成。Content Provider: Content provider 为多个应用提取需要的数据。Intents: Intent 是系统消息,例如,事件通知、硬件更改(如 SD 卡插入)、进站数据 (如e SMS) 等。Services: Service 是独立的 activity,没有界面,如音乐回放。Activities 是公有类,从android.app.Activity 基本类中衍生而来。 以下代码表示应用中的一个  activity:public class MyActivity extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); } }一个 Active 开始后,调用 onCreate() 方

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

发表评论

0 个回复

  • Android 图像显示矩阵 图片墙
    这是一个Android环境下的简单图像显示矩阵,类似图片墙的功能,在PC端的网页中,这种图像显示方式比较常见,错落显示,非中规中矩,好像很自然零乱的显示,每张图片的旋转角度都不太一样,如视图所示的效果,有意使用的用户,可在此基础上扩展更为复杂的效果。
    2022-07-27 06:19:01下载
    积分:1
  • wifi语音对讲
    实现局域网内语音对讲发送文字
    2013-06-29下载
    积分:1
  • WirelessOrder_Client
    该项目为本人开发的无线点菜系统源代码,包括点菜系统的登录,注册,空桌查询。转台,并台,查询功能。(The project a wireless ordering system source code which i developed, including a la carte system, login, register, empty tables query. Turntable, and Taiwan, the query function.)
    2011-10-22 09:38:05下载
    积分:1
  • esp8089
    说明:  基于linux3.10 安卓6.0版本的ESP8089驱动源码(ESP8089 SOURCE CODE based on linux3.10 && android 6.0)
    2020-11-10 16:50:19下载
    积分:1
  • CameraDemo
    基于android手机的远程视频监控简单客户端程序(a simple Client program for video streaming System Based on Android)
    2014-06-19 11:14:40下载
    积分:1
  • 体重健康评价标准
    目前健康标准越来越重要,这里上传一个关于体重推导出的健康标准,让我们随时随刻可以评估我们健康情况
    2022-04-18 19:44:56下载
    积分:1
  • android gif图片播放 开发实例 附完整源码
    git播放
    2013-06-26下载
    积分:1
  • ISSAuthorize
    Android与IIS身份验证案例源码,在Android移动项目开发中,访问服务器时,为了简洁方便,我们经常使用http协议来传递JSON格式的数据。然而有些项目需要有一定的安全性,如使用Android客户端登陆到MIS系统。虽然我们是通过Android手机客户端的登陆Activity中登陆到系统的,但是略懂电脑的黑客是能够跳过登陆Activity,从而直接进入系统的。这样,会造成一些由于系统的不安全所带来的麻烦。建立一种防止黑客强行登录的身份验证模式尤为重要。此时,系统的身份验证成为阻挡黑客登陆的一道屏障。那么,怎样实现一个身份验证呢?让我们以IIS为宿主,一步一步的实现身份验证吧(Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar)
    2016-06-20 11:04:56下载
    积分:1
  • snqualifiedvowel
    说明:  该程序中包括为一个CDMA和OFDM的信道分配仿真程序,(This program includes a channel assignment emulator for CDMA and OFDM.)
    2019-03-28 13:55:03下载
    积分:1
  • 一个Android平台的美食网APP客户端源码
    一个Android平台的美食网APP客户端源码,源码中同样还包括了JSP格式的后台管理系统,涉及到美食预订、搜索、定位等众多功能。   这个例子中涉及到ListView、各个界面UI控件的使用、TabHost、跑马灯字符串、获取经纬度、Spinner内容适配器、气球图片、全屏显示、标题栏跑马灯的实现、捕获和打印异常、从TabActivity上面获取放置Tab的TabHost、创建一个TabSpec、为按钮添加监听、图片上传界面、向服务器发送消息、向服务器发送数组的长度、向服务器发送图片字节数组、动态生成每个下拉项对应的View、设置四周留白、设置经纬度到文本框中等等众多android编程的实用技巧。   相关的说明:   Client->Server 客户端登录   Server->Client登录失败    Server->Client 登录成功   Client->Server 注册动作    Server->Client 注册成功    Client->Server 客户端下线    Client->Server 搜索美食信息    Server->Client 服务端向客户端发送搜索的结果   Client->Server 搜索我的收藏   Server->Client 我的收藏搜索结果   Client->Server 客户端发送的推荐   Server->Client 服务器回复推荐动作   Client->Server 删除收藏   Client->Server 收藏动作   Client->Server 上传美食   Client->Server 查询美食种类   Server->Client 服务器回复客户端的种类搜索
    2022-08-06 07:50:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载