-
AndroidCircularSeekBar
安卓圆形的SeekBar, 带进度指示圆点(Andrews round SeekBar)
- 2013-10-10 17:27:22下载
- 积分:1
-
MiPush_Client_Android_20160912
米 push接入的详细实例。实现了米push完整的过程(mi push application,)
- 2017-12-05 17:23:25下载
- 积分:1
-
84564
Android的传感器系统,精选android项目书籍,很好有参考资料。(The sensor system Android, select Android project books, very good reference material.)
- 2013-12-04 08:49:42下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
android opengl10 3d色子 带手势处理哟
无聊做了一个小玩意,opengl10开发的3d色子, 带手势的操作 ,希望大家能够喜欢,适合初学者。
- 2022-05-13 04:52:18下载
- 积分:1
-
Android compass
一个eclipse小程序,基于安卓平台的指南针。
- 2022-08-10 00:31:19下载
- 积分:1
-
登录代码
package com.briup.service;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.briup.movietrickapp3.MainActivity;
import com.briup.movietrickapp3.R;
import com.briup.sqlite.FirstSqliteHelper;
//登录界面
public class DengluActivity extends Activity {
public static String id;
static SQLiteDatabase db;
private FirstSqliteHelper help;
private EditText usernameEt,pwdEt;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_denglu);
- 2022-03-21 19:43:48下载
- 积分:1
-
code by code
测试帖,51cto的代码
Real time worldwide stock quotes,finance/business/stock/company news,charts,twitters,portfolios,etc; Can synced with Google Finance portfolios,and news from Google Finance,Yahoo Finance,Bloomberg etc, it’s fast and easy, rich and realtime, also with alerts、memos、messages、backup and shares, also total free!
★ 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-31 01:35:04下载
- 积分:1
-
一款好用的指南针app源码(android)
AS可直接打开使用AS可直接打开使用
- 2019-03-24下载
- 积分:1
-
Android
安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
- 2013-12-16 21:07:34下载
- 积分:1