1

I am new to OBIEE and would like to know that are there any frameworks or ways available to develop mobile applications for OBIEE so that i can view dashboard and reports on Android device itself.

4 Answers4

2

There are now two options for OBIEE on mobiles devices, including Android:

  1. Mobile App Designer - viewable on any HTML5 web browser
  2. Oracle BI Mobile for Android - native app for Android, available on Play store
Robin Moffatt
  • 30,382
  • 3
  • 65
  • 92
0

Nope, the OBIEE mobile application is just for Apple devices.

Vincenzo Maggio
  • 3,787
  • 26
  • 42
0

OBIEE does not have an Android App but, you can use the GO URL to retrieve Analysis and Dashboards and render them in the browser.

RHT
  • 4,974
  • 3
  • 26
  • 32
0

OBIEE has a very detailed SOA framework for integrating with external application it is part of Fusion Middleware.

http://docs.oracle.com/cd/E21764_01/bi.1111/e16364/soa_overview.htm#BIEIT137

This SOA framework can expose reports that are configured in OBIEE. If you familear with JDeveloper then you can import the service as JAX-RPC/ WS to implement you coding.

Hope this helps...