摘要: 1.我昨天的成就 完成了调用第三方库 2.遇到什么困难 调用很顺利,调用的是百度的第三方接口,百度提供了详细的使用教程 3.今天的任务 测试动物识别api 4.代码/截屏 package com.teamwork.demo.util; import com.google.gson.Gson; imp 阅读全文
posted @ 2024-04-19 23:35 leapss 阅读(14) 评论(0) 推荐(0)
摘要: 一.所花时间 1h 二.代码量 30行 三.博客量 1篇 四.了解到的知识点 // 创建一个意图对象,准备跳到指定的活动页面 Intent intent = new Intent(this, ActReceiveActivity.class); Bundle bundle = new Bundle( 阅读全文
posted @ 2024-04-19 23:35 leapss 阅读(13) 评论(0) 推荐(0)