[android-developers] Request for test of a game on an Evo

2010-07-01 Thread Neil
Hi, Can someone help me out and try a game I've released on an Evo? A user has reported that the controls are the wrong way round on the device. Like most arrogant developers :) I initially thought dumb user error, but I suppose it *might* draw with the Y axis reversed. The game is Pocket Racing

[android-developers] Re: java.lang.NullPointerException when trying to edit strings.xml

2010-07-01 Thread piyu
Hi, In string.xml change only values of string ,If you want to change name of string then you must change in your project where you are using that name. like R.string.example. On Jun 30, 8:25 pm, Chappers danchapp...@gmail.com wrote: Hello all, Firstly my appoogies in advance, I know this

[android-developers] Beginner's TableLayout question

2010-07-01 Thread hansamann
Hi all, I have a simple tablelayout with an imageView and textView as children. The textView contains a relatively long text and when I was using it as a child of a LinearLayout, is showed several lines of text. Now as part of the TableLayout it shows only one line and cuts the rest. Question:

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread piyu
Hi John, Can copy here code to know how you are reading fron input stream. Thanks in advance. On Jul 1, 12:36 am, RespeckKnuckles (John Licato) respeckknuckl...@gmail.com wrote: Hey guys, I have some xml files with a custom format (based on the scxml specifications) that I want my

[android-developers] Re: How to send a photo over Bluetooth

2010-07-01 Thread Gorka
Hi, Thank you, it seems that is exactly what I wanted. I have not tested it but apparently it works. By the way, I saw there is not an specific function defined by the FileInputStream class to know the number of bytes of the picture; do you know how can I get this value. I mean, I am using this

Re: [android-developers] Recieveing a notification when an activity is launched

2010-07-01 Thread Mark Murphy
On Wed, Jun 30, 2010 at 5:31 AM, Christoffer Davidsson christof...@chlirre.com wrote: is there a way of recieving a notification of some sort when a activity is launched. No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] missing broadcast intents

2010-07-01 Thread Mark Murphy
On Tue, Jun 29, 2010 at 9:23 PM, Brendan dahl.bren...@gmail.com wrote: Hi, I was just working on an app that will do stuff when a call is missed or made; and am left wondering why do you have to register a listener using a long lived background service for phone state changes instead of being

[android-developers] Doubt about RingtoneManager and Soundpool class

2010-07-01 Thread ankita.nhst
Hi, I wanted to understand that is there any method through which Soundpool could communicate with the RingtoneManager class as MediaPlayer can pass the reference of the songs from its storage place to the ringtone list but, there is no well-documented method that is doing it. (at least i have

[android-developers]

2010-07-01 Thread saurabh sinha
I am really thankfull to have such a teamof android beginner mostly my queries has been solved by androidbeginner -- 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: Dynamic loading of complete layout file.

2010-07-01 Thread Carl Whalley
Check out the layout inflater - in your case you'll want to download the XML first. http://developer.android.com/intl/zh-TW/reference/android/view/LayoutInflater.html -- Android Academy http://www.androidacademy.com On Jul 1, 6:41 am, ABhi abhishek.gonda...@gmail.com wrote: Hi All, I'm

[android-developers] Which development kit ?

2010-07-01 Thread Stéphane
Greetings, Which environment do you use for your development and why ? - Google SDK ? - http://rhomobile.com/ - http://www.phonegap.com/ - http://www.appcelerator.com/ ... Any suggestion ? Thanks for your comments, Stéphane -- You received this message because you are subscribed to the

[android-developers] Re: how to see the the usage of memory in the android?

2010-07-01 Thread MobDev
hehe, I do agree from the things I have read about it, but, with all due respect, you make it sound like something that's not graspable for humans or something impossible to determine... That would mean thet the OS itself would have no clue whatsoever if it's running out of memory or not (crashing

[android-developers] Re: How to send a photo over Bluetooth

2010-07-01 Thread Gorka
Ups, there is the available function. I was reading the wrong API, xD. On 1 jul, 08:44, Gorka gork...@gmail.com wrote: Hi, Thank you, it seems that is exactly what I wanted. I have not tested it but apparently it works. By the way, I saw there is not an specific function defined by the

Re: [android-developers] Re: Dynamic loading of complete layout file.

2010-07-01 Thread Mark Murphy
On Thu, Jul 1, 2010 at 3:58 AM, Carl Whalley carl.whal...@googlemail.com wrote: Check out the layout inflater - in your case you'll want to download the XML first. http://developer.android.com/intl/zh-TW/reference/android/view/LayoutInflater.html LayoutInflater does not work with downloaded

[android-developers] Re: OpenGL ES Tutorials

2010-07-01 Thread lishali
Thank you very much! On 7月1日, 上午1时23分, sws-vinpa vincepascu...@gmail.com wrote: Hello everyone, As I am one who cannot find any decent Android-based OpenGL ES references, I have decided to start one. You can check it out athttp://www.vincepascuzzi.com. As I am not a seasoned GL

[android-developers] How to notify ListAdapter

2010-07-01 Thread Chandana Napagoda
Hi, I'm crating tab view using this tutorial :Linkhttp://developer.android.com/resources/tutorials/views/hello-tabwidget.html. Now I need to reload tab content data when user view that tab. is there any way to notify ListAdapter ? Thanks, Chandana -- You received this message because you

[android-developers] Re: ProgressDialog unable to add window in a PreferenceActivity

2010-07-01 Thread Olivier Goutet
I tried several times but I do not I do not manage to have the same exception with a classic Activity. Is there a particularity on the PreferenceActivity which can make this problem occurs? On Jun 17, 11:59 am, Olivier Goutet olivier.gou...@gmail.com wrote: Hello everybody, I encounter a

[android-developers] Re: Need some Generics Experts inputs

2010-07-01 Thread Raja Nagendra Kumar
Thank You Joe.. Your references are very helpful. Regards, Nagendra www.tejasoft.com -- 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,

[android-developers] Re: Alarms after an update ?

2010-07-01 Thread mac-systems
Cant find any Infos about : android:authority=your.package.name -- 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] Hitting Browser Back Button Causes Previous Page to Enlarge

2010-07-01 Thread Brett S
Hi, I am developing some mobile web pages for Android browsers. I have the following viewport meta tag in the page header which *generally* results in a satisfactory page size: meta name=viewport content=width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no The exception is

[android-developers] Cts test case with new font pack

2010-07-01 Thread deepa.sundar...@wipro.com
we loaded the system/fonts with a new set of .ttf fonts by doing adb push. reboot the phone. now the phone is up with the new loaded font. however when we run cts testcases on the phone: Some of the android.graphics.cts.PaintTest related to FontMetrics cases failed. when we look at

[android-developers] Re: Doubt about RingtoneManager and Soundpool class

2010-07-01 Thread ankita.nhst
Hey, I found the answer. I guess it was a silly question. But, for any other slightly lost soul it was in MusicUtils.java file in the package/apps/music/src/com/ android/music folder and the method was setRingtone() Regards, Ankita On Jul 1, 12:34 pm, ankita.nhst ankita.kash...@nechclst.in

[android-developers] Re: Android Application design?

2010-07-01 Thread sagare
Hi Treking, Thx for your reply I did search google for link for a design approach to follow in android but i didnt fount any good any good application design can you please help me with this please ? On Jun 29, 10:15 pm, TreKing treking...@gmail.com wrote: On Fri, Jun 25, 2010 at 4:22 AM,

[android-developers] Re: What exactly is Handler and Loopers in android ?

2010-07-01 Thread sagare
Hi All, Please help me on this Thanks, Sagar On Jun 29, 12:17 pm, sagare sagar.ekb...@gmail.com wrote: Hi,    I am very confused about handlers and looper can anyone plz explain it in simple terms to me any good links would be great. Thanks, Sagar -- You received this message because

[android-developers] Re: Any chance to deactivate the lock pattern in Froyo from code?

2010-07-01 Thread LeveloKment
Good to know though :) Thanks again. On 30 Jun., 18:29, Dianne Hackborn hack...@android.com wrote: No we already have a feature request for this in our internal tracker.  I currently don't have a schedule for when it might be done. On Wed, Jun 30, 2010 at 5:20 AM, LeveloKment

[android-developers] Re: Accuracy of location.getAccuracy() GSM and GPS - exact Meaning?

2010-07-01 Thread Shivers
Does nobody know what this Accuracy really means? ..but everybody is using it. -- 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

[android-developers] Re: IntentService - will it block?

2010-07-01 Thread Federico Paolinelli
Because I can find some of the answers there without bothering you all, and because I can learn a lot of stuff from looking there :-) On 30 Giu, 18:37, Dianne Hackborn hack...@android.com wrote: On Wed, Jun 30, 2010 at 1:31 AM, Federico Paolinelli fedep...@gmail.comwrote: It makes sense.

[android-developers] Re: extending media framework on android 2.2 / froyo (stagefright ?)

2010-07-01 Thread sbw.android
On 28 juin, 12:57, u1663097 u1663097 u1663...@gmail.com wrote: We are looking for the same for our VOIP video call application. But until now we can not do it with standard api. Would like to know if somebody else has tried in a different way. at least adobe does it. but can't find much

[android-developers] VideoView black after activity switch

2010-07-01 Thread Anders Johansson
Hi all, I've got a problem with VideoView that I would love some input on. The setup is basically an activity that starts by launching the gallery with the intent of opening a video. Once that returns, the activity displays a contentview consisting of some views. Acting upon one of the views

[android-developers] Change the progress bar style dynamically

2010-07-01 Thread Serdel
Is it possible to change the style of the progress bar dynamically in the code?? For instance I do some work and progress is shown by the horizontal bar, and after the work is done I do some other work but want to present it by the Vertical bar. Can I change the style of a single bar in the code

[android-developers] Comprehensive list of all Android phones and the software version they're running

2010-07-01 Thread Rob Franz
Hi all, Apologies if this is covered somewhere (I just couldn't find it) but I'm interested in a list like this. Anyone know if this exists somewhere? Thanks Rob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Comprehensive list of all Android phones and the software version they're running

2010-07-01 Thread pooriyam mukkodi
http://www.androphones.com/2010-android-phones.php On Thu, Jul 1, 2010 at 6:20 PM, Rob Franz rob.fr...@gmail.com wrote: Hi all, Apologies if this is covered somewhere (I just couldn't find it) but I'm interested in a list like this. Anyone know if this exists somewhere? Thanks Rob

Re: [android-developers] Comprehensive list of all Android phones and the software version they're running

2010-07-01 Thread Rob Franz
Well... that's exactly what I was looking for. Thanks a lot! -rob On Thu, Jul 1, 2010 at 10:58 PM, pooriyam mukkodi mahayu...@gmail.comwrote: http://www.androphones.com/2010-android-phones.php On Thu, Jul 1, 2010 at 6:20 PM, Rob Franz rob.fr...@gmail.com wrote: Hi all, Apologies

Re: [android-developers] Re: Any chance to deactivate the lock pattern in Froyo from code?

2010-07-01 Thread a a
Hello ,do u think your country will win at fifa? On Jun 23, 2010 8:47 AM, LeveloKment levelokm...@googlemail.com wrote: Come on. No information? No opinion? No advice how to address this issue to the Android development team? Thanks from Germany Lars On 16 Jun., 08:16, LeveloKment

[android-developers] Re: Android paid apps in Ireland

2010-07-01 Thread gosh
sell Android apps into the facebook community, take a look at ZappMarket Thats a very cool idea - its given me a whole new perspective on Facebook... I've stayed away from facebook for years, for philosophical reasons: I've always considered it to be an attempt to fence-off the Internet into a

[android-developers] Re: Bump is letting users send paid apps?

2010-07-01 Thread jsdf
Jake, thanks for clarifying. I didn't have access to a second phone, and wanted to check with others who I know do. Namely, this group... On Jun 30, 11:33 pm, Bob Kerns r...@acm.org wrote: Congratulations on a very cute and clever idea. I really hope it catches on -- and that it makes you a

Re: [android-developers] Re: Android Application design?

2010-07-01 Thread TreKing
On Thu, Jul 1, 2010 at 6:03 AM, sagare sagar.ekb...@gmail.com wrote: can you please help me with this please ? Help you with what? Designing your entire application? Doubtful. Just get coding, get something working, then once you have experience with how Android works, review design patterns

[android-developers] Emulator keeps slowing down after a couple of deployments/Run as Android Application in Eclipse

2010-07-01 Thread MarcoAndroid
Hello, More and more the Android emulator launched via Eclipse (via Run As Android Application) keeps slowing down, or the device is not found, or the user data image is in use by another emulator. I've searched and search the internets ;) but none of the solutions mentioned work (these are:

[android-developers] Re: Focus problem in GridView inside Dialog

2010-07-01 Thread Jalal
Hi Piotr, I'm facing exactly the same problem: untouchable GridView items inside a Dialog, they can only be clicked after gain focus with the TrackBall. Can you explain me better the solution you found? I didn't understand it. Thanks, Jalal On 9 jun, 19:09, Piotr Buła piotr.b...@gmail.com

Re: [android-developers] onclick open new view

2010-07-01 Thread TreKing
On Mon, Jun 28, 2010 at 5:47 PM, dutch beetdo...@gmail.com wrote: so is there a way i can use this code to open up a new view Sure - just specify the activity you want to open when the item is clicked in your Intent.

[android-developers] TO CHANGE YOUR LIFE BY A SECOND :

2010-07-01 Thread Tiresh kumar K.C
DEAR ALL , VISIT: Click here http://successpsycho.blogspot.com AND TO CHANGE YOUR LIFE BY A SECOND : TO KNOW -NEW SECRET OF YOUR LIFE -SUCCESS FACTORS -THOUGHT EFFECT --

[android-developers] accessing contentprovider

2010-07-01 Thread Ralph Bergmann
hi, how can i access a content provider from a pojo? all ways i found depends on that my class extends Activity :-( ralph p.s. api version 3 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] accessing contentprovider

2010-07-01 Thread Mark Murphy
On Thu, Jul 1, 2010 at 10:28 AM, Ralph Bergmann ra...@dasralph.de wrote: how can i access a content provider from a pojo? all ways i found depends on that my class extends Activity :-( Pass the Activity to the POJO. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Launch the WebBrowser with an intent (containing url) and then close it automatically?

2010-07-01 Thread TreKing
On Mon, Jun 28, 2010 at 8:02 PM, Nick Longinow nicklongi...@gmail.comwrote: How can I kill a browser window I started up? I guess you can do whatever it is task killer apps do to kill a specific task / process, but that's probably a massive hack. Better option, I'd think, would be to control

[android-developers] How to create Multiple instances of an Activity From a Service?

2010-07-01 Thread draf...@gmail.com
I was wondering is it possible to create multiple instances of a single Activity in Android? I currently start my own inCall screen for a Voip Test by using the following code: (Used in a Service) --- public void initInCallScreen(String pName, String phoneNumber, int contactID,

[android-developers] Android Bug (needs re-opening)

2010-07-01 Thread Skute
Hi, I know this isn't exactly on topic, but there is a clearly reproducible bug that has been closed as unreproducible in the Android bug tracker. If anyone on the Android team fancies taking a look it's here: http://code.google.com/p/android/issues/detail?id=4236 Cheers, Mark -- You received

Re: [android-developers] accessing contentprovider

2010-07-01 Thread Chuck Tilbury
Can someone please tell me what an unlocked Android Dev Phone or a Google Nexus One costs through the developer network? Thanks, Chuck On 7/1/2010 9:36 AM, Mark Murphy wrote: On Thu, Jul 1, 2010 at 10:28 AM, Ralph Bergmannra...@dasralph.de wrote: how can i access a content provider from a

[android-developers] what are the contents of the en.us/*.par files?

2010-07-01 Thread surendra
Hi, Please give some inputs on the contents of the following files... /system/usr/srec/config/en.us/baseline.par /system/usr/srec/config/en.us/baseline11k.par /system/usr/srec/config/en.us/baseline8k.par And also what is the purpose of this files? Regards, Surendra -- You received this

Re: [android-developers] Re: Android paid apps in Ireland

2010-07-01 Thread Shane Isbell
Thanks for taking a look, Steve. Just to throw some stats your way: Facebook has 400 million active users and 70% of the users are outside of the US. There are also 100 million users that access FaceBook through their mobile device, so it's a great community to sell Android applications into.

[android-developers] Re: Droid video player hanging issue

2010-07-01 Thread pkc
Hi, I'm running into same issue. Were you able to find an answer? Thanks On Jun 15, 7:59 am, Kiran kiranchowke...@gmail.com wrote: Hi, Can anybody please help me on below: I am facing following issues: 1. I have implemented customVideoPlayerand Media Controller.     But when I try to fast

[android-developers] Correct Redirected HTTP GET retrieval

2010-07-01 Thread MobDev
Hi, I'd like to know how to do a HTTP GET request to a server from which I know I will get redirected at least a couple of times... I'd like to get the response (body) of the last webpage. It should come up with a code in my specific example... Or, as an alternative, I do know you can start the

[android-developers] Re: Audio

2010-07-01 Thread Shard
Hi, I am aware of that. But both functions do not do what I want, which is to force the internal microphone to be on, even when a headset is connected. Only setRouting offers that functionality and I don't seem to be able to use it correctly (does not work as stated). On Jul 1, 1:11 pm, y

[android-developers] which Java libraries are not included in Android?

2010-07-01 Thread Chris
Hi Android Developers, the Android Website http://developer.android.com/guide/basics/what-is-android.html says: Android includes a set of libraries which provide MOST of the functionality of the Java libraries. Does anyone know what is ment by MOST and which libraries are NOT supported compare

[android-developers] Re: TCP IP connection via Mobile Network

2010-07-01 Thread WuffIT Tech
I understand that the IP is subject to change but that is not my concern. If a connection is dropped, I can always send the other phone my IP address and reconnect. I have come to the conclusion that there is not a way to do this without actually using a third party server. My question now is

[android-developers] color button backgrounds

2010-07-01 Thread ArcDroid
Is there a way to color buttons without loosing the rounding of the edges? Thanks -- 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

[android-developers] am i using these correctly? AbsListView.layoutparams

2010-07-01 Thread Greg Giacovelli
Hi, So listview is on of those.components used all over the OS and has all those tricks to speed it up and in a lot of cases, work correctly. So let's say I have an adapter that supports N views. GetViewTypeCount() returns N. GetItemViewType() return [0, (N - 1)] Now the interesting part getView

Re: [android-developers] color button backgrounds

2010-07-01 Thread Mark Murphy
On Thu, Jul 1, 2010 at 11:53 AM, ArcDroid jacobrjohn...@gmail.com wrote: Is there a way to color buttons without loosing the rounding of the edges? Step #1: Create a StateListDrawable containing images that will serve as your button background, with your desired color for all desired states

[android-developers] How to set current tab in the sub activity pop up dialog

2010-07-01 Thread Jeruliu
I have a TabActivity class A with 2 tabs, a sub activity class B in tab 2. Now a dialog pops up from the UI in B, once i click the save button in this dialog it goes back to the TabActivity but the tab is set to 1, however i want to set the current tab to 2 once the dialog box closed. In short i

Re: [android-developers] Re: TCP IP connection via Mobile Network

2010-07-01 Thread Shane Isbell
Every mobile operator implements their systems differently. As far as I know, T-Mobile no longer supports public IP's of devices on their data plans. For sure, they disable multicast on consumer networks because that is a big security whole. So in short (assuming my info is up-to-date), you can't

Re: [android-developers] Holding On to Camera

2010-07-01 Thread TreKing
On Tue, Jun 29, 2010 at 6:28 AM, perumal316 perumal...@gmail.com wrote: Meaning while this application is running, camera cannot be accessed by other applications. I don't know, but you want to do this because ... ?

[android-developers] Re: live stream error

2010-07-01 Thread schwiz
I take that back updating to 85b has only spaced the errors out but they are still there and there is horrible cracks and pops. Anyone know a workaround for this? On Jun 30, 11:02 pm, schwiz sch...@gmail.com wrote: updating to release 85b fixed this issue On Jun 30, 4:40 pm, schwiz

[android-developers] Re: TCP IP connection via Mobile Network

2010-07-01 Thread HeHe
i would suggest that you try udp with your app because, against the same well-designed nat, often a very good tcp hole punch technique has a much higher failure rate than a fair udp one. On Jul 1, 8:44 am, WuffIT Tech wuffi...@gmail.com wrote: I understand that the IP is subject to change but

[android-developers] Possible to hang help/hint bubbles off views?

2010-07-01 Thread Connick
I'm considering the use of hints on TextViews but curious to know if hint * bubbles* are possible? (out of the box) Thanks, Stace -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Oriented marker

2010-07-01 Thread TreKing
On Sat, Jun 26, 2010 at 4:53 AM, ENSI nouha.khy...@gmail.com wrote: as i'm working on a google map application,i would like to use an arrow as a marker that should be oriented to another marker (destination). is there any suggestion? Get an image of an arrow. Do the math to figure out the

[android-developers] notification/broadcast for sent sms

2010-07-01 Thread Saurav
hi all, is there any way to be notified (using a broadcast receiver) after a sms is sent? i want to get notified when a sms is sent and carry on with my program. Thanks in advance. Regards, Saurav Mukherjee. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] which Java libraries are not included in Android?

2010-07-01 Thread Frank Weiss
It's very difficult to answer your question the way you've posed it. I'd suggest you can assume that what's in the api docs, http://developer.android.com/intl/de/reference/packages.html, is available. I know the Android Google Maps API is also available, documented at code.android.com, so there

Re: [android-developers] Re: Accidentally made my paid app free

2010-07-01 Thread TreKing
On Tue, Jun 29, 2010 at 4:23 AM, SiteNook siten...@gmail.com wrote: I assumed the opposite, a new app. It's in the title Accidentally made my paid app free ... IOW, had a paid app already, then made it free, oops. I doubt he changed it to free on version 2.6 or something. I think he did.

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread RespeckKnuckles (John Licato)
Hey guys, I put the xml file into the res/raw directory and it works better, but still not working completely. Here is the code I'm using: InputStream toParse = getResources().openRawResource(R.raw.test); // file is in res/raw/test.xml

Re: [android-developers] AlertDialog with a list of selectable items

2010-07-01 Thread TreKing
On Mon, Jun 28, 2010 at 6:42 AM, ENSI nouha.khy...@gmail.com wrote: is there any solution please? Don't use an alert dialog. Try a ListView. - TreKing - Chicago transit tracking app for

[android-developers] Re: update activity/layout from within broadcast receiver

2010-07-01 Thread AUandroid
ok I found a good example.. here is the link if anyone needs it http://www.linux-mag.com/id/7778 On Jun 30, 9:02 pm, AUandroid thevk...@gmail.com wrote: thanks Jeremy, I will try the onresume option. A separate thread is not feasible. -vk On Jun 30, 1:23 am, Jeremy jklei...@gmail.com

[android-developers] Re: User comments available in the developer console!

2010-07-01 Thread joebowbeer
The user comment are is not the same as a support forum, and I wouldn't want to do anything that will make users hesitant to comment. The vitality of the market depends on it. Isn't there already a way for users to initiate two-way communication with the developers? By way of the app's support

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread RespeckKnuckles (John Licato)
Just in case the ?xml ? element was the problem, I tried this xml code instead: ?xml version=1.0 encoding=utf-8? HTML/HTML and still didn't work. On Jul 1, 12:46 pm, RespeckKnuckles (John Licato) respeckknuckl...@gmail.com wrote: Hey guys, I put the xml file into the res/raw directory and it

Re: [android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread Mark Murphy
Put it back in res/xml/. Use getResources().getXml() to get an XmlPullParser on the file. On Thu, Jul 1, 2010 at 2:47 PM, RespeckKnuckles (John Licato) respeckknuckl...@gmail.com wrote: Just in case the ?xml ? element was the problem, I tried this xml code instead: ?xml version=1.0

[android-developers] Can shapes / backgrounds include complex or composite gradients?

2010-07-01 Thread E.P
I'd like to use more complex gradients than the regular LinearGradient with start, end, and optionally center colors - either shapes made of composite gradients (for example, the top third of the shape using one linear gradient, and the rest another) or by specifying an array of colors and

Re: [android-developers] Re: User comments available in the developer console!

2010-07-01 Thread Kostya Vasilyev
Joe all, Yes, very much true that user comments are not the same as a support forum. Still, very often users express their wishes for application features and/or tweaks. Such comments are directed not only at the app author, but also at other users. This has a community feel, which I think

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread Bob Kerns
Sure. Design some XML language -- the one Google used for layouts would work but is rather complex and not focused on your particular problem -- and I think you'd have to reimplement it to use non- compressed XML. There's probably no need to give the server the ability to design completely

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread Bob Kerns
No idea off the top of my head, other than that something you think is true probably isn't. Not exactly a helpful observation... But why not try HTML/ instead of HTML/HTML, and verify that you're getting that. They're equivalent, but going to even simpler XML may lead you to discover the problem

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread Bob Kerns
That's a good thing to do, but he'll have to rewrite his code. It would be wise to test that his existing code is working as a baseline, and check it in to revision control, and write a few unit tests, before doing that. Unless his code is trivial, of course. Or his head gets too bloody from

[android-developers] Re: which Java libraries are not included in Android?

2010-07-01 Thread Bob Kerns
Actually, I would argue that your answer is simple, correct, and THE answer to his question, which is likewise simple! If it's not documented as part of the API docs, then it is not part of the MOST of the functionality... referred to in that statement. If it's not documented there, then it's

Re: [android-developers] Froyo for ADP2?

2010-07-01 Thread TreKing
On Tue, Jun 29, 2010 at 9:18 PM, Andy Savage a...@bluewire.net.nz wrote: Does anybody know when the 2.2 update will come out for the ADP2 phone? No idea, but it's a dev phone, so why not just flash it yourself? I'm a bit pissed off that I recently purchased the phone only to have it come

Re: [android-developers] Using Map application signed with my release keystore in Emulator

2010-07-01 Thread TreKing
On Wed, Jun 30, 2010 at 12:05 AM, Vibhor Mahajan mahajan.vib...@gmail.comwrote: When I run my application on Emulator I am not able to see the Map data (only grid is displayed). Are you sure you're running the release version in the emulator? How are you running it? Try manually installing

Re: [android-developers] Correct Redirected HTTP GET retrieval

2010-07-01 Thread Raymond Rodgers
On 07/01/2010 11:38 AM, MobDev wrote: Hi, I'd like to know how to do a HTTP GET request to a server from which I know I will get redirected at least a couple of times... I'd like to get the response (body) of the last webpage. It should come up with a code in my specific example... Or, as an

Re: [android-developers] Correct Redirected HTTP GET retrieval

2010-07-01 Thread Raymond Rodgers
On 07/01/2010 11:38 AM, MobDev wrote: Hi, I'd like to know how to do a HTTP GET request to a server from which I know I will get redirected at least a couple of times... I'd like to get the response (body) of the last webpage. It should come up with a code in my specific example... Or, as an

[android-developers] Re: Opening local URLs using the emulator browser

2010-07-01 Thread kypriakos
Any idea about this? Can a user refer to a local page (on local disk) through the browser? If yes, how is it referenced? (file:// ??) Thanks On Jun 26, 10:54 pm, kypriakos demet...@ece.neu.edu wrote: Hi Mike, super - yes I was referring to such pages ... Now, if I want the user to be able

[android-developers] String

2010-07-01 Thread kypriakos
I think someone replied to this before but I cannot find the answer - in J2SE the Socket API includes a readLine() method .. is there an equivalent in Android 2.1? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: Opening local URLs using the emulator browser

2010-07-01 Thread Mark Murphy
On Thu, Jul 1, 2010 at 5:14 PM, kypriakos demet...@ece.neu.edu wrote: Any idea about this? Can a user refer to a local page (on local disk) through the browser? Not that I am aware of, for security reasons. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] update libraries

2010-07-01 Thread lord ure
Hi everybody. I am currently developping a application wich needs to update shared libraries created by the android-ndk. So these libraries are stored in the libs/armeabi directory in my project and within /data/data/ com.xxx.yyy/lib directory on my phone. However I can't access to this directory,

[android-developers] OpenGL DrawTexture and Alpha

2010-07-01 Thread Rittz
Hello, I've been working on moving from Canvas over to OpenGL using GLSurfaceView and have hit a bit of a roadblock in trying to change the alpha of a texture at runtime. I can display the texture with transparency just fine but changing the RGBA via glColor isn't doing anything at all. All I'm

[android-developers] Bluetooth profile

2010-07-01 Thread cuh
Hi all I am tring test the Bluetooth profile like ftp or A2DP media stream but have troubles. I can turn on the bluetooth module by Andriod Bluetooth UI and it can be connect with my a2dp headset, But I can't hear the music by headset. Also I can't look up the file transfer service of the

[android-developers] AlertDialogs + Threads = Force Close

2010-07-01 Thread Joel
Greetings all, I have searched high low and have not come up with the answer to this, so please forgive me if I’ve missed something – I’m cross-eyed at this point. I’m new to Android, but doing pretty well so far. I’m having a problem displaying an AlertDialog inside of a thread. No matter

[android-developers] Are headers of Context Menu Clickable???

2010-07-01 Thread InQuisitiv
I want to take action when a click happens on the compound button present in the header of a context menu is clicked.. -- 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

[android-developers] How i can make the EditTextView work same as RichTextBox or control along with Spell Check

2010-07-01 Thread Rahul
Hi, I am want to implement such functionality with editText view like when user enter text in it, if there is a spelling mistakes then it will high light that specific word with red underline. Then User can tap on that word and application provides a list of suggestions for words. User can select

[android-developers] How to retrieve Emails stored on Android Device?

2010-07-01 Thread Rahul
HI, I have working on one task and I wanted to retrieve the email messages which are stored on Device into my application same as we can do with SMS messages. Can any one help me that how I can do that? If we cant retrieve email messages then any specific reason given by Google or Android it

[android-developers] Layout details for global search

2010-07-01 Thread SURULI
from where does the dropdown list in the global search activity comes from. where the layout details for that has been declared. -- 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] Is android 2.2 emulator support any flash or flash lite?

2010-07-01 Thread choi
Hello, I read several article. they said always emulator doesn't support flash, flash lite on the emulator. so i just want to make sure it is true or not. i must report to my boss. Anyway, if flash is not support, what kinds of devices are supporting flash currently? Regards. -- You received

[android-developers] Detecting Remote Answer on Android Devices

2010-07-01 Thread speculum
Hi, I am trying to write an application that has to detect whether the called party has picked up the call every time an outgoing call is made from an Android device. I know that there are events to detect OFF_HOOK and RINGING. But isn't one available to detect CONNECTED or ANSWERED event? Is

[android-developers] Re: Error in an XML file eclipse

2010-07-01 Thread Miguel
I am experiencing this same issue with a similar exception to the one listed above. I think I can repro this every time, the NPE happens when you open an XML resource with the Android Resource Editor instead of the Android XML Resources Editor, then go to the Resources tab, that should get you

[android-developers] about Online Game

2010-07-01 Thread Amol Mokashi
You already provide “games” on your website? Perfect! You can easily add an especially gripping game portal: Bigpoint! You add challenging long term browser games to your content and your user benefit of the community offers around each game at the same time.

[android-developers] newbie android help

2010-07-01 Thread anu
hello, i m developing an RSS Reader for the purpose of learning more about this platform. Till now i have been able to parse news from a local news channels' website, now i want to store this news for reading it offline. Let me know how to proceed. This is my first application on android and i m

[android-developers] How to show html file using webview?

2010-07-01 Thread monil shah
Hi friends, I m making an app in which i have to show the html file in webview. For that I have put that file /asset folder and write following code. webview=new WebView(this); webview.loadUrl(file//android_asset/demo.html); still it is not working for me? Am I missing something?? Thanks for

  1   2   >