[android-developers] onoptionsitemselected not called in activity toolbar

2016-02-01 Thread Rohan Pooniwala
i created a toolbar using the tutorial : http://developer.android.com/training/appbar/index.html i added options menu(created menu.xml and did all other stuff). I have override the onoptionsitemselected() function also. code: public boolean onOptionsItemSelected(MenuItem item) {

[android-developers] Session management in android application

2013-04-22 Thread rohan . dave7784
Hi I have one application build on android 2.2. I need to know is there any * Session* management kind of stuff exist in android development ? So i can implement it in my entire android application. If yes then can you please share any web urls or code for my reference ? Thanks in advance !!

[android-developers] Display and edit PDF in my android application without the use of third party application and webview

2012-05-31 Thread Rohan Tilekar
*This is the xml which i want to parse and display .* HHNo ID=0 NodeDescription=HHNo510270(10) Description=HHNo510270 PageCount=10 Value=0 MindsID_DocID=0#0 DateValue= DocName=# Cabinetid=0 HHNo ID=1 NodeDescription=OUT PATIENT DEPARTMENT(10) Description=OUT PATIENT DEPARTMENT PageCount=10

[android-developers] how to use intent??

2011-10-31 Thread Rohan Tilekar
i want to use intent. how do i start with intent?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Using Surface view to render SWF(Flex view ) under Tab Host

2011-10-24 Thread rohan
Hi, I am trying to render a flex view under one of the tab , but while navigating to another tab this Surface view (Flex view ) is not going away. I have tried setting visibility , setting height of the surface view but nothing seems to be working. Any pointer would be great. Thanks Rohan

[android-developers] SVG editing making Honeycomb 3.0 emulator slow due to more than 100% CPU usage

2011-07-04 Thread Rohan Ghosh
Hi, I am building a SVG editor on Honeycomb. I am using html and javascript apis for editing the SVG. I am displaying the html in a webview and calling the javascript functions from my native code. I am taking two svg layers. The lowermost layer contains the actual svg and the topmost layer is a

[android-developers] Looking for developer for project

2011-05-02 Thread Rohan
I am looking for a developer who can help me build a call waiting app which will play sound file which i select in the app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: HttpURLConnection gives UnknownHostException

2011-01-14 Thread Rohan Dhamal
Hi, Please check once, if there is any timeout occurring while connecting with HttpURLConnection. On Jan 13, 1:23 am, Ankur Avlani ankuravl...@gmail.com wrote: True, I agree with what you say.  Its just that I feel, other apps should also break or give error. Anywayz, Thanks a lot for

[android-developers] Re: How to make a backwards compatible aidl?

2010-12-09 Thread Rohan
Thanks Mark On Dec 2, 4:29 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Dec 2, 2010 at 6:23 PM, Rohan rohan.martin@gmail.com wrote: Bump. Any tips for me? I don't think what you literally asked for (make a backwards compatible AIDL) is possible. What should be possible

[android-developers] Re: How to make a backwards compatible aidl?

2010-12-02 Thread Rohan
Bump. Any tips for me? On Nov 26, 2:25 pm, ANT rohan.martin@gmail.com wrote: I want to support multiple applications communicating with my service through aidl, but I will need to add IPC functions in the future while still supporting the old applications.  Adding a new function to the

[android-developers]

2010-11-29 Thread Rohan Dixit
hi i am working on an android application.which is based upon an advanced email serch.. so can u give me idea how to start the application . which book should i refer replyit's urgent!! -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] A simple way to access phone features from web widgets

2010-09-27 Thread Rohan Malhotra
The full release of Nokia Platform Services 2.0 is now available. The Nokia Platform Services 2.0 APIs enable developer access to device features, data, and information through the addition of one or two lines of JavaScript™ code. The APIs are fully supported in firmware on the Nokia N97 mobile

[android-developers] Nokia inviting Developers to become an Ovi store publisher.

2010-09-22 Thread Rohan Malhotra
Hey Guys... I'm a developer and just received an email from Forum Nokia regarding Unmatched distribution opportunities at Ovi store at NOKIA. If u are a developer nd dream it big then grab this opportunity today. Nokia inviting developers to Become an Ovi store publisher. • Easy access to

[android-developers] Symbian C++ for mobile apps

2010-09-16 Thread Rohan Malhotra
Guys, Create powerful apps for the world’s most popular smart phone platform with Symbian C++ Symbian provides a secure, reliable operating system for smart phones and is created in Symbian C++ Symbian C++ has been designed to run efficiently on devices with relatively limited memory and power

[android-developers] Re: Overlay images onto Camera preview SurfaceView

2010-08-26 Thread Rohan Balakrishnan
Bump. Can anyone help me? On Aug 23, 12:21 pm, Rohan Balakrishnan roha...@gmail.com wrote: I have a SurfaceView that is being used to draw custom animations, and I would like to overlay them onto a live-feed from the phone's camera. Currently, the SurfaceView that contains the animations has

[android-developers] Overlay images onto Camera preview SurfaceView

2010-08-24 Thread Rohan Balakrishnan
I have a SurfaceView that is being used to draw custom animations, and I would like to overlay them onto a live-feed from the phone's camera. Currently, the SurfaceView that contains the animations has a white- background, but if I were to overlay them onto the phone's camera feed, they would have

[android-developers] Toast

2009-07-15 Thread Rohan Solanki
Hi all, I want my Toast to be displayed at specific points on the screen. How do i do that? Thanks in advance... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Toast

2009-07-15 Thread Rohan
easily accomplish this by just displaying a normal dialog, except making it not have focus or receive touch events and giving it an animation style that fades in and then out. On Wed, Jul 15, 2009 at 11:09 AM, Rohan Solanki solanki.ro...@gmail.comwrote: Hi all,    I want my Toast

[android-developers] Re: Face Detection

2009-02-18 Thread Rohan Francis
Hi, I got this resolved! I was converting the jpg photos I had to RGB565 using GIMP 2.4.5 and I was not able to get FaceDetector to detect faces properly. I put the original photos since the code anyways decodes it in RGB565 and it worked. Regards, Rohan On Feb 17, 2:54 pm, Rohan Francis

[android-developers] Face Detection

2009-02-17 Thread Rohan Francis
a face. Has anyone tried this feature? Could anyone please help in understanding the parameters of the images to use or please post a link to some image that has worked for them? Thanks, Rohan --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: How to invoke a service of one APK in another APK

2009-02-08 Thread Rohan Francis
=android.intent.category.LAUNCHER / /intent-filter /activity --- I have imported scratch.service.DbServiceInterface in the source-file for the Activity but while building I used to get: --- compile: [javac] Compiling 2 source files to /home/rohan/workspace/projects/ android/MyDatabaseActivity/bin