恒的博客

且随疾风前行,身后亦需留心

数据存储应用开发

SQLite数据库与ContentProvider的使用

Invictus Gaming——We are the champion!. 项目仓库 一、实验题目 数据存储(二) 二、实现内容 实验要求 技术要求: 使用SQLite数据库保存用户的相关信息和评论的相关信息,使得每次运行程序都可以使用数据库进行用户的登陆与注册,以及显示数据库中的评论; 使用ContentProv...

LeetCode problems 10

Substring with Concatenation of All Words

Invictus Gaming——We are the champion!. Substring with Concatenation of All Words Difficulty: Hard Description: You are given a string, s, and a list of words, words, that are all o...

数据存储应用开发

SharedPreference 的基本使用

Invictus Gaming——We are the champion!. 项目仓库 一、实验题目 数据存储(一) 二、实现内容 实验要求 本次实验演示应用包含两个Activity。 首先是密码输入Activity: 若应用首次启动,则界面呈现出两个输入框,分别为新密码输入框和确认密码...

LeetCode problems 9

Reverse Nodes in k-Group

Invictus Gaming——We are the champion!. Reverse Nodes in k-Group Difficulty: Hard Description: Given a linked list, reverse the nodes of a linked list k at a time and return it...

LeetCode problems 8

Merge k Sorted Lists

Invictus Gaming never give up. Merge k Sorted Lists Difficulty: Hard Description: Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity....

中山大学智慧健康服务平台应用开发

AppWidget 使用

Royal may give up now.. 项目仓库 一、实验题目 AppWidget 使用 二、实现内容 在第七周任务的基础上,实现静态广播、动态广播两种改变widget内容的方法。 要求 widget初始情况如下: 点击widget可以启动应用,并在widget随机推荐一个食品。 ...

中山大学智慧健康服务平台应用开发

Broadcast 与 EventBus 使用

Royal may give up now.. 项目仓库 一、实验题目 Broadcast以及EventBus的使用 二、实现内容 在第六周任务的基础上,实现静态广播、动态广播两种改变Notification 内容的方法。 实验要求 在启动应用时,会有通知产生,随机推荐一个食品。 点击通知跳转到所推荐食品的详情界面。 ...

LeetCode problems 7

Regular Expression Matching

Royal may give up now.. Regular Expression Matching Difficulty: Hard Description: Given an input string (s) and a pattern (p), implement regular expression matching with suppo...

中山大学智慧健康服务平台应用开发

Intent、Bundle的使用以及RecyclerView、ListView的应用

Royal may give up now.. 项目仓库 一、实验题目 Intent、Bundle的使用以及RecyclerView、ListView的应用 实验目的: 复习事件处理。 学习Intent、Bundle在Activity跳转中的应用。 学习RecyclerView、ListView以及各类适配器的用法。 学习FloatingAction...

LeetCode problems 6

Median of Two Sorted Arrays

做了几周算法题目之后,有了点自己的感悟,现在需要慢慢提高所选题目的难度了,给自己点高要求。 Median of Two Sorted Arrays Difficulty: Hard Description: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find...