MCPcopy Create free account

hub / github.com/BijoySingh/AndroidBasicsLibrary / types & classes

Types & classes53 in github.com/BijoySingh/AndroidBasicsLibrary

ClassAsyncActivity
sampleapp/src/main/java/com/bsk/sampleapp/AsyncActivity.java:12
InterfaceAuthenticationProvider
AuthenticationProvider interface for the executor
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:112
ClassBottomSheet
sampleapp/src/main/java/com/bsk/sampleapp/BottomSheet.java:9
ClassBottomSheetActivity
sampleapp/src/main/java/com/bsk/sampleapp/BottomSheetActivity.java:7
ClassBuilder
Builder class for the {@link QueryParams} class
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:59
ClassBuilder
The Builder class for the DefaultExecutor
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:148
ClassBuilder
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:48
ClassBuilder
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:28
ClassDataStore
Alternative to PreferenceManager. Allows for cross service preferences Created by bijoy on 2/12/17.
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/DataStore.java:26
ClassDataStoreActivity
sampleapp/src/main/java/com/bsk/sampleapp/DataStoreActivity.java:13
ClassDateFormatter
Simple function and variables to format time Created by bijoy on 1/27/17.
android-basics/src/main/java/com/github/bijoysingh/starter/util/DateFormatter.java:13
ClassDefaultQueryExecutor
The network call handler Created by bijoy on 10/24/15.
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:18
ClassDimensionManager
Simple dimension functions Created by bijoy on 1/28/17.
android-basics/src/main/java/com/github/bijoysingh/starter/util/DimensionManager.java:11
ClassFileManager
Created by bijoy on 1/1/16. The file manager class
android-basics/src/main/java/com/github/bijoysingh/starter/util/FileManager.java:25
EnumFormats
Some common formats to quicken usages
android-basics/src/main/java/com/github/bijoysingh/starter/util/DateFormatter.java:17
ClassIntentUtils
Common Intent functions Created by bijoy on 9/17/17.
android-basics/src/main/java/com/github/bijoysingh/starter/util/IntentUtils.java:13
ClassLocaleManager
Basic locale handling and simple functions Created by bijoy on 1/31/16.
android-basics/src/main/java/com/github/bijoysingh/starter/util/LocaleManager.java:9
ClassMainActivity
sampleapp/src/main/java/com/bsk/sampleapp/MainActivity.java:9
InterfaceMigration
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/VersionedStore.java:69
ClassMultiAsyncTask
android-basics/src/main/java/com/github/bijoysingh/starter/async/MultiAsyncTask.java:7
ClassMultiRecyclerViewAdapter
A Recycler View which can holder multiple ViewHolders Created by bijoy on 6/11/17.
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewAdapter.java:23
ClassMultiRecyclerViewControllerItem
Item to control the item properties. Created by bijoy on 6/11/17.
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/MultiRecyclerViewControllerItem.java:8
InterfaceOnQueryListener
The OnQueryListener interface for the the Executor
android-basics/src/main/java/com/github/bijoysingh/starter/server/DefaultQueryExecutor.java:91
InterfaceOnScrollListener
Interface class for the Listener
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:160
ClassPagerAdapter
android-basics/src/main/java/com/github/bijoysingh/starter/activity/TabbedActivity.java:24
ClassParallel
Class to handle parallel activities Created by bijoy on 2/12/17. @param <I> Input type @param <O> Output type
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:18
InterfaceParallelExecutionListener
Interface for the Parallel execution listener. This is executed when the input is about to be executed @param <I> input type @param <O> output type
android-basics/src/main/java/com/github/bijoysingh/starter/async/Parallel.java:86
ClassPermissionManager
A wrapper class for Marshmallow permissions Created by bijoy on 2/14/16.
android-basics/src/main/java/com/github/bijoysingh/starter/util/PermissionManager.java:15
ClassPreferenceManager
Stores and loads from the shared preferences Created by bijoy on 10/9/15.
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/PreferenceManager.java:12
ClassQueryExecutor
The network call handler Created by bijoy on 10/24/15.
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryExecutor.java:23
ClassQueryParams
Created by bijoy on 1/1/16. The access item
android-basics/src/main/java/com/github/bijoysingh/starter/server/QueryParams.java:14
ClassRandomHelper
Some common function used often and are difficult to classify Created by bijoy on 5/12/17.
android-basics/src/main/java/com/github/bijoysingh/starter/util/RandomHelper.java:11
ClassRecyclerViewAdapter
The recycler view adapter for list of content Created by bijoy on 1/7/16.
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewAdapter.java:19
ClassRecyclerViewBuilder
Builder Created by bijoy on 10/2/16.
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewBuilder.java:13
ClassRecyclerViewHolder
Parent Class for the Recycler View holders <p> Created by bijoy on 1/7/16.
android-basics/src/main/java/com/github/bijoysingh/starter/recyclerview/RecyclerViewHolder.java:13
ClassRefreshBasedFragment
Fragment for recycler view and allowing refresh easily Created by bijoy on 1/1/16.
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/RefreshBasedFragment.java:20
ClassSafeJson
Safe version of JSONObject Created by bijoy on 4/9/17.
android-basics/src/main/java/com/github/bijoysingh/starter/json/SafeJson.java:15
ClassShareBuilder
Simple Share Builder class to share text on Android
android-basics/src/main/java/com/github/bijoysingh/starter/util/IntentUtils.java:55
ClassSimpleAsyncTask
A simple wrapper for the asynchronous running Created by bijoy on 11/8/16.
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleAsyncTask.java:10
ClassSimpleBottomSheetFragment
Abstract class which helps build bottom sheet fragments Created by bijoy on 11/22/2017.
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/SimpleBottomSheetFragment.java:18
ClassSimpleFragment
Simple Fragment base class to ease the process of the fragment creation Created by bijoy on 3/31/17.
android-basics/src/main/java/com/github/bijoysingh/starter/fragments/SimpleFragment.java:14
ClassSimpleProfiler
Simple class to log timed content in code Created by bijoy on 2/8/17.
android-basics/src/main/java/com/github/bijoysingh/starter/util/SimpleProfiler.java:15
ClassSimpleThreadExecutor
Simple Thread Usage Created by bijoy on 1/27/17.
android-basics/src/main/java/com/github/bijoysingh/starter/async/SimpleThreadExecutor.java:17
ClassStore
Faster and more reliable alternative to DataStore which does not store a reference to the context after creation. Soon the DataStore will be removed.
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/Store.java:26
ClassStoreActivity
sampleapp/src/main/java/com/bsk/sampleapp/StoreActivity.java:13
ClassTabbedActivity
the tabbed activity Created by bijoy on 12/17/15.
android-basics/src/main/java/com/github/bijoysingh/starter/activity/TabbedActivity.java:16
InterfaceTask
android-basics/src/main/java/com/github/bijoysingh/starter/async/MultiAsyncTask.java:49
ClassTestStoreVsDataStore
sampleapp/src/main/java/com/bsk/sampleapp/TestStoreVsDataStore.java:12
ClassTextUtils
Simple functions for Texts and Strings on Android Created by bijoy on 3/29/17.
android-basics/src/main/java/com/github/bijoysingh/starter/util/TextUtils.java:14
ClassToastHelper
A seamingly pointless class but helps writing unnecessary arguments when writing toasts Created by bijoy on 10/1/16.
android-basics/src/main/java/com/github/bijoysingh/starter/util/ToastHelper.java:11
ClassVersionedStore
android-basics/src/main/java/com/github/bijoysingh/starter/prefs/VersionedStore.java:5
ClassViewPagerActivity
The View Pager Activity base for easy usage Created by bijoy on 3/31/17.
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:13
ClassViewPagerAdapter
A simple pager adapter that represents ScreenSlidePageFragment objects, in sequence.
android-basics/src/main/java/com/github/bijoysingh/starter/activity/ViewPagerActivity.java:76