Import the Mobile Component Framework into Your Android Application

After you add the mobile component framework in your project, you need to import it in each activity that will use the mobile component before you can access its functionality.

  1. In Android Studio, open the Java source file for the activity.
  2. Add the following line to the import section of your the activity: import oracle.live.api.CommunicationFragment;.
  3. Save the file.

What to do next

Next, Add the Mobile Component to Your Android Layouts.