推荐
专栏
教程
课程
飞鹅
本次共找到3986条
android数据库
相关的信息
Wesley13
•
3年前
android ContextMenu 上下文菜单示例
ch2\_contextmenu.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_p
公众号:码农乐园
•
3年前
Android 自学必备网站
一,Android自学网站给Android自学者朋友推荐几个自学网站:1.AndroidDevelopers作为一个Android开发者,官网的资料当然不可错过,从设计,培训,指南,文档,都不应该错过,在以后的学习过程中慢慢理解体会。网站:https://developer.android.com/2.Android专业中文社区Android专业
Wesley13
•
3年前
android WebView 使用实例
主布局文件:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_parent"
Wesley13
•
3年前
android Notification 状态栏通知使用示例
ch7\_notification.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_
Wesley13
•
3年前
java版spring cloud+spring boot+redis多租户社交电子商务平台
前端框架:Jquery/Bootstrap/H5/CSS3、IOS、Android、小程序开发模式:代码生成工具、驱动式开发模式、提高开发效率核心架构:SpringCloud、SpringBoot、MybatisPlus、Redis社交模式:VR全景虚拟现实、直播带货、短视频带货、分销分润、代跑腿配送等JDK/数据库:JDK1
Stella981
•
3年前
LISTVIew 加分割线
分割线样式文件:<?xmlversion"1.0"encoding"utf8"?<layerlistxmlns:android"http://schemas.android.com/apk/res/android"<item<
Stella981
•
3年前
Android通过Web与后台数据库交互
2021.1.27更新已更新新版本博客,更新内容与原文章相比有点多,因此新开了一篇博客,请戳这里(https://my.oschina.net/u/4231975/blog/4926773)。1背景开发一个App与后台数据库交互,基于MySQL原生JDBCTomcat,没有使用DB
Stella981
•
3年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i
Stella981
•
3年前
Android中个人推崇的数据库使用方式
手机应用开发中经常会使用到数据库存储一些资料或者进行数据缓存,android中为我们提供了一个轻量的数据库,在上层进行了一层封装,同时还为我们提供了ContentProvider的框架,方便我们进行数据操作,以及在不同的程序之间进行数据共享。本文介绍一下,我在使用数据库的一些我认为比较好的习惯,欢迎与我讨论。关于框架通常网络操作,Json解析
Stella981
•
3年前
Android从相机或相册获取图片裁剪
package com.only.android.app; import java.io.File; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterfa
1
2
3
4
•••
399