Re: [android-developers] Re: Goo Market Frustration(s) -- a request to experienced app developers

2010-10-08 Thread Kostya Vasilyev
08.10.2010 19:29, Streets Of Boston пишет: Also, your app may not work on HIS hero-phone. It could be tons of things, depending on your app, that may have nothing to do with a particular (brand of) device, but with software loaded on it. [snip] And i agree with Nathan; someone giving a

[android-developers] 3D Model Loading Problem

2010-10-08 Thread souza
Hi everyone, I'm developing an android application for my thesis and I need to load a 3D model into it. I have decided to use the .obj file structure as input. After some searching in the internet and also here in the Android Developers group I found an object loader provided by the project

[android-developers] Re: Possible to check .apk signature?

2010-10-08 Thread DanH
Getting back to the original topic, there is a scheme that would be fairly secure if the regular JDK were used but is probably broken by Dalvik: Have the server specify a random class in the application, and random start/end offsets in the class's bytecodes, and have he application then do

Re: [android-developers] Follow up for the active install count problem

2010-10-08 Thread Stephen Jungels
My count had dropped to the point where it looked like an abandoned app (about 33% at the lowest, I think). It started to stabilize and then go up again, and after I did a release a few days ago it jumped from 37% to 45%, so I think releasing an update will get things back to normal more quickly

[android-developers] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-08 Thread JonFHancock
Another relatively slow day so far. My app was showing in the market (for me at least), but I unpublished and republished for good measure. We'll see... On Oct 8, 6:29 am, Zsolt Vasvari zvasv...@gmail.com wrote: I just unpublushed and republished it and it showed up immediately. WTF On

[android-developers] Re: automotive related project ideas

2010-10-08 Thread DanH
The automotive test tool business is fairly big. Mostly they use specialized equipment, but there may be a niche for using a phone with some sort of dongle to read computer info, do ignition analysis, etc. Trucking companies may be in the market for specialized apps for tracking their routes,

[android-developers] Re: Possible to check .apk signature?

2010-10-08 Thread JonFHancock
I think we're finally understanding each other, Dan. I am using the public key as a secure way of identifying that the app is mine before I pass data back from the server. The CRC323 isn't really used. I do pass it as an extra piece of information that loosely identifies a specific build. The

[android-developers] Re: 2.2 apk does not install in 2.1 droid

2010-10-08 Thread JonFHancock
Always a pleasure. On Oct 8, 1:50 am, kavitha b kkavith...@gmail.com wrote: Thanks JonFHancock. It solved my problem. On Fri, Oct 8, 2010 at 12:31 PM, JonFHancock jonfhanc...@gmail.com wrote: Sorry, I should have linked to the relevant documentation.

[android-developers] Re: Goo Market Frustration(s) -- a request to experienced app developers

2010-10-08 Thread Nathan
The failure may very well be non specific to a Hero. In addition, there are some things that may break on Hero that won't break on others. If you run it in a 1.5 emulator, you will already find out if you are using APIs that weren't available in 1.5. Also try to run it hundreds of times

[android-developers] Re: Possible to check .apk signature?

2010-10-08 Thread DanH
Of course, that's what your app version is for. ;) On Oct 8, 12:01 pm, JonFHancock jonfhanc...@gmail.com wrote: I think we're finally  understanding each other, Dan.  I am using the public key as a secure way of identifying that the app is mine before I pass data back from the server.  The

[android-developers] Re: automotive related project ideas

2010-10-08 Thread MB
How about an app that does offline routing? You would get a lot of ATT, T-mobile customers. On Oct 8, 9:59 am, DanH danhi...@ieee.org wrote: The automotive test tool business is fairly big.  Mostly they use specialized equipment, but there may be a niche for using a phone with some sort of

[android-developers] Re: Undetectable Android Service

2010-10-08 Thread MB
What's the use case you are trying to address? On Oct 8, 4:21 am, Amit Mangal forum.amit.man...@gmail.com wrote: Hi, Is it possible to write a background service in android which is undetectable ? it should not me present is app manager also. Thankyou -- You received this message because

[android-developers] Re: reliable app store?

2010-10-08 Thread MB
Why don't you sell/make the app available on your own website? On Oct 8, 3:27 am, Éva Lovrencsics lovi...@gmail.com wrote: Hello all, I think it's a common problem. I'd like to sell my apps, but my country is not supported for merchants already. Do you know a reliable app store where I

[android-developers] Re: Simulating USB connection

2010-10-08 Thread Doug
What device does this occur on? Is the app listening for any broadcast intents, and if so, which? -- 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

[android-developers] Re: caller id spoofing

2010-10-08 Thread DanH
One MIGHT be able to work a deal with the phone's service provider where it would be reported as the other number. But this would probably not work when roaming, even if you could swing it. On Oct 7, 4:40 pm, Greg Donald gdon...@gmail.com wrote: I've searched and found nothing helpful so I'm

[android-developers] Re: how to send data to server while recording

2010-10-08 Thread cindy
If it is possible, can you share some code ? Thanks! April On Oct 8, 12:18 am, ko5tik kpriblo...@yahoo.com wrote: On Oct 8, 2:44 am,cindyypu01...@yahoo.com wrote: why we need base64 encoding? Is that AMR ? Because HTTP is text based protocol  - your server will barf on binary data (mine

Re: [android-developers] Checkbox with multiple lines with different font size

2010-10-08 Thread TreKing
On Fri, Oct 8, 2010 at 10:05 AM, scadaguru scadag...@gmail.com wrote: I am trying to put CheckBox with multiple lines and all lines after fist with smaller font size same as we have under from home page Menu-Settings-Sound Display-Silent mode. What you're looking at is a preference. You can

Re: [android-developers] Re: button placement problem

2010-10-08 Thread TreKing
On Fri, Oct 8, 2010 at 11:11 AM, Varun Khanduja varunkhand...@gmail.comwrote: The button at the bottom of the picture in the tutorial is somethign I am trying to achieve. Not a very good tutorial if you can't get it to work :P I don't know about that, but I would start by looking at setting

Re: [android-developers] Horizontal scrolling list with image and text

2010-10-08 Thread TreKing
On Fri, Oct 8, 2010 at 11:26 AM, Lance Hill lancemh...@gmail.com wrote: Is it possible to display a list of images+text descriptions in a Gallery, and if it is, does anyone have an example of how to do this? I have not used Gallery, but considering it's just another ViewGroup, I don't see

[android-developers] Re: Checkbox with multiple lines with different font size

2010-10-08 Thread DanH
You can supposedly do some formatting of text in TextView (and subclasses) by creating a Spanned object out of android.text.HTML.fromHtml() and then doing setText with that Spanned object. The documentation's a little (OK, a lot) vague as to what subset of HTML is supported, though. On Oct 8,

Re: [android-developers] Follow up for the active install count problem

2010-10-08 Thread TreKing
On Fri, Oct 8, 2010 at 11:13 AM, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: and maybe the count would fix itself with new upgrades... No. It gets better, but it's not fixed by any means. I pumped out an update shortly after the supposed fix - I've gone up 20% from the lowest point

[android-developers] Re: Android - landscape-right and landscape-left orientation

2010-10-08 Thread DanH
Could you create an OrientationEventListener and set the orientation yourself? (The documentation seems to imply, but not specifically state, that this operates independently of the setRequestedOrientation value.) On Oct 8, 7:07 am, neha neha31gu...@gmail.com wrote: I have an application, that

[android-developers] Re: When is android market opening to India??

2010-10-08 Thread jtoolsdev
India got paid apps on the 6th and I have since had orders from customers in India. On Oct 6, 10:51 pm, Kumar Bibek coomar@gmail.com wrote: All I can say is Wait and Watch :( On Thu, Oct 7, 2010 at 11:20 AM, Vijay Vikrant Balyan vijayvikran...@gmail.com wrote: Hello,      Does

[android-developers] Re: reliable app store?

2010-10-08 Thread CindyC
Check www.netmobo.com. There's an API that supports collecting payments regardless of app store and regardless of country as long as you have the ability to receive supported payment methods in your country. Supported payment methods are credit cards, Paypal and Google Checkout. Cash cards in your

[android-developers] Re: GLSurface doesn't draw anything when i came back again.

2010-10-08 Thread Lance Nanek
Well, one thing I can think of, make sure you are reloading your textures in Renderer#onSurfaceChanged. They get cleared more often than onSurfaceCreated is called. Also make sure your Activity is calling GLSurfaceView#onPause and onResume at the right times. On Oct 5, 9:36 pm, choi

[android-developers] Re: Wierd memory leak

2010-10-08 Thread fadden
On Oct 8, 3:57 am, DanH danhi...@ieee.org wrote: Well, I would hope that the Java threadsafe classes are still threadsafe.  But essentially none of the UI is, and the structure of the system greatly discourages sharing data between threads. Allowing multiple threads direct access to UI state

[android-developers] Creating a vertical spacer

2010-10-08 Thread DanH
Kind of an newbie question, I suppose -- I haven't done much playing with layouts yet -- I want a spacer in a layout to space some text down below the live part of a background image. I tried this: ?xml version=1.0 encoding=utf-8? RelativeLayout

[android-developers] Re: Wierd memory leak

2010-10-08 Thread DanH
Greatly discourages sharing seems like a bit of an over-statement. The Java programming language provides well-defined methods of sharing data between threads, and the Java memory model rigorously defines what is and isn't expected to work. (Or were you referring to something else?) I was

Re: [android-developers] Creating a vertical spacer

2010-10-08 Thread Tom Gibara
Difficult to say without the stack trace, but I notice that there's no layout_height attribute on the View. Tom. On 8 October 2010 22:05, DanH danhi...@ieee.org wrote: Kind of an newbie question, I suppose -- I haven't done much playing with layouts yet -- I want a spacer in a layout to

Re: [android-developers] Creating a vertical spacer

2010-10-08 Thread Mark Murphy
I'd use android:layout_marginTop=200dip on whatever is below your View, instead of a separate spacer. Can you post the exception associated with the horrible death? On Fri, Oct 8, 2010 at 5:05 PM, DanH danhi...@ieee.org wrote: Kind of an newbie question, I suppose -- I haven't done much playing

[android-developers] Re: When is android market opening to India??

2010-10-08 Thread Pent
India got paid apps on the 6th and I have since had orders from customers in India. Ditto, though not many. Pent -- 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

[android-developers] Re: Creating a vertical spacer

2010-10-08 Thread DanH
Curse the LogCat view on Eclipse! I see this when I export the exception: java.lang.RuntimeException: Binary XML file line #10: You must supply a layout_height attribute. 10-08 16:24:13.603: DEBUG/AndroidRuntime(1572): Shutting down VM 10-08 16:24:13.603: WARN/dalvikvm(1572): threadid=1:

[android-developers] Re: Horizontal scrolling list with image and text

2010-10-08 Thread Lance Hill
I haven't started yet since I wanted to make sure I wasn't heading down a bad path. If this is the correct method of handling this situation and there are already examples of how to do this out there, I prefer to stand on the shoulders of giants. On Oct 8, 3:08 pm, TreKing treking...@gmail.com

[android-developers] TableLayout and displaying Database data

2010-10-08 Thread Boardy
Hi all, I am currently looking in to developing an application for the android platform. I have some information that is stored within the SQLite Database of Android. What I want to be able to do is to perform a query to the database table and populate a TableLayout with the information from the

Re: [android-developers] Re: Creating a vertical spacer

2010-10-08 Thread Kostya Vasilyev
Would be nice if this could be reported at build time. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 09.10.2010 1:29 пользователь DanH danhi...@ieee.org написал: Curse the LogCat view on Eclipse! I see this when I export the exception: java.lang.RuntimeException: Binary XML file

[android-developers] Re: Creating a vertical spacer

2010-10-08 Thread DanH
Well, it doesn't die when I add layout_height. Doesn't do what I want (of course), but doesn't die. On Oct 8, 4:28 pm, DanH danhi...@ieee.org wrote: Curse the LogCat view on Eclipse!  I see this when I export the exception:  java.lang.RuntimeException: Binary XML file line #10: You must

[android-developers] Exception every time I launch the application

2010-10-08 Thread Pankaj
Hi all, I get an exception every time I launch the application. Here is the stacktrace for the exception 10-01 14:49:35.321: WARN/WindowManager(61): Exception when adding starting window 10-01 14:49:35.321: WARN/WindowManager(61): java.lang.RuntimeException: Binary XML file line #25: You must

Re: [android-developers] Re: Creating a vertical spacer

2010-10-08 Thread Tom Gibara
It's not really possible for the system to know this at build time. The presence of the layout_ attributes can be provided by styles that may be absent in some resource configurations. Because of this their omission is essentially a runtime condition. Tom. On 8 October 2010 22:33, Kostya

Re: [android-developers] Re: Creating a vertical spacer

2010-10-08 Thread Mark Murphy
On Fri, Oct 8, 2010 at 5:37 PM, DanH danhi...@ieee.org wrote: Well, it doesn't die when I add layout_height.  Doesn't do what I want (of course), but doesn't die. Remember that you are putting it in a RelativeLayout. Unless you specify some other widget as being relative to the View, it's just

Re: [android-developers] Re: Possible to check .apk signature?

2010-10-08 Thread Dianne Hackborn
An .apk is a super-set of a .jar, and uses the standard Java certificate and signing mechanisms in a .jar. If you are concerned about this being broken... well, not sure what to say. :} On Fri, Oct 8, 2010 at 6:00 AM, DanH danhi...@ieee.org wrote: I may have misinterpreted. Presumably

[android-developers] bugreport tutorial

2010-10-08 Thread Dan Raaka
Is there any documentation around how to interpret adb bugreport -Dan -- 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] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-08 Thread Zsolt Vasvari
Yes, it is very strange. No sales again for 6 hours, and these 6 hours is when my app sells the most, as it's the afternoon/evening in the US. I can't prove that something is wrong, but it certainly is mind-boggling. On Oct 9, 12:55 am, JonFHancock jonfhanc...@gmail.com wrote: Another

[android-developers] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-08 Thread Zsolt Vasvari
Sorry, I take that back. There was one attempted sale in those 6 hours that failed with The authorization of the customer's credit card failed. I see a lot of those in bunches, also. On Oct 9, 6:28 am, Zsolt Vasvari zvasv...@gmail.com wrote: Yes, it is very strange.  No sales again for 6

Re: [android-developers] bugreport tutorial

2010-10-08 Thread Dianne Hackborn
Um. Ahahah. Hah. Ouch. It's probably better to specify fairly specifically what information you want to get out of one... there is obvious a *lot* of information, for a wide variety of things, ranging from hard core kernel developers to individual app developers. Nobody understands

[android-developers] Trouble with Shared Prefs.

2010-10-08 Thread JoelDuggan
Hey there all, I'm having a problem that i don't know how to resolve. I have a broadcast receiver catching a call from the system. I need this receiver to set a flag so that the next time my app runs it can do something different. I am trying to do this with a shared pref but it is not

Re: [android-developers] Trouble with Shared Prefs.

2010-10-08 Thread Kostya Vasilyev
Don't call edit() multiple times. Every call to edit() creates a new change session, so you're changing the value but not committing the change, and then starting a new changeset and committing it with no new values. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 09.10.2010 2:36

[android-developers] What is the URL for an app on android market?

2010-10-08 Thread softak
Trying to figure out working URL for my app on Android Market. Used tutorial from http://developer.android.com/intl/zh-TW/guide/ publishing/publishing.html nothing works. For http:// getting 404 and for market:// getting to many redirectiones My app id is com.softakgames.tappuzzle, for both links

Re: [android-developers] What is the URL for an app on android market?

2010-10-08 Thread Kostya Vasilyev
Just tried both of your links, both worked fine (I chose Market from open with... dialog). If you just published your app, there might be a short delay before it's available. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 09.10.2010 2:46 пользователь softak and...@softak.com написал:

[android-developers] Slow initial showing/drawing of Activities when using own Theme

2010-10-08 Thread Streets Of Boston
When i create an activity that uses a custom-theme, e.g. android:theme=@style/MyLogonTheme. I create my theme in styles.xml: style name=MyLogonTheme parent=android:Theme item name=android:typefacesans/item item name=android:windowBackground@drawable/ android_screen_logon_bg/item /style

[android-developers] Re: What is the URL for an app on android market?

2010-10-08 Thread Zsolt Vasvari
Make sure you don't try this from your PC. The URL only works from the phone. On Oct 9, 6:49 am, Kostya Vasilyev kmans...@gmail.com wrote: Just tried both of your links, both worked fine (I chose Market from open with... dialog). If you just published your app, there might be a short delay

[android-developers] Re: Exception every time I launch the application

2010-10-08 Thread DanH
Speak of the devil! (Just had this problem myself.) Read carefully the first few lines in your exception stack: Binary XML file line #25: You must supply a layout_height attribute. On Oct 8, 4:42 pm, Pankaj pankajiit...@gmail.com wrote: Hi all, I get an exception every time I launch the

[android-developers] Re: Possible to check .apk signature?

2010-10-08 Thread DanH
Yeah, I did some poking around in a small apk and that's what I'd found. Just hadn't gotten around to coming back and reporting on it. (Kinda want to do a little more research, just to satisfy my own curiosity.) On Oct 8, 5:19 pm, Dianne Hackborn hack...@android.com wrote: An .apk is a

Re: [android-developers] Android - landscape-right and landscape-left orientation

2010-10-08 Thread Dianne Hackborn
Sorry, there currently isn't any way to do this. Even if you were to monitor the orientation yourself, there isn't a constant to set the screen to the alternative landscape orientation. (Also trying to use the orientation listener for this would be very tricky since to do this correctly you need

[android-developers] Gone element blocking the view

2010-10-08 Thread Yahel
Hi all, I have a fairly easy layout : Two relative layouts filling the parent frame layout. firstRelativeLayout appears first in the xml and secondRelativeLayout appears next. firstRelativeLayout has it's visibility not set in the xml (visible by default). secondRelativeLayout has it's

[android-developers] Re: Creating a vertical spacer

2010-10-08 Thread DanH
Yeah, I need to study up on RelativeLayout a bit. Haven't quite figured out what it can do that others can't (other than to make things much more confusing). On Oct 8, 4:57 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Oct 8, 2010 at 5:37 PM, DanH danhi...@ieee.org wrote: Well, it

Re: [android-developers] Slow initial showing/drawing of Activities when using own Theme

2010-10-08 Thread Dianne Hackborn
First, a theme MUST inherit from one of the standard ones. If it doesn't, some things won't work now, some things will break in the future, etc. When an app is being launched for the first time, a preview of it is first shown by constructing a window with the theme from its manifest and showing

Re: [android-developers] Re: Creating a vertical spacer

2010-10-08 Thread Mark Murphy
On Fri, Oct 8, 2010 at 7:04 PM, DanH danhi...@ieee.org wrote: Yeah, I need to study up on RelativeLayout a bit.  Haven't quite figured out what it can do that others can't (other than to make things much more confusing). Among other things, it does Z-axis ordering, which LinearLayout and

[android-developers] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-08 Thread Tom / HyperBees
75% up but overall, partially because of Feint partially because of new countries. I'll look into the details (per app per country per day) over the weekend. On Oct 8, 11:32 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Sorry, I take that back.  There was one attempted sale in those 6 hours that

[android-developers] Re: TableLayout and displaying Database data

2010-10-08 Thread Brion Emde
I suggest you start by looking at the Notepad sample, included in the SDK in the samples directory. That shows how to do a query and display the result in a list view. The code can also be found in the developer's page: http://developer.android.com/resources/samples/NotePad/index.html Since you

Re: [android-developers] Re: Horizontal scrolling list with image and text

2010-10-08 Thread TreKing
On Fri, Oct 8, 2010 at 4:29 PM, Lance Hill lancemh...@gmail.com wrote: I haven't started yet since I wanted to make sure I wasn't heading down a bad path. Understandable - though even if it's a bad path, you stand to learn something. If this is the correct method of handling this situation

[android-developers] Re: Unit testing a class that uses android.os.Handler

2010-10-08 Thread Jeremy Wadsack
Actually, having thought about this more, I recall my original intent was to only spawn the thread for the time needed to do the task. That means I don't have to worry about shutting down or closing the thread when the application closes. (The task responds to the application through one or more

[android-developers] Creating a .jar Library

2010-10-08 Thread JoeSchmoe
Do I have to do anything special to create a .jar library with Android? I'm simply creating an Android Project and then doing Export Jar. I'm able to do Add External Jar and I can compile fine. When I run, the classes are unresolved so I crash. (null exception...) I tried exporting as a

[android-developers] Re: how to intercept javascript onclick=window.close()

2010-10-08 Thread Lance Nanek
The WebView's WebChromeClient's onCloseWindow method gets called, provided JavaScript is enabled in the WebView's WebSettings. On Oct 3, 11:31 pm, jgaribay juan.garibay.cervan...@gmail.com wrote: Hi, I am displaying web content in a WebView but I am having issues to identify when the user

[android-developers] where to browse the source code of Android

2010-10-08 Thread cindy
Hi All, Where could I browse the source code of Android? Thanks! Cindy -- 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

Re: [android-developers] where to browse the source code of Android

2010-10-08 Thread Mark Murphy
http://source.android.com is the overall open source project home. A Web interface to the various git repositories can be found here: http://android.git.kernel.org/ On Fri, Oct 8, 2010 at 9:12 PM, cindy ypu01...@yahoo.com wrote: Where could I browse the source code of Android? -- Mark Murphy

[android-developers] Re: Amazon android market. Anyone take the offer?

2010-10-08 Thread Lance Nanek
I have been contacted by AppsLib and Archos. Compared to Amazon, no one has ever heard of AppsLib. But they are on the device, and Google's Market won't be. So I'll probably comply, even though some things won't work without GPS and compass. The Archos 5 Internet Tablet has GPS. I don't know

[android-developers] Re: Unit testing a class that uses android.os.Handler

2010-10-08 Thread DanH
Re starting a thread, on most JVMs it's a relatively expensive process, and it would be better to keep a thread warm, with a Handler waiting, than to start new ones for every operation. But of course that depends on how frequently you need the thread. (Would be kinda nice if Android had an

[android-developers] Re: Android - landscape-right and landscape-left orientation

2010-10-08 Thread DanH
Can you draw a screen upside-down? On Oct 8, 6:02 pm, Dianne Hackborn hack...@android.com wrote: Sorry, there currently isn't any way to do this.  Even if you were to monitor the orientation yourself, there isn't a constant to set the screen to the alternative landscape orientation.  (Also

[android-developers] Re: where to browse the source code of Android

2010-10-08 Thread DanH
Kinda off-topic: What's a good, simple, stand-alone GIT client for Windoze? On Oct 8, 8:14 pm, Mark Murphy mmur...@commonsware.com wrote: http://source.android.comis the overall open source project home. A Web interface to the various git repositories can be found here:

[android-developers] Is it possible

2010-10-08 Thread Jatin D Patel
I have developed an android app which calls the web service which runs smoothly on my emulator. Will the same appl work if i installed the same application on android mobile device and call the webservice. (server running on my laptop) -- Thanks, Jatin D N Patel Masters, Computer Sci. Suny

[android-developers] Re: Checkbox are not getting selected

2010-10-08 Thread pramod.deore
Hey Rocky it works. Thanks On Oct 8, 5:25 pm, Rocky rkjhaw1...@gmail.com wrote: Hey Pramod, just add  this line  getListView().setChoiceMode(ListView.CHOICE_MODE_MULTIPLE); On Fri, Oct 8, 2010 at 4:39 PM, pramod.deore deore.pramo...@gmail.comwrote: Here is my .java file import

[android-developers] Re: Checkbox are not getting selected

2010-10-08 Thread pramod.deore
Now I want to add selected checkboxes to array. Normally we checked whether checkbox is selected or not as if (checkBox.isChecked()) { //do something } but now I don't have reference to checkBox, then how to check whether it is selected or not? On Oct 9, 8:05 am, pramod.deore

[android-developers] Re: Is it possible

2010-10-08 Thread DanH
Well, at least partly it depends on how you're addressing the server. On Oct 8, 9:57 pm, Jatin D Patel depo.ja...@gmail.com wrote: I have developed an android app which calls the web service which runs smoothly on my emulator. Will the same appl work if i installed the same application on

[android-developers] how to save a streaming into SD card?

2010-10-08 Thread Charlie88
Anyone know the mechanism of saving streaming in Android? Is it related to the network condition? And how should I specify the path of the file in SD card in my saving command? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Android Web Server

2010-10-08 Thread kypriakos
Hey Bret, I agree with you - the shift towards p2p will eventually enable this architecture. What did you use for a web server? On Oct 7, 1:19 pm, Bret Foreman bret.fore...@gmail.com wrote: I've run a web server from a PC using my phone as a gateway and the results were mixed. Some carriers

[android-developers] Re: how to save a streaming into SD card?

2010-10-08 Thread cindy
you can open a file, and write the content to file. On Oct 8, 8:42 pm, Charlie88 charliel...@gmail.com wrote: Anyone know the mechanism of saving streaming in Android? Is it related to the network condition? And how should I specify the path of the file in SD card in my saving command? Thanks.

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread 大风
Now I just parse the svg file the same way as xml file , in order to get some information and the draw the picture on the Android by myself , I can parse xml file but failed in svg file , Isn't svg based on xml ? On Oct 8, 11:43 pm, DanH danhi...@ieee.org wrote: If at all possible you should use

[android-developers] Re: how to save a streaming into SD card?

2010-10-08 Thread Charlie88
hi cindy, Do you know how can I save a streaming video from the position the MediaPlayer is currently playing? Because since the streaming is already playing, I assume all the connection is fine. Can I use some shortcut commands to save the current playing streaming video? Thanks. Charlie On

Re: [android-developers] Re: No Texting While driving .....

2010-10-08 Thread nimish khandelwal
hi plz elaborate this a little more... Rachana On Fri, Oct 8, 2010 at 11:02 AM, Bret Foreman bret.fore...@gmail.comwrote: That will really annoy his passengers when they can't use their phones to text either, especially his teenage daughter. Find the RMS sum of the accelerometer axis values

[android-developers] Drawing on canvas random pngs as game pieces

2010-10-08 Thread acr
Hello, I am in the beginning stages of developing my first 2d puzzle game (7x7 grid kind of like bejeweled), and looking for the best method to implement the following: draw 49 random pieces(from 7 original pngs) on the board that can be moved around without redrawing the whole board. I can get

[android-developers] Re: where to browse the source code of Android

2010-10-08 Thread cindy
one more silly question, if I know I want to view a class, such as MediaPlayer, how could I find it for those git files? Thanks Cindy On Oct 8, 6:14 pm, Mark Murphy mmur...@commonsware.com wrote: http://source.android.comis the overall open source project home. A Web interface to the various

<    1   2