[android-developers] how to reverse/retrieve byte to audio/sound source code??

2013-04-30 Thread Indra Wahyono
how to reverse/retrieve byte to audio/sound source code?? i don't know how to make it?? just this, i haven't solve the problem.. please share with me if know about this.. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: SlidingDrawer widget hidden by GLSurfaceView while sliding

2013-02-04 Thread indra
Hi Paul, Any success on this? I am facing same issue. Regards -- -- 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 androi

[android-developers] org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused

2011-11-16 Thread indra
I am trying to call a servlet from andorid application but when i call the servlet i get the connection refused error I have tried replacing 127.0.0.1 with my ip iaddress the i get connection time out error any clue on these. public static String executeHttpPost(String url, ArrayList postParam

[android-developers] Re: WebView data caching

2009-09-18 Thread indra
ntent://com.android.googlesearch.SuggestionProvider I will appreciate your help. Thanks Indra On Sep 4, 4:42 am, Jason Proctor wrote: > i'm not sure i follow you. why would webkit cache data loads, when > they're coming from local strings anyway? > > say some more about what you're trying to achieve and m

[android-developers] Re: SingleTask...

2009-09-07 Thread indra
activity and initialize it in onCreate(), or have it static and > really deal with it as a true global (not blowing it away when an activity > happens to be created); mixing the two models up like that is just going to > cause problems. > > > > On Sun, Sep 6, 2009 at 10:51 PM, in

[android-developers] Re: SingleTask...

2009-09-06 Thread indra
, and then of course the > next time it is restarted it will be re-initialized to its default value). >  There is nothing about activities or anything else in Android that has an > impact on this fundamental behavior. > > > > On Sun, Sep 6, 2009 at 3:48 AM, indra wrote: &

[android-developers] Re: SingleTask...

2009-09-06 Thread indra
myList, instead I get the value one which I first time accessed in myActivity. Strangle when I run this myActivity standalone I get correct values of myList each time. Please help me out. Thanks and Regards Indra On Aug 25, 9:46 pm, Dianne Hackborn wrote: > Please read the documentation.  As I s

[android-developers] OpenGL on top of camera preview - using two surface views

2009-07-19 Thread indra
24a2e48bb3 Now my question is will all devices have this behavior? Can I use this behavior in my app to get openGL layered on top of camera preview? Please answer this query, its s cl to have openGL over the camera preview! It opens up for some amazing stuff! Regards, Indra h

[android-developers] Re: Camera in portrait mode

2009-07-03 Thread indra
override the onDraw() method of the parent view (preferably a linearlayout) and rotate the canvas before calling super.onDraw(). Its going to take a bit of hacking.. Good luck! On Jul 2, 7:35 pm, lufo wrote: > Hi guys, I'm facing the same problem like indra. > > I need to overlay so

[android-developers] Re: Camera in portrait mode

2009-06-30 Thread indra
: > I'm sure that you found the right tone of voice to address the Android > development team. > > Layar, isn't that the same as Wikitude? > > On Jun 28, 12:02 am, indra wrote: > > > > > Hi guys at android, > > > Can you plase fixhttp://code.google

[android-developers] Camera in portrait mode

2009-06-27 Thread indra
Hi guys at android, Can you plase fix http://code.google.com/p/android/issues/detail?id=1193 When do you expect it to get fixed? I am a developer working on http://layar.eu and I had to go through lot of trouble to get the app working in portrait mode with camera preview, using a LOT of rotat

[android-developers] Re: can i load pdf url on webview?

2009-05-14 Thread indra
I request anybody who has got work-around to this problem, please step in. It is somewhat urgent. Regards, Indra On May 14, 3:41 pm, indra wrote: > Hi, > > I came across the similar case, where I have to show thepdfcontent > in WebView. > > 1. It seems, there is no WebView AP

[android-developers] Re: can i load pdf url on webview?

2009-05-14 Thread indra
which can be used. Thanks in advance. Regards, Indra On May 11, 6:12 pm, zeeshan wrote: > Hi , > > i am trying to load apdffile on a webview but it doesn't seem to > work. i am wondering ifpdfformate is supported for webview or not? > > if not then which file format would be

[android-developers] Re: Does Camera API really works ?

2009-05-12 Thread indra
Does 1.5 have support for camera in portrait? Please post the code sample. Regards, Indra On Mar 16, 7:35 am, Iliyan Malchev wrote: > Can you attach the logcat output?  Source code would also be helpful. > > On Thu, Mar 12, 2009 at 9:18 AM, crowcasso wrote: > > > Currently

[android-developers] Re: How to display text just over ProgressBar?

2009-03-26 Thread indra
I am using android 1.0 sdk and I am not getting progress.setMessage API. Can I get any work around? BREW implements decorator design pattern which helps in getting the two widget functionality into one. some text on a progress bar, that's all I need. On Mar 21, 4:18 pm, T patel wrote: > On Mar 1

[android-developers] Re: recreating webview display with capture picture

2009-03-09 Thread indra
Hi, any update on this, I am also looking for it. Thanks -Indra On Feb 12, 9:47 am, Bob wrote: > Hi, > Does anyone have an example on how to recreate a webview display by > using the capturepicture() method?  Can I save the resulting object in > SQLLite and how do I put it o

[android-developers] Notifications from file system

2008-09-17 Thread indra
Hi, Is there any way out by which we can get the change/modify notifications on file system. I want to get notifications from SD CARD, like we do on the databases applying ContentObservers. Pls help. Thanks and Regards, Indra --~--~-~--~~~---~--~~ You received