yourPISD / yourpisd

Android app to access myPISD (Plano Independent School District grades portal)
MIT License
2 stars 4 forks source link

Refreshing #7

Open theKidOfArcrania opened 8 years ago

theKidOfArcrania commented 8 years ago

Refresh the grades ever so often (maybe once every ten minutes) and/or include an action command to refresh grades.

hanli1 commented 8 years ago

For this I'd recommend SwipeRefreshLayout if we were to keep with the material design theme. https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html.