02-03-2009 04:37 AM
Hi,
I am trying to write a content Handler( JSR 211). I want this content handler to be invoked if user receive specific content type while working with device browser ?
any help in this regard will be appreciated.
Also is it possible to test this with JDE4.7 emulator ? if yes how ?
Thanks,
Krish
02-03-2009 09:16 AM
02-04-2009 01:39 AM
Thanks for the reply.
Please note that here i am not talking about programming black berry browser. Actually when I am saying device Browser, it means that a user is browsing a particular site on standard internet browser. Once a particular content type is returned from server, it should invoke my custom application to handle that.
Thanks,
02-04-2009 08:07 AM
02-04-2009 08:24 AM
Again Thanks for reply But I still have doubt.
Here I want to invoke a J2ME applicaiton installed on phone, Will this API be able to do that ? As per document it seems that you can only change look and feel of the browser by provided addition menus or by providing specific settings.
Also you can only extent BrowserContentProvider while registring with BrowserContentProviderRegistry. BrowserContentProvider does not provide a way to invoke another application.
Also if this is possible where will i Write code for registring my BrowserContentHandler with BrowserContentProviderRegistry as I will only write a J2ME application and jad file will provide a way to register content handler.
When my code will be invoked ?
also it will be great help if you can provide me same sample code if it is possible.
Thanks in advance.
02-04-2009 09:58 PM
02-10-2009 09:35 AM