简体   繁体   English

在 Android App 中集成 Google Classroom

[英]Integrate Google Classroom in Android App

We work from home now in my university and we now rely heavily on the Google Classroom platform.我们现在在我的大学里在家工作,我们现在严重依赖 Google Classroom 平台。 The Google classroom Android app provided by Google in the PlayStore is so poor and sucks alot.谷歌在 PlayStore 中提供的谷歌教室 Android 应用程序太差了,很烂。 The Android System always shows Classroom has stopped no matter how many times we uninstall, reinstall clear it's data etc. I haven't found any app as poor as it is. Android系统总是显示Classroom已经停止无论我们卸载多少次,重新安装清除它的数据等。我没有发现任何应用程序如此糟糕。 We all resort to accessible it through a Web browser which ain't convenient for accessing our work offline.我们都通过 Web 浏览器来访问它,这不方便离线访问我们的工作。

As a developer, I decided it wouldn't be much of an overhead implementing a Google Classroom Android App for use in my university.作为一名开发人员,我认为在我的大学中使用 Google Classroom Android 应用程序不会有太大的开销。 I looked at the Classroom API , there isn't any option for Android .我查看了教室 API ,没有Android的任何选项。

Anyone could please provide help on how to get this done?任何人都可以就如何完成这项工作提供帮助吗? I hate to think it's impossible!我讨厌认为这是不可能的!

I don't think they would need to provide anything specific to Android, if you look here they provide a Java Classroom library that you should be able to use in an Android project.我认为他们不需要提供任何特定于 Android 的内容,如果您在这里查看,他们会提供 Java 课堂库,您应该可以在 Android 项目中使用它。

The specific dependency is this one:具体的依赖是这个:

compile 'com.google.apis:google-api-services-classroom:v1-rev135-1.23.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM