[android-developers] Re: How to update the progress bar dynamically.

2008-07-03 Thread Fräntz Miccoli
I've made it work using an handler inside my activity and planned a method called with handler.postDelay On 2 juil, 13:31, Fräntz Miccoli [EMAIL PROTECTED] wrote: I've tryed with a Timer but it doesn't work the function inside myTimer is called but it cannot access my progress bar :        

[android-developers] how to obfuscate the android src code?

2008-07-03 Thread tellme
I want to use ProGuard to obfuscate the android's src code,. The steps: 1、using eclipse to export a jar file,say a.jar, of the android project only include the java file, not include the res、asset directory. 2、using the dx tool to convert the a.jar file to apk file. if success, I will use

[android-developers] Re: Making a fullscreen video player

2008-07-03 Thread Eric
Hi, Are you working on a open source project or closed one? If open source, which project is it? and can you contact me? We are building a Android PMP and are looking for someone to make a video player/recorder for Android.. Thanks Eric Portable Electronics Ltd www.hdmp4.com On Jul 2,

[android-developers] Re: Making a fullscreen video player

2008-07-03 Thread Fräntz Miccoli
Sorry but it's a closed source project. On 3 juil, 13:17, Eric [EMAIL PROTECTED] wrote: Hi, Are you working on a open source project or closed one? If open source, which project is it? and can you contact me? We are building a Android PMP and are looking for someone to make a video

[android-developers] Re: Conversion to Dalvik format failed with error 2

2008-07-03 Thread Taras Puchko
Hi Oscar, It looks like Retrotranslator haven't translated the ConversationProcessor class if you see the following stack trace: java.lang.UnsupportedOperationException: native method not implemented at java.lang.Class.getDeclaredAnnotations(Native Method) at

[android-developers] Video Streaming /MediaPlayerTest.zip / mp.prepare problem

2008-07-03 Thread nekin
Hi Megha, i checked ur MediaPlayerTest.zip example on android-sdk_m5- rc15_windows environment but for playing video from remote url.. i got null pointer when mp.prepare method is called even when i check mp.prepareAsync method.. it calls buffering listeners upto 100% but on screen there is

[android-developers] Problems with WebView

2008-07-03 Thread Casey Borders
I am having trouble with WebViews. When I use mWebView.loadUrl(http://www.google.com;); It just shows a blank white page, but if I use mWebView.loadData(htmlbodyThis is working! WHY?!/body/html, text/html, UTF-8); it shows up. I have tried changing the size, but now I have it set to

[android-developers] Re: Setting a breakpoint in a service

2008-07-03 Thread www.netthreads.co.uk
Josh, I looked at the manifest file and the service was indeed set as remote. android:process=:remote Removing this let me stop on the breakpoint in the service. The name 'remote' is just the name of the process. Ithas no special meaning, am I correct? Thanks. Al. On Jul 2, 5:01 pm, Josh

[android-developers] Video Streaming /MediaPlayerTest.zip / mp.prepare problem

2008-07-03 Thread nekin
hi all, i was fighting with video streaming issue. do we have support of video streaming in android or not i test MediaPlayerTest.zip example from Megha and when i given it some http absolute url to my 3gp or mp4 video it is giving me error at the line of executing mp.prepare() method call i

[android-developers] hiiiiii

2008-07-03 Thread [EMAIL PROTECTED]
i am Join this group.. Thank you... --~--~-~--~~~---~--~~ 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

[android-developers] Question regarding WebView

2008-07-03 Thread Brother
Quick question, I have started to play with the WebView and inserted one in a LinearLayout just below another LinearLayout containing some other widgets (buttons, text fields...) All work fine. When I pass a URL to the WebView, the content gets correctly displayed. Now when I click any links in

[android-developers] Re: how to run an application compiled with gcc

2008-07-03 Thread atilar
I don't know whether android support openoffice or not, so i have this question. If not, i have to run it as native C application. But i still wish it is supported or any one can give me an answer? thanks On 7月3日, 上午5时52分, Josh Guilfoyle [EMAIL PROTECTED] wrote: This isn't entirely true.  While

[android-developers] Re: Problems with WebView

2008-07-03 Thread Steve Oldmeadow
There is a search function. http://groups.google.com/group/android-developers/browse_thread/thread/819374b1b0f77ab8/f5228517366d3664?lnk=gstq=WebView+bug#f5228517366d3664 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Video Streaming /MediaPlayerTest.zip / mp.prepare problem

2008-07-03 Thread Fräntz Miccoli
It's not possible to call prepare in the onCreate method, I dunno why, but it didn't work. You should call it a bit later. Use handler.postdelayed for this ! On 3 juil, 11:26, nekin [EMAIL PROTECTED] wrote: hi all, i was fighting with video streaming issue. do we have support of video

[android-developers] Re: how to run an application compiled with gcc

2008-07-03 Thread David Given
atilar wrote: I don't know whether android support openoffice or not, so i have this question. If not, i have to run it as native C application. But i still wish it is supported or any one can give me an answer? thanks No, OpenOffice doesn't work, and mostly likely never will. Android is

[android-developers] Re: Question regarding WebView

2008-07-03 Thread Mark Murphy
When I pass a URL to the WebView, the content gets correctly displayed. Now when I click any links in the displayed web page, the entire view/screen is replaced by the browser, therefore the widgets in the upper Layout are not visible anymore. I haven't played with that specific scenario,

[android-developers] Looking for Mobile Social Software Apps on Android

2008-07-03 Thread Lee S Dryburgh
Mobile Social Software (MoSoSo) - for a very rough definition see: http://en.wikipedia.org/wiki/Mososo For the Emerging Communications (eComm) conference set for March 30th- April 1st 2009 (www.eCommMedia.com), we will be setting a focus on MoSoSo apps, particularly on Android and on the iPhone.

[android-developers] Re: Looking for Mobile Social Software Apps on Android

2008-07-03 Thread Shane Isbell
I think that there are 50 social software apps among the ADC winners; would be a good place to start. Shane On Thu, Jul 3, 2008 at 11:27 AM, Lee S Dryburgh [EMAIL PROTECTED] wrote: Mobile Social Software (MoSoSo) - for a very rough definition see: http://en.wikipedia.org/wiki/Mososo For

[android-developers] Re: Looking for Mobile Social Software Apps on Android

2008-07-03 Thread Lee S Dryburgh
Yes yesterday I took the 50 list and I've been studying what each is doing, so for example if I pick the first 4 in aplhabetical order - AndroidScan is not MoSoSo (but still very interesting and may be worthy of a speaking slot) whereas Beetrun is; BioWallet is not but BreadCrumbz is. Thanks

[android-developers] Re: Looking for Mobile Social Software Apps on Android

2008-07-03 Thread Zach Hobbs
There is a place on HelloAndroid.com where people have posted some of the apps they're working on. There are a handful of social apps on there: http://www.helloandroid.com/apps -- Zach Hobbs HelloAndroid.com Android OS news, tutorials, downloads On Thursday 03 July 2008 14:27:51 Lee S

[android-developers] Confused about WebView#loadData()

2008-07-03 Thread pcockerell
Hi I'm confused about the encoding parameter of loadData(). Since the data argument is a Java String, by definition it's in UCS-2 representation. So what role does the encoding argument play? I could see that you'd need encoding if the data was is some byte-oriented format like a byte[] or an

[android-developers] Re: Confused about WebView#loadData()

2008-07-03 Thread Mark Murphy
pcockerell wrote: I'm confused about the encoding parameter of loadData(). Since the data argument is a Java String, by definition it's in UCS-2 representation. I can tell you that the one loadData() sample in ApiDemos in the SDK uses utf-8 for the encoding parameter, and in some code I've

[android-developers] Re: Confused about WebView#loadData()

2008-07-03 Thread pcockerell
Yes, I noticed that the samples use utf-8 too. That makes as much (or as little) sense as any other encoding giving that a String is being passed in. I guess unless someone from the Android team can shed light on it, I'll just go with my theory that the encoding parameter is used to encode the

[android-developers] Re: Setting a breakpoint in a service

2008-07-03 Thread hackbod
Right, it is just your own name for additional processes associated with your .apk. On Jul 2, 2:09 pm, www.netthreads.co.uk [EMAIL PROTECTED] wrote: Josh, I looked at the manifest file and the service was indeed set as remote. android:process=:remote Removing this let me stop on the

[android-developers] Re: Looking for Mobile Social Software Apps on Android

2008-07-03 Thread Steve Oldmeadow
http://www.eitarosoft.co.jp/lamity.htm Virtual world social app. Not sure if it is MoSoSo maybe ViWoSoSo or MoViWoSoSo. Whatever it is its damn cool. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android