CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - string

搜索资源列表

  1. AndroidPrinter

    0下载:
  2. Android下通过蓝牙通信打印之java范例代码 poi範例-the print string of the java example code through Android Bluetooth
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:1640
    • 提供者:freecloud
  1. antPproguard

    0下载:
  2. android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我++,终于把东西搞出来 ps:我们项目还有一个特殊需求
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:8672
    • 提供者:lyang
  1. SundyAndroidDemo

    0下载:
  2. Sundy老师的android视频教学源码,所有的程序功能统一串在一个程序中,基本功能都包含了,是很好的android学习资料-The Sundy teacher Android video teaching source, all the program features a unified string in a program, the basic functions are included, is a good android learning materials
  3. 所属分类:android

    • 发布日期:2017-05-31
    • 文件大小:13361704
    • 提供者:ziting
  1. Province

    0下载:
  2. 实现android系统上的省市级联,用的是笨办法。将所有的省事全部放在string内-Cascade of provinces and cities on the android system is awkward. All save all on the string
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:145517
    • 提供者:宗超
  1. ParsedXmlDataSet

    0下载:
  2. android 解析.net webservice 返回的dataset参数,封装成List<Map<String,Object>>对象数组。-android resolution. net webservice returns dataset parameters.
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:3461
    • 提供者:
  1. image-process

    0下载:
  2. android中graphic类中的图像的应用处理,包括字母串的绘制,动画,旋转等-android in the graphic image of the application class processing, including the letter string drawing, animation, rotation, etc.
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:1005395
    • 提供者:马仁俊
  1. MobileCodeInfoDemo

    0下载:
  2. 通过 WebService 查询手机号码归属地,自己写的很简单。但完全体现出android 利用WebService 撰写程序的全过程。只调用带有一个参数(手机号码)的WebService方法,返回一个字符串(归属地信息)-Check WebService phone number by attribution, their writing is very simple. But fully reflect the android using WebService written procedu
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:178113
    • 提供者:彭磊
  1. data-storage(4)

    0下载:
  2. 两个方法 1. openFileOutput (String name, int mode) name:文件的名称,不能包含分隔符"/",如果文件不存在,Android会自动创建它。创建的文件保存在/data/data/<package_name>/files目录下。 mode:操作模式 2. openFileInput (String name) -Two methods 1. OpenFileOutput (String name, int
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:15500
    • 提供者:玉树
  1. FileSelector

    0下载:
  2. private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:43246
    • 提供者:gz
  1. MobileGuess

    0下载:
  2.   MobileGuess Android手机上的猜数字小游戏源码,部分代码注释:   public abstract int getGuessTimeLeft() //返回剩余猜测次数   public abstract String getNewNumber() //返回待猜数字   public abstract int getGuessTime() //返回可猜测总次数   public abstract int getGuessedTime() //返回已猜测次
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:52675
    • 提供者:张龙
  1. BluetoothChat

    0下载:
  2. 這一節的說明主要是針對 Linux 的環境,或者更嚴格的說是我還沒有發現 Blue Cove 以前的測試環境。現在 Windows XP SP2 之後已經支援藍芽的驅動程式,再加上 Blue Cove 以及藍芽設備,你就可以開始開發了。不過,我還是把以下的說明留下來當參考用。 兩部安裝了 Linux 的電腦,請確定這個版本的 Linux 內建支援 BlueZ。我們用的是 Fedora Core 1,你也可以參考 窮人的 Java Bluetooth 開發環境之建置 來建置你的開發環境
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:93534
    • 提供者:紫陽
  1. SocketDemo1

    0下载:
  2. 手機連線程式範例 這是一個最簡單的連線程式,其功能為連上伺服器後,伺服器回傳一行字串」Hello!This is sever msg。-The phone connection program example is one of the most simple connection program, its function even on the server, the server returns the string, " Hello! This is sever msg.
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:41175
    • 提供者:Lin Ouyang
  1. VCardComposer

    0下载:
  2. VCardComposer的源码,可以把联系人的所有信息转换成base64编码的String-Of the source of the VCardComposer, can convert all contacts information into base64 encoded String
  3. 所属分类:android

    • 发布日期:2017-10-31
    • 文件大小:6235
    • 提供者:bibabo
  1. nine-connection-lock

    0下载:
  2. 一个android九点连线锁小程序,实现了个android上的九点连线锁的View,这个View是独立的,可以直接用,用户连线好后会生成一个字符串,这个字符串就是以后用来验证用户连线的-An android nine o clock connection lock applet nine on a android connection lock View, the View is independent, and can be directly used, user connections wi
  3. 所属分类:android

    • 发布日期:2017-11-17
    • 文件大小:159380
    • 提供者:xulong
  1. ListDemo

    0下载:
  2. 下拉列表范例 1存储数据的数组 2通过ID获取ListView对象 3构造适配器 4向ListView添加适配器 -ListDemo of Android // String data[]=new String[]{"a","b","c"} // ListView listView=(ListView)this.findViewById(R.id.listview) // Array
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:37974
    • 提供者:韩文红
  1. DragListView

    0下载:
  2. 可以拖动的ListView,实现手动拖动的ListView 可以拖动的ListView,实现手动拖动的ListView-DragListView package com.tarena.draglist.demo import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View imp
  3. 所属分类:android

    • 发布日期:2017-10-30
    • 文件大小:207867
    • 提供者:zhengyunguang
  1. ZhengZeTest

    0下载:
  2. 利用正则表达式从字符串中提取到特定的字段,给其设置加粗样式,字体颜色,以及字体大小,此字符串来自于服务器,这里我用的是本地的字符串-To use regular expressions to extract from a string to a specific field, to set bold style, font color, and font size, this string from the server, where I use the local string
  3. 所属分类:android

    • 发布日期:2017-12-01
    • 文件大小:931553
    • 提供者:Jerry
  1. sbsWeather

    0下载:
  2. 主要是获取到天气信息后的中文字符处理,返回字符串的全拼,是汉字转化为全拼,其它字符不进行转换。-Get weather information to the Chinese character processing, returns a string Quanpin, Chinese characters into Quanpin, the other characters are not converted.
  3. 所属分类:android

    • 发布日期:2017-11-26
    • 文件大小:67319
    • 提供者:Mini Yang
  1. getimsi

    0下载:
  2. android手机终端imei串码显示代码。-imei android mobile terminal displays the code string of code.
  3. 所属分类:android

    • 发布日期:2017-11-13
    • 文件大小:1718
    • 提供者:liuyxiansheng
  1. Andrews-string-encryption-JAVA.

    0下载:
  2. 安卓 字符串加密 安卓通过JNI调用C语言进行加密,实现加固 -Andrews string encryption JAVA.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1174538
    • 提供者:qiruixvan
« 12 3 4 »
搜珍网 www.dssz.com