Ios下的文件管理, Ios下不像windows
文件系统那样可以访问任何的文件目录,如C盘、D盘什么的。在Ios中每个应用程序只能访问当前程序的目录,也即sandbox(沙盒模型)。
iOS为每个应用程序分配一个目录,该目录下默认有四个文件目录: app:我们程序开发压缩的包文件,包含里面...
分类:
移动开发 时间:
2014-05-18 19:22:18
阅读次数:
436
界面: Activitypackage
com.example.serviceTest;import android.app.Activity;import
android.content.ComponentName;import android.content...
分类:
移动开发 时间:
2014-05-18 19:12:31
阅读次数:
377
早上打开微信,看到一篇文章,下面就和大家分享一下,该文章属于前段文章系列,希望做后台开发系统的程序员也可以学习一下,只会写代码把功能实现是第一,接下来也要把节目做做好。现在的界面风格对于手机而言,一直跟随苹果的设计风格,而安卓的很多app在今年也跟随苹果的扁平化风格开始改变UI设计思路对于后台界面,...
分类:
其他好文 时间:
2014-05-18 18:55:26
阅读次数:
250
package com.dhy.phonedial;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflate...
分类:
移动开发 时间:
2014-05-18 15:58:42
阅读次数:
342
MainActivity如下:
package cc.cn;
import java.util.HashMap;
import org.json.JSONObject;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import com.android.volley....
分类:
移动开发 时间:
2014-05-18 15:18:31
阅读次数:
297
#ifndef __APP_WEBSOCKET_FRAME_H__
#define __APP_WEBSOCKET_FRAME_H__
#include "memory.hpp"
class buffer;
struct websocket_frame
{
websocket_frame();
~websocket_frame();
static const unsigned int f...
分类:
Web程序 时间:
2014-05-18 09:37:29
阅读次数:
332
MainActivity如下:
package cc.y;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.os.Bundle;
import and...
分类:
移动开发 时间:
2014-05-18 03:54:44
阅读次数:
365
注意:data-native-menu="false"
虽然具有渲染作用,但是无法进行js提交。
分类:
其他好文 时间:
2014-05-18 02:40:03
阅读次数:
317
转载地址:http://blog.csdn.net/yohunl/article/details/5971252
在编译好的真机版目录下的.app文件,至于生成真机可以运行的app的方法,有两种方式,一种是交99美元获得一个证书,另外一种是破解的方式,在此不再详述,本文假设你已经生成了真机上可以运行...
分类:
移动开发 时间:
2014-05-17 22:23:35
阅读次数:
478
package com.example.HyyRecord;import
android.app.Activity;import android.content.Intent;import
android.media.MediaRecorder;import android.net.Uri;impo...
分类:
移动开发 时间:
2014-05-17 19:09:09
阅读次数:
349