Package | Description |
---|---|
es.ugr.swad.swadroid.modules |
Contains all modules of the application.
|
es.ugr.swad.swadroid.modules.downloads |
File downloads package.
|
es.ugr.swad.swadroid.modules.groups |
Groups package.
|
es.ugr.swad.swadroid.modules.information | |
es.ugr.swad.swadroid.modules.notifications |
Notifications package.
|
es.ugr.swad.swadroid.modules.rollcall |
Rollcall package.
|
es.ugr.swad.swadroid.modules.rollcall.sessions |
Rollcall sessions package.
|
es.ugr.swad.swadroid.modules.rollcall.students |
Rollcall students package.
|
es.ugr.swad.swadroid.modules.tests |
Tests syncronization and generation package.
|
Modifier and Type | Class and Description |
---|---|
class |
Courses
Courses module for get user's courses
|
class |
GenerateQR |
class |
Groups
Groups module gets user's groups inside the current course
and stores them in the database.
|
class |
GroupTypes
Group type module to get the group types of a given course
and stores them in the database
|
class |
Login
Login module for connect to SWAD.
|
class |
Messages
Module for send messages.
|
class |
Notices
Module for send messages.
|
Modifier and Type | Field and Description |
---|---|
(package private) WeakReference<Module> |
Module.Connect.activity
Activity that launched the task
|
Constructor and Description |
---|
Module.Connect(Module activity,
boolean show,
String progressDescription,
int progressTitle)
Shows progress dialog and connects to SWAD in background
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryTreeDownload
DirectoryTreeDownload gets directory tree of files of general documents of a course/group
or documents from shared area of a course/group
|
class |
GetFile
Module to get information of a file located in SWAD
It makes use of the web service getFile (see http://swad.ugr.es/ws/#getFile)
It needs as extra data:
- (long) fileCode It indicates the file which information is requested
It returns as extra data:
- (string) link : temporal URL to download the file
- (
|
Modifier and Type | Class and Description |
---|---|
class |
SendMyGroups
Module to enroll into groups.
|
Modifier and Type | Class and Description |
---|---|
class |
Information |
Modifier and Type | Class and Description |
---|---|
class |
Notifications
Notifications module for get user's notifications
|
class |
NotificationsMarkAllAsRead
Notifications module for mark as read user's notifications
|
Modifier and Type | Class and Description |
---|---|
class |
RollcallConfigDownload
Rollcall config download module.
|
Modifier and Type | Class and Description |
---|---|
class |
NewPracticeSession
New practice session module.
|
class |
SessionsHistory
Sessions history module.
|
class |
SessionsList
Sessions list module.
|
Modifier and Type | Class and Description |
---|---|
class |
StudentsHistory
Students history module.
|
class |
StudentsList
Students list module.
|
Modifier and Type | Class and Description |
---|---|
class |
Tests
Tests module for download questions and evaluate user skills in a course
|
class |
TestsConfigDownload
Tests module for download and update questions
|
class |
TestsMake
Tests module for evaluate user skills in a course
|
class |
TestsQuestionsDownload
Tests module for download and update questions
|