本文章主要将通过意图触发内置的Camera应用程序来录制视频。
源代码:
布局文件:
activity_main:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:...
分类:
移动开发 时间:
2014-06-03 06:25:41
阅读次数:
249
1. 没有明确的计划和版本说明,没有定期审核,开发人员没有压力,懒散拖延
2. 工作流没有走通,工作流程不顺畅
3. 缺乏校验策划工作正确性的工具,缺乏提高美术生产力的编辑器,缺乏校验程序效率和稳定性的辅助工具
4. 工作流、工具等效率低下,导致生产力低下,且懒于改进
5. 不紧张、不负责,懒散,需要人督促,某些功能没人催就不管,情愿打游戏、上网
6. 功能修改...
分类:
其他好文 时间:
2014-06-03 03:11:28
阅读次数:
252
Stopping and Restarting an Activity
停止和重新启动活动
PreviousNextGet
started
This lesson teaches you to
Stop Your Activity 停止您的活动Start/Restart Your Activity ...
分类:
其他好文 时间:
2014-06-03 03:02:23
阅读次数:
404
Pausing and Resuming an Activity
暂停和恢复活动
PreviousNextGet
started
This lesson teaches you to
Pause Your Activity 暂停活动Resume Your Activity 恢复活动
You s...
分类:
其他好文 时间:
2014-06-03 01:08:34
阅读次数:
366
MainActivity如下:
package cc.c;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.List;
import android.app.Activity;
import android.app.ActivityMan...
分类:
移动开发 时间:
2014-06-02 23:53:57
阅读次数:
503
今天,首先对Activity的生命周期进行复习:...
分类:
移动开发 时间:
2014-06-02 23:27:00
阅读次数:
381
MainActivity如下:
package come.on;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.V...
分类:
移动开发 时间:
2014-06-01 10:36:36
阅读次数:
345
软件质量控制,能够实用有限的资源生产出能让用户满意的产品。...
分类:
其他好文 时间:
2014-06-01 10:35:55
阅读次数:
240
一、利用SharedPreferences来实现数据的保存和读取:
1、Mainactivity:
package com.example.sharedpreferencesdemo;
import com.example.sharedpreferencesdemo.util.SharedPreferencesUtil;
import android.app.Activity;
imp...
分类:
移动开发 时间:
2014-06-01 09:51:36
阅读次数:
331
布局文件:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="...
分类:
移动开发 时间:
2014-06-01 04:04:04
阅读次数:
490