-
android完整商城项目源码(包含服务端+客户端)
100%开源的android原生手机商城源码,最主要的是,还包含服务端代码、服务端代码、服务端代码,重要的事情说三遍!
更牛B的是,还包括开发文档,接口文档,真正的源代码,不扯淡
- 2022-05-07 15:09:42下载
- 积分:1
-
学生信息管理
学生信息管理应用程序注:此应用程序功能可能不是正确的逻辑,但我设计了这个应用程序,让你使用尽可能多的概念,你可以从Android的应用程序(你在课堂上学)。这仅仅是一个简单的应用程序。你可以把我们的SQLite的例子(这是我们在课堂上讨论)进行启动,您可以使用自己的方法来进行这项工作。此应用程序有不同的功能开始创建一个新的学生记录,修改现有的学生记录,等等。创建使用SQLite,用于存储所有的信息的数据库。你必须保持谁的应用程序注册的学生和用户的信息。一旦用户被注册,他的细节应该被保存在数据库中,并同时登录到该应用程序要使用的数据块来验证凭证。
- 2022-03-21 05:51:32下载
- 积分:1
-
android 底部tab切换 例子代码
android 底部tab切换 例子代码
- 2020-12-16 16:29:12下载
- 积分:1
-
人脸识别APP代码
人脸识别APP代码,安卓开发环境,手机端识别人脸。
人脸识别APP代码,安卓开发环境,手机端识别人脸。
- 2022-07-02 19:37:58下载
- 积分:1
-
仿赶集生活android客户端的介绍启动界面 实例源码
仿赶集生活android客户端的介绍启动界面 实例源码
- 2015-02-19下载
- 积分:1
-
BaiDuMapApiDemo
public class BMapApiDemoApp extends Application
{
static BMapApiDemoApp mDemoApp;
// 百度MapAPI的管理类
BMapManager mBMapMan = null;
// 授权Key
// 申请地址:http://developer.baidu.com/map/android-mobile-apply-key.htm
String mStrKey = "866FCA5A50327A48A9857274B5B0FA066DDCDF90";
boolean m_bKeyRight = true; // 授权Key正确,验证通过
// 常用事件监听,用来处理通常的网络错误,授权验证错误等
static class MyGeneralListener implements MKGeneralListener
{
@Override
public void onGetNetworkState(int iError)
{
Log.d("MyGeneralListener", "onGetNetworkState error is " + iError);
Toast.makeText(BMapApiDemoApp.mDemoApp.getApplicationContext(), "您的网络出错啦!", Toast.LENGTH_LONG).show();
}
@Override
public void onGetPermissionState(int iError)
{
Log.d("MyGeneralListener", "onGetPermissionState error is " + iError);
if(iError
- 2022-03-24 01:15:32下载
- 积分:1
-
pedometer
开源Android项目计步器源码,打开软件后,手握手机,可根据你走路时胳膊摆的次数准确测试出你走了多少步,有意思吧,而且这个项目的源码是开源的,分iPhone版和Android版,此为android版的pedometer源代码,有条件的可重新编译运行一下。(Open-source Android project pedometer source, open the software, hand phone, according to the swing arm when you walk out the number of accurately test how many steps you take, it is interesting, and this project' s source code is open source, and the iPhone version of Android version, this version of the pedometer for android source code, conditions can be recompiled to run it.)
- 2013-06-06 16:07:19下载
- 积分:1
-
Stiktok
说明: 类似抖音的滑动播放视频APP(含列表展示视频功能、视频录制功能)(Similar to the flick of the slide play video APP (including tiktok display video function, video recording function))
- 2020-10-22 16:17:23下载
- 积分:1
-
Android
- 2022-01-26 04:47:16下载
- 积分:1
-
Android
把.apk文件改名为.zip,然后解压缩,得到其中的classes.dex文件,它就是java文件编译再通过dx工具打包成的,所以现在我们就用上述提到的2个工具来逆方向导出java源文件
(The .Apk file name is.Zip, then decompressed, by which classes.dex file, it is java files compiled by DX tools package)
- 2012-08-13 10:47:02下载
- 积分:1