Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BijoySingh/AndroidBasicsLibrary
/ functions
Functions
321 in github.com/BijoySingh/AndroidBasicsLibrary
⨍
Functions
321
◇
Types & classes
53
↓ 1 callers
Method
getViewType
()
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:32
↓ 1 callers
Method
handle
Handle the response of type T @param t the object got from run()
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleAsyncTask.java:32
↓ 1 callers
Method
handleGetError
Handler for when a get() function gets an error @param queryParams the QueryParams instance used in the query @param error the volley error object
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:191
↓ 1 callers
Method
handleGetResponse
Handler for when a get() function gets a successful response @param queryParams the QueryParams instance used in the query @param response the Stri
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:175
↓ 1 callers
Method
handleSendError
Handler for when a send() function gets an error @param queryParams the QueryParams instance used in the query @param error the volley error object
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:199
↓ 1 callers
Method
handleSendResponse
Handler for when a send() function gets a successful response @param queryParams the QueryParams instance used in the query @param response the JSO
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:183
↓ 1 callers
Method
hasAllPermissions
Returns if the application already has all desired permissions @return has all permissions
android-basics/src/main/java/com/github/bijoysingh/starter/util/PermissionManager.java:85
↓ 1 callers
Method
hasPermission
Checks if the application has the permission @param permission the permission @return true if has permission
android-basics/src/main/java/com/github/bijoysingh/starter/util/PermissionManager.java:57
↓ 1 callers
Method
maybeRefresh
Maybe refresh the file.
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:280
↓ 1 callers
Method
onExecution
(I input)
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:87
↓ 1 callers
Method
onItemClick
On item click listener to Override @param holder The view holder @param item The object item
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:159
↓ 1 callers
Method
onItemClick
On item click listener to Override @param holder The view holder @param item The object item
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:82
↓ 1 callers
Method
onMigration
(int startVersion, int endVersion, VersionedStore store)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/VersionedStore.java:70
↓ 1 callers
Method
onPageChanged
Called on the page change @param position the position of the new page
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:45
↓ 1 callers
Method
onReadCompleted
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:291
↓ 1 callers
Method
onScrollToBottom
(RecyclerView recyclerView)
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:161
↓ 1 callers
Method
onWriteCompleted
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:295
↓ 1 callers
Method
openBottomSheet
()
sampleapp/src/main/java/com/bsk/sampleapp/BottomSheetActivity.java:22
↓ 1 callers
Method
readCompressedFile
(File file)
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:67
↓ 1 callers
Method
readFromFile
(File fileToRead)
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:101
↓ 1 callers
Method
refresh
Reloads the preferences. Essential for service accesses @return this reference
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:243
↓ 1 callers
Method
refreshList
()
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/RefreshBasedFragment.java:59
↓ 1 callers
Method
run
Run code to get the object of type T @return the object of type T
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleAsyncTask.java:26
↓ 1 callers
Method
setLayoutManager
(RecyclerView.LayoutManager manager)
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:85
↓ 1 callers
Method
setView
Sets the view of the RV @param root the root view @param recyclerViewId the layout id of the recycler view @return this instance
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:46
↓ 1 callers
Method
setupDataStoreTest
()
sampleapp/src/main/java/com/bsk/sampleapp/TestStoreVsDataStore.java:69
↓ 1 callers
Method
setupStoreTest
()
sampleapp/src/main/java/com/bsk/sampleapp/TestStoreVsDataStore.java:33
↓ 1 callers
Method
setupView
Setup the view once inflated @param dialog the dialog with the view inflated
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/SimpleBottomSheetFragment.java:66
↓ 1 callers
Method
startTest
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:44
↓ 1 callers
Method
startTesting
()
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:65
↓ 1 callers
Method
startTestingVersioned
()
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:98
↓ 1 callers
Method
testAsyncTask
()
sampleapp/src/main/java/com/bsk/sampleapp/AsyncActivity.java:32
↓ 1 callers
Method
testAsynchronousLoad
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:103
↓ 1 callers
Method
testMigrateToStore
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:130
↓ 1 callers
Method
testMigration
()
sampleapp/src/main/java/com/bsk/sampleapp/TestStoreVsDataStore.java:105
↓ 1 callers
Method
testMultiAsyncTask
()
sampleapp/src/main/java/com/bsk/sampleapp/AsyncActivity.java:50
↓ 1 callers
Method
testSynchronousLoad
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:88
↓ 1 callers
Method
testSynchronousLoadAndWrite
()
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:72
↓ 1 callers
Method
verifyNoData
(DataStore store)
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:175
↓ 1 callers
Method
writeCompressedFile
(File file, String content)
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:85
↓ 1 callers
Method
writeToDisk
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:166
↓ 1 callers
Method
writeToFile
(File fileToWrite, String content)
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:116
Method
Builder
The constructor for the Builder class @param url the query url
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:74
Method
Builder
Constructor for the Builder class @param context the activity context
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:161
Method
Builder
()
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:54
Method
Builder
()
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:32
Method
DataStore
DataStore construct @param context the application context
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:72
Method
DefaultQueryExecutor
Constructor for the {@link DefaultQueryExecutor} @param context the activity context @param timeout the timeout amount
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:37
Method
For
Execute for in parallel @param inputs the list of inputs for the for @return the list of outputs @throws Exception execution
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:59
Method
Formats
(String format)
android-basics/src/main/java/com/github/bijoysingh/starter/util/DateFormatter.java:34
Method
MultiRecyclerViewAdapter
( Context context, List<MultiRecyclerViewControllerItem<T>> controllerItemList)
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:44
Method
MultiRecyclerViewControllerItem
(Builder<T> builder)
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:25
Method
PagerAdapter
(FragmentManager fragmentManager)
android-basics/src/main/java/com/github/bijoysingh/starter/activity/TabbedActivity.java:28
Method
Parallel
()
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:23
Method
PermissionManager
Constructor for the Permission Manager @param activity the activity which will request the permissions
android-basics/src/main/java/com/github/bijoysingh/starter/util/PermissionManager.java:26
Method
PreferenceManager
Private Constructor @param context activity context
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/PreferenceManager.java:21
Method
QueryExecutor
(Context context)
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:29
Method
QueryParams
The private QueryParam constructor @param url the url of the query @param cache optional cache filename @param queryIdentifier
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:38
Method
RecyclerViewAdapter
The recycler view adapter constructor @param context the application/activity context @param layout the layout resource file id @param type the c
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:50
Method
RecyclerViewBuilder
Constructor for the RVBuilder @param context the activity context
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:35
Method
RecyclerViewHolder
Constructor for the recycler view holder @param context the application/activity context @param root the view of the current item
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewHolder.java:25
Method
SafeJson
()
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:16
Method
ShareBuilder
Constructer for the intent share builder @param context the context
android-basics/src/main/java/com/github/bijoysingh/starter/util/IntentUtils.java:66
Method
SimpleProfiler
(String tag, int logMode)
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:23
Method
SimpleThreadExecutor
Single Thread Executor
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleThreadExecutor.java:24
Method
Store
(Context context, String storeName)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:42
Method
ToastHelper
The ToastHelper constructor @param context the activity context
android-basics/src/main/java/com/github/bijoysingh/starter/util/ToastHelper.java:19
Method
VersionedStore
(Context context, String storeName, int versionNumber, Migration migration)
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/VersionedStore.java:12
Method
ViewPagerAdapter
(FragmentManager manager)
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:77
Method
addExtra
Add extra to be passed @param key key @param value value @return Builder
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:169
Method
addFragment
(Fragment fragment, String title)
android-basics/src/main/java/com/github/bijoysingh/starter/activity/TabbedActivity.java:32
Method
addItem
Adds an item into the contents @param item the item to be added @param position the position you wish to add item in
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:189
Method
addItem
Adds an item into the contents @param item the item to be added @param position the position you wish to add item in
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:143
Method
addItems
(List<T> list)
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/RefreshBasedFragment.java:32
Method
addItems
Add multiple items into the contents @param items the list of items
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:215
Method
addItems
Add multiple items into the contents @param items the list of items
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:169
Method
addRunnable
Add Runnables to run @param runnable the Runnable @return this instance
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleThreadExecutor.java:43
Method
areEqualNullIsEmpty
Checks if the two nullable strings are equal @param value1 first nullable value @param value2 second nullable value @return the two Strings are equal
android-basics/src/main/java/com/github/bijoysingh/starter/util/TextUtils.java:49
Method
build
The Builder build method @return the DefaultQueryExecutor object
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:228
Method
build
RVBuilder build method @return the recycler view
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:120
Method
build
()
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:79
Method
build
()
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:47
Method
call
()
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:64
Method
call
()
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:56
Method
capture
()
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:57
Method
clearItems
Remove all the items in the list of contents
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:235
Method
clearItems
Remove all the items in the list of contents
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:189
Method
clearList
()
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/RefreshBasedFragment.java:63
Method
copyToClipboard
Copies the text to the system clipboard @param context the context @param clipText the clip to copy
android-basics/src/main/java/com/github/bijoysingh/starter/util/TextUtils.java:59
Method
doInBackground
(Void... params)
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleAsyncTask.java:11
Method
dpToPixels
Converts dp value to pixel value @param context the app context @param dp the length in dp @return the pixel size
android-basics/src/main/java/com/github/bijoysingh/starter/util/DimensionManager.java:19
Method
get
Load the data from the shared preferences @param key the key of the data @return the value stored or a default
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/PreferenceManager.java:35
Method
get
(String name)
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:70
Method
getActivity
Get the activity of the query @return the activity
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:236
Method
getAuthenticationData
()
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:121
Method
getBackoffMultiplier
()
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:130
Method
getCount
()
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:86
Method
getCount
()
android-basics/src/main/java/com/github/bijoysingh/starter/activity/TabbedActivity.java:42
Method
getExtra
Get extra values @param key the key of the object @return The object if key exists, else null
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:255
Method
getFragment
Get the fragment of the query @return the fragment
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:245
← previous
next →
101–200 of 321, ranked by callers