上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页
摘要: 本周开始了android的第二轮冲刺,但因为我们团队以为第一轮要把所有的功能实现出来,导致,我们软件的大体功能基本已经完成,接下来就是对界面的一些优化,以及对一些细节的美化处理等。 周数 十四周 花费时间: 10h 代码行数: 100行 博客数: 10篇 虽然本周代码数不多,但改了app的一个bug 阅读全文
posted @ 2020-05-30 08:04 凋零_( 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 今天进行了,密码找回的部分代码的实现 package com.example.myapplication; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.V 阅读全文
posted @ 2020-05-29 18:12 凋零_( 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 今天进行额外部分的 注册activity的代码的实现 package com.example.myapplication; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import androi 阅读全文
posted @ 2020-05-28 21:58 凋零_( 阅读(110) 评论(0) 推荐(0) 编辑
摘要: public class com { public static int find(int[] array) { int length=array.length;//数组的长度 int result=0;//查询需要的结果 int time=0;//出现的次数 for(int i=0;i<lengt 阅读全文
posted @ 2020-05-28 21:49 凋零_( 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 今天因为,做实验的原因 对安卓的开发暂停一天,已经告知了组长 阅读全文
posted @ 2020-05-27 21:56 凋零_( 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 今天进行安卓登陆界面的另外一部分的实现 在原有的基础上加了跳转以及注册需要的的按钮的代码 以及找回密码的初始 package com.example.myapplication; import android.animation.Animator; import android.animation. 阅读全文
posted @ 2020-05-26 21:55 凋零_( 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 今天我进行登录界面 主要界面的搭建,可以实现登陆功能 package com.example.myapplication; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; imp 阅读全文
posted @ 2020-05-25 23:54 凋零_( 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 今天发现了一个报错的地方,在导用包的时候出现了一个引用类出错的现象 找到build.gradle在buildTypes中添加respositories,设置 repositories { maven { url "https://maven.google.com" } }在后面加一个就行,源码是这样 阅读全文
posted @ 2020-05-22 21:53 凋零_( 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 今天进行了安卓网络记事本的登陆界面的ui设计,也有参考的地方 源码如下 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns: 阅读全文
posted @ 2020-05-21 20:05 凋零_( 阅读(111) 评论(1) 推荐(0) 编辑
摘要: 本周老师对我们的团队的一个精神进行了一个锻炼和强化,告诉我们培养一个团队的良好关系的重要性,这点我也深有体会。 周数: 13周 花费时间: 3h 代码行数: 100行 博客数: 1篇 本周只是就行了一个html具体网页的设计,并没有对android进行一个细化的学习,可能还没从放假的状态中缓解出来吧 阅读全文
posted @ 2020-05-16 23:56 凋零_( 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页