MCPcopy Create free account

hub / github.com/BijoySingh/AndroidBasicsLibrary / functions

Functions321 in github.com/BijoySingh/AndroidBasicsLibrary

↓ 47 callersMethodget
(Context context)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:61
↓ 36 callersMethodput
Saves the data into the storage @param key the key @param value the value to store
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:91
↓ 28 callersMethodlog
(String state, String value)
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:194
↓ 20 callersMethodput
Saves the data into the storage @param key the key @param value the value to store
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:103
↓ 17 callersMethodget
Get the DataStore synchronously @param context the application context @return instance of DataStore
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:44
↓ 14 callersMethodwriteOnUIThread
(final String content)
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:136
↓ 13 callersMethodfindViewById
The findViewById from the root view. @param resourceId the resource id of the layout @return the view
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/SimpleFragment.java:54
↓ 12 callersMethodreadCache
(Store store, boolean expectContent)
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:154
↓ 11 callersMethodtoString
(String format, Object object)
android-basics/src/main/java/com/github/bijoysingh/starter/util/LocaleManager.java:11
↓ 9 callersMethodclear
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:238
↓ 8 callersMethodgetContext
Returns the context object @return the application/activity context
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewHolder.java:43
↓ 8 callersMethodsleep
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:201
↓ 8 callersMethodstartActivity
Start an activity intent @param context the context @param activity the class of the activity @param <T> class which must extend activity
android-basics/src/main/java/com/github/bijoysingh/starter/util/IntentUtils.java:21
↓ 7 callersMethodputAndWrite
Saves the data into the storage @param key the key @param value the value to store
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:161
↓ 7 callersMethodremove
(String key)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:257
↓ 7 callersMethodsetText
Set the Text of the share intent @param text the text @return the builder
android-basics/src/main/java/com/github/bijoysingh/starter/util/IntentUtils.java:87
↓ 7 callersMethodverifyData
(DataStore store)
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:156
↓ 7 callersMethodwrite
It store the file data into the file given by the filename at the root level @param context the activity context @param filename the filename to sto
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:52
↓ 6 callersMethodgetCache
Get the cache filename of the query @return the cache file
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:200
↓ 6 callersMethodgetDefaultFormat
()
android-basics/src/main/java/com/github/bijoysingh/starter/util/DateFormatter.java:43
↓ 6 callersMethodgetPreferencesFolder
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/PreferenceManager.java:25
↓ 6 callersMethodhas
Tell if it has the key @param key the key @return has the key
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:81
↓ 6 callersMethodputSafe
Puts the content with exception safety @param key the key @param value the value
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:229
↓ 4 callersMethodexecuteNow
Executes this runnable (immediately if possible) @param runnable the runnable
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleThreadExecutor.java:52
↓ 4 callersMethodget
(Context context, String storeName, int versionNumber)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/VersionedStore.java:18
↓ 4 callersMethodloadData
(DataStore store)
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:147
↓ 4 callersMethodreset
Clears all the static objects. NOTE: Use carefully, ideally you shouldn't need to use this in production applications
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:272
↓ 4 callersMethodsubmit
(Callable<T> callable)
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleThreadExecutor.java:70
↓ 3 callersMethodaddTextView
(String text)
sampleapp/src/main/java/com/bsk/sampleapp/TestStoreVsDataStore.java:129
↓ 3 callersMethoddestroy
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:248
↓ 3 callersMethodempty
Removes the entire data store
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:256
↓ 3 callersMethodexecute
(final Activity activity, final Task<T> task)
android-basics/src/main/java/com/github/bijoysingh/starter/async/MultiAsyncTask.java:17
↓ 3 callersMethodgetSecureRandom
Get the secure random object @return the object
android-basics/src/main/java/com/github/bijoysingh/starter/util/RandomHelper.java:59
↓ 3 callersMethodkeys
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:253
↓ 3 callersMethodnotifyText
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:54
↓ 3 callersMethodread
Reads the data stored in the file given by the filename at the root level @param context the activity context @param filename the name of the filena
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:63
↓ 3 callersMethodrun
()
android-basics/src/main/java/com/github/bijoysingh/starter/async/MultiAsyncTask.java:50
↓ 3 callersMethodshow
Show a toast string @param toast the toast string
android-basics/src/main/java/com/github/bijoysingh/starter/util/ToastHelper.java:28
↓ 2 callersMethodaddTextView
(String text)
sampleapp/src/main/java/com/bsk/sampleapp/AsyncActivity.java:76
↓ 2 callersMethodclearSync
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:243
↓ 2 callersMethodexecute
Execute all the runnables added till now.
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleThreadExecutor.java:62
↓ 2 callersMethodfindViewById
(int id)
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewHolder.java:47
↓ 2 callersMethodflush
Writes the data into file
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:320
↓ 2 callersMethodgetAuthenticated
Gets if the query is authenticated @return is query authenticated
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:218
↓ 2 callersMethodgetAuthenticationData
The header information which you wish to send when a request is authenticated @return the extra header key-value pairs
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:164
↓ 2 callersMethodgetAuthenticationData
Returns the authentication data for the query @return the map key value pair
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:118
↓ 2 callersMethodgetBoolean
(String name)
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:65
↓ 2 callersMethodgetDouble
(String name)
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:60
↓ 2 callersMethodgetExecutor
()
android-basics/src/main/java/com/github/bijoysingh/starter/async/MultiAsyncTask.java:12
↓ 2 callersMethodgetFilename
The filename to store the content @return the filename
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:83
↓ 2 callersMethodgetHolderClass
()
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:44
↓ 2 callersMethodgetInt
(String name)
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:55
↓ 2 callersMethodgetItemViewType
(int position)
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:133
↓ 2 callersMethodgetItems
Returns the items of the list @return contents
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:169
↓ 2 callersMethodgetItems
Returns the items of the list @return contents
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:123
↓ 2 callersMethodgetMethod
Get the query method @return the method
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:227
↓ 2 callersMethodgetMissingPermissions
Returns a list of missing permissions @return the list permissions which the app does not have
android-basics/src/main/java/com/github/bijoysingh/starter/util/PermissionManager.java:67
↓ 2 callersMethodgetString
(String name)
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:45
↓ 2 callersMethodgetTimeoutMillis
@return Timeout milliseconds
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:119
↓ 2 callersMethodgetUrl
Get the url of the query @return the url
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:191
↓ 2 callersMethodhandle
(T result)
android-basics/src/main/java/com/github/bijoysingh/starter/async/MultiAsyncTask.java:52
↓ 2 callersMethodheavyOperation
(int value)
sampleapp/src/main/java/com/bsk/sampleapp/AsyncActivity.java:67
↓ 2 callersMethodinitStore
()
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:58
↓ 2 callersMethodinitialise
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:271
↓ 2 callersMethodisNullOrEmpty
Is the String null or empty @param value the string to test @return is the string null or empty
android-basics/src/main/java/com/github/bijoysingh/starter/util/TextUtils.java:22
↓ 2 callersMethodlogEvent
(String event, long millis)
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:69
↓ 2 callersMethodmigrateToStore
(Store store)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:304
↓ 2 callersMethodonFail
Called when the query executes with an error @param queryParams the query parameters @param error the error object from the server/device
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:106
↓ 2 callersMethodonSuccess
Called when the query executes successfully @param queryParams the query parameters @param response the response from the server
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:98
↓ 2 callersMethodpopulate
Populate the recycler view with the data @param data the Item value
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewHolder.java:36
↓ 2 callersMethodreadFromDisk
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:275
↓ 2 callersMethodsetAdapter
Set the adapter @param adapter the recycler view adapter @return this instance
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:110
↓ 2 callersMethodsetDefaultNumberOfThreads
Sets the default number of threads
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:93
↓ 2 callersMethodsetLinear
Sets the recycler to linear @return this instance
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:80
↓ 2 callersMethodsetWriteSynchronous
(boolean writeSynchronous)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:63
↓ 2 callersMethodstart
()
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:52
↓ 2 callersMethodstartWriting
(Store store)
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:145
↓ 2 callersMethodwrite
Write the contents into the storage
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:289
↓ 1 callersMethodareEqual
Checks if two nullable strings are equal @param value1 first nullable value @param value2 second nullable value @return are the two String are equal
android-basics/src/main/java/com/github/bijoysingh/starter/util/TextUtils.java:33
↓ 1 callersMethodbuild
Build the Query Param object @return object
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:179
↓ 1 callersMethoddestroy
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:324
↓ 1 callersMethodflushExistingData
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:58
↓ 1 callersMethodget
Gets the string value from the server based on the request @param queryParams the AccessItem instance
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:142
↓ 1 callersMethodgetBackoffMultiplier
@return Backoff multiplier
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:133
↓ 1 callersMethodgetDate
Convert the date to string @param unixTimestamp the timestamp @return the formatted timestamp
android-basics/src/main/java/com/github/bijoysingh/starter/util/DateFormatter.java:72
↓ 1 callersMethodgetFormat
()
android-basics/src/main/java/com/github/bijoysingh/starter/util/DateFormatter.java:38
↓ 1 callersMethodgetFuture
Get the DataStore synchronously @param context the application context @return instance of DataStore
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:53
↓ 1 callersMethodgetItemCount
()
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:113
↓ 1 callersMethodgetJsonRequest
Creates a volley JsonObjectRequest which will automatically call the handleSendResponse/Error functions based on situations and the various parameters
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:41
↓ 1 callersMethodgetLayout
The layout which needs to be used for the dialog @return the layout resource id
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/SimpleBottomSheetFragment.java:58
↓ 1 callersMethodgetLayoutFile
()
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:40
↓ 1 callersMethodgetLayoutId
The layout id of the fragment @return the layout id
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/SimpleFragment.java:32
↓ 1 callersMethodgetLong
(String name)
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:50
↓ 1 callersMethodgetMaxRetries
@return Maximum number of retries
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:126
↓ 1 callersMethodgetPageFragment
The page fragment for the position @param position the position @return the fragment
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:38
↓ 1 callersMethodgetPagesCount
The pages count @return the count
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:30
↓ 1 callersMethodgetRandomString
Get a random string with a fixed length @param length the length of the string @return the String
android-basics/src/main/java/com/github/bijoysingh/starter/util/RandomHelper.java:28
↓ 1 callersMethodgetSpanSizeLookup
Gets the span size lookup for the items @return the span size lookup
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:122
↓ 1 callersMethodgetStringRequest
Creates a volley StringRequest which will automatically call the handleGetResponse/Error functions based on situations and the various parameters of t
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:84
↓ 1 callersMethodgetViewPagerResourceId
The id of the view pager @return the view pager resource id
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:23
next →1–100 of 321, ranked by callers