简体   繁体   中英

Integrate Google Classroom in Android App

We work from home now in my university and we now rely heavily on the Google Classroom platform. The Google classroom Android app provided by Google in the PlayStore is so poor and sucks alot. 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. We all resort to accessible it through a Web browser which ain't convenient for accessing our work offline.

As a developer, I decided it wouldn't be much of an overhead implementing a Google Classroom Android App for use in my university. I looked at the Classroom API , there isn't any option for 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.

The specific dependency is this one:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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