cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help needed for developing MII screens in Android -Galaxy tab

Former Member
0 Likes
207

how to develop MII screens for Android Phones (Samsung Galaxy Tab 7.0)?

what all things to be taken care...will it support for java applets.If the browser doesnot support is there any other option?

Edited by: Shanmugam k on Jun 20, 2011 4:48 PM

Edited by: Shanmugam k on Jun 20, 2011 4:49 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

Check the specification of device and try to install JRE and run the page.

If it does not support jre(applets) then you have a few options like

1. AJAX

2. XSL

3. JQuery

or you can develop Android apps(not sure how difficult to develop)

Regards

Anshul

Former Member
0 Likes

I have some web apps working fine on android and iphone using JQuery Mobile and google flot. Unless something has changed they both do not support applets.

Former Member
0 Likes

Hi Anshul,

Thanks for your reply..Its not allowing me to install JRE..

Former Member
0 Likes

Hi Shanmugam,

Yes there is no jre available for android.

But you can use xls, ajax and javascript plugins for web development.

for calling queries or bls you can use ajax

Link [ajax Example|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6003] [original link is broken] [original link is broken] [original link is broken];

for iBrowser you can use html select and ajax/xsl.(both will work)

for iGrid you can use xsl.

Link [XSL Example|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24807] [original link is broken] [original link is broken] [original link is broken];

for iChart you can use xsl with jquery/javascript chart plugins.

Link [Chart Example|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24998] [original link is broken] [original link is broken] [original link is broken];

Hope it helps.

Thanks

Anshul

Former Member
0 Likes

Hi Shanmugham,

There are two options:

1.develop an android application which consumes MII webservices.

2.develop web based interface which can be viewed on android devices using web browser.

First way will require you to learn android app development.

Below are some blogs which may help you develop application for android galaxy tab using the second way

/people/srinivaskumar.mupparshetty/blog/2011/05/25/ajax-enabled-dynamic-editable-data-grid-using-servlet-and-xsl-in-mii

/people/musarrat.husain2/blog/2011/06/08/charts-for-mobile-devices-using-flot-and-xslt

Regards,

Musarrat