- Creating JSON documents from java classes using gson
- getSharedPreferences (Context)
- getSupportFragmentManager (FragmentActivity)
- setContentView (Activity)
- ArrayList (java.util)
ArrayList is an implementation of List, backed by an array. All optional
operations including adding
- HashMap (java.util)
HashMap is an implementation of Map. All optional operations are supported.All
elements are permitte
- Set (java.util)
A Set is a data structure which does not allow duplicate elements.
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- JButton (javax.swing)
- Scheduler (org.quartz)
This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
- From CI to AI: The AI layer in your organization