app / sg.edu.ntu.scse.cz2006.gymbuddies.util

Package sg.edu.ntu.scse.cz2006.gymbuddies.util

Types

DialogHelper

DialogHelper assist creation of frequent used dialog

open class DialogHelper

DiskIOHelper

DiskIOHelper provides the ability to cache bitmap into application's internal storage. it improves loading speed and reduce number of downloads to save user's data usage

open class DiskIOHelper : AppConstants

GymHelper

Gym Helper Class Object

object GymHelper

InputHelper

Helper class for handling input related tasks

object InputHelper

JsonHelper

Helper class to store common methods to handle JSON files

object JsonHelper

ProfilePicHelper

Helper class for handling profile pictures in the application

object ProfilePicHelper

SwipeDeleteCallback

Helper class for handling RecyclerView swipe capabilities. Calls the callback when swiped For sg.edu.ntu.scse.cz2006.gymbuddies.util in Gym Buddies!

class SwipeDeleteCallback : SimpleCallback

ViewHelper

Utility class to assist repeated view update procedures

open class ViewHelper