[android-developers] push audio to caller on android

2011-01-24 Thread Tabman
Is it possible in android to push an audio to the listener (caller) at the other end without using phone's speaker ? -- 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: NFC Reader / Transmitter

2011-01-24 Thread nemik
I'm using the Touchatag-branded ACR122 USB NFC reader. It works pretty great for playing around with Android via the Nexus S. On Jan 25, 1:18 am, mduffy215 wrote: > You do not understand. > > I do not want to simply use my NFC enabled phone as a dumb reader. > > I want to programmatically control

[android-developers] Android wifi connectivity using WPA key

2011-01-24 Thread Brijesh
Hi, I want to connect my android device to a wifi point which is having a WPA key is there any method in which i can pass the SSID and password and the device will connect to that wifi-point.??? -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Warnings when trying to implement Google docs functionality

2011-01-24 Thread cuil yahoo
Hello, After following the online documentation on how to use Google Client Libraries with our apps, i am getting the following warning every time i run the application, Dxwarning: Ignoring InnerClasses attribute for an anonymous inner class (javax.activation.SecuritySupport$2) that doesn't come

[android-developers] Android wifi connectivity using WPA key

2011-01-24 Thread Brijesh
Hi, I want to connect my android device to a wifi point which is having a WPA key is there any method in which I can pass the SSID and password and the device will connect to that wifi-point.??? -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Android wifi connectivity using WPA key

2011-01-24 Thread Brijesh
Hi, I want to connect my android device to a wifi point which is having a WPA key is there any method in which I can pass the SSID and password and the device will connect to that wifi-point.??? -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: NFC Reader / Transmitter

2011-01-24 Thread mduffy215
You do not understand. I do not want to simply use my NFC enabled phone as a dumb reader. I want to programmatically control an interaction between my NFC phone and my computer. I want a true information exchange. I do not want a simple one way read. Mike On Jan 24, 8:22 pm, Agus wrote: > u

[android-developers] Image capturing

2011-01-24 Thread jayavenkat
Hi, Whether it is possible to take live image capture using android emulater in Android 2.2 version, If so can anyone send me related url Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

Re: [android-developers] Re: WakeLock/Services and sleep

2011-01-24 Thread Dianne Hackborn
Navigation uses Service.startForeground() to say that the user is currently aware of it so it can't be considered expendable. On Mon, Jan 24, 2011 at 5:33 PM, mikeee wrote: > So you're saying Google Navigation *doesn't* use a wakelock and > continually receive gps updates or that it's somehow an

Re: [android-developers] Game Engine

2011-01-24 Thread Kevin R. Octavian
i used candroidengine On Wed, Jan 19, 2011 at 9:38 PM, Orkun wrote: > Hi all! > > I wanna ask, what do you think the best game engine suitable to > Android within efficiency/performance issues? > > -- > You received this message because you are subscribed to the Google > Groups "Android Develop

[android-developers] Re: Beginner question about Imageviews and Layouts

2011-01-24 Thread Doug
On Jan 20, 10:41 am, MartyParty wrote: > I created an ImageView class and overrode the onDraw() method to draw > my square, but I haven't been able to integrate that with the XML > stuff. Are you asking how you use a custom view in an XML layout, or are you saying you know how to do this but it's

[android-developers] Re: How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Doug
What exactly are you doing in the layout parameters to get the ImageView to reposition? Setting the margins? Doug On Jan 24, 2:25 pm, Gabriel Simões wrote: > Hello, > > I´ve deleted the last post and I´m rewriting this one trying to make > things a little bit more clear and comprehensive. > > W

[android-developers] Customizing the UserAgent for browser.

2011-01-24 Thread yogi
Hi All, I need to modify the UserAgent for browser. I want to know here to change in the code so that it will store in the complied code. Thanks in Advance. Regards YOGI -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Testing on Different Devices

2011-01-24 Thread Nathaniel Warner
I want to test my free app on android phones other that the one I own but I can't afford to buy all the phones available. Is there some sort of standard testing method available to people in my situation? -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Confusion over MediaPlayer Framework on GingerBread and Apple's HTTP Live Streaming Support

2011-01-24 Thread Samuh
I see that the relevant section of the Wikipedia page was altered by the author it now reads: "RTP/RTSP streaming (3GPP PSS, ISMA), HTML progressive download (HTML5 tag). Adobe Flash Streaming (RTMP) is supported through Adobe Flash Player plugin. Apple HTTP Live Streaming is planned to be suppor

Re: [android-developers] Re: Send an SMS message to an email?

2011-01-24 Thread Kostya Vasilyev
AFAIK, this is typically implemented within the cellular network's "smarts" along with other services (like voicemail, or SMS messages about missed calls). Doing this in an application seems possible, but difficult, as you'll need to implement your own email messaging back-end, possibly includ

Re: [android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Kostya Vasilyev
Um, write your own trivial subclass of ImageView that lets you render a portion of the image? 25.01.2011 1:25, Gabriel Simões пишет: Hello, I´ve deleted the last post and I´m rewriting this one trying to make things a little bit more clear and comprehensive. What I´m trying to archive is to b

[android-developers] Ramesh Solanki wants to chat

2011-01-24 Thread Ramesh Solanki
--- Ramesh Solanki wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-334a51fa6f-50da7c6066-dJxVP-ElmiEKtctrZ_iv1dU3UlI You'll

Re: [android-developers] Android beginner

2011-01-24 Thread narasimha venkat
hi delete thumbs.db in drawable image folder after refresh the project next click project menu clean the project On Fri, Jan 21, 2011 at 12:36 PM, subhashini alaguchokku < subhashini.andr...@gmail.com> wrote: > Hai, > > Im new one for android,when import existing project, following err

[android-developers] Re: Shared preference from non activity class

2011-01-24 Thread Bob Kerns
I'm not happy with the other answers, though they are not really incorrect. (The "object with a hashmap of properties" thing that Hari mentions is not really a JavaBean, though some packages can use maps as if they were implicitly a JavaBean). I'd rather explain it from a minimalist point of view.

[android-developers] Re: Using internal Android string resources

2011-01-24 Thread Bob Kerns
Actually, you can't have it both ways *AT THE SAME TIME*. Having platform-defined strings only make sense for platform-defined things. Like platform-defined widgets, where you can have platform- defined constants for the platform-defined default values. The roles have to be tightly defined to have

[android-developers] Re: Using internal Android string resources

2011-01-24 Thread Bob Kerns
What you and Mark are pointing to (and I quite agree) is that strings have very specific roles. But that doesn't mean these roles don't occur in different places. Dialog yes/no is a great example. You really want most dialogs to all say it the same way, whether it's "yes" or "no", or "OK" vs "Canc

[android-developers] android:horizontalSpacing

2011-01-24 Thread cool.manish
Hi, at one place i have seen android:horizontalSpacing="-1px" in a grid view. what does it means? What is effect of setting spacing in -ve -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

Re: [android-developers] credits management in a App

2011-01-24 Thread TreKing
On Thu, Jan 20, 2011 at 11:05 AM, costi wrote: > When the user downloads the app i am developing he gets a certain amount of > credits. > This credits the user can spend using a service on my server. > Now how can this be implemented? > Your question is too clear. Please ask something a little br

Re: [android-developers] Append numbers to a TextView by clicking buttons-just like a calculator

2011-01-24 Thread TreKing
On Fri, Jan 21, 2011 at 1:58 AM, Laxmi Krishna wrote: > Please help me.. Read the documentation for TextView. - TreKing - Chicago transit tracking

Re: [android-developers] Android Screen in frames just as html page

2011-01-24 Thread TreKing
On Thu, Jan 20, 2011 at 7:25 AM, Pravin wrote: > I want to divide the android screen in two frames just as HTML page. > Then use a layout that does this - this is Android 101. Read the documentation or search for examples and / or tutorials. > Please post me the code ot the methodology to do s

Re: [android-developers] RunTime error after changing app package name

2011-01-24 Thread TreKing
On Wed, Jan 19, 2011 at 10:03 AM, Gareth.Evans wrote: > Caused by: java.lang.ClassNotFoundException: > gareth.evans.mediaspot.TrackSeek in > loader dalvik.system.PathClassLoader[/data/app/gareth.evans.hypnoguide-1.apk] > If you change the package name, you probably should also update the referen

[android-developers] Help with Hacking the State of the Union

2011-01-24 Thread keyeslabs
Over the past few days I've hacked together an experiment that targets using an app to augment live television. I've described it here: http://keyeslabs.com/joomla/blogs/i-think-im-becoming-an-android/421-hacking-the-state-of-the-union It's interesting in that it takes advantage of the Android p

Re: [android-developers] SIPDemo is not working...

2011-01-24 Thread vikram jain
Hi I am eargerly wating for support of Sip in emulator. Till what time/release when we can expect SIP to be supported by the emulator On Tue, Jan 25, 2011 at 6:17 AM, Alexander Lucas wrote: > Hi Avi- > > The emulator doesn't currently support Sip- To test, you'll need a device > running gingerb

[android-developers] ListView with XML files strategy

2011-01-24 Thread Paul
Hi all. I need some advice on how to best proceed. First, a little background. I have an application that uses a ListView as it's main activity to display all of the XML files from the /data/data/package.name/files directory. There may be hundreds of these files as the app gets used, so I pass

[android-developers] Re: Having issues with one type of phone.

2011-01-24 Thread Brill Pappin
Most of my unusual problems are from Droids as well... Droid Pro in particular (thats the one that looks like a Blackberry). I haven't had the sound problem though. I think maybe someone needs to give motorola a heads up that they are failing the rest of us! - Brill Pappin -- You received thi

[android-developers] Re: How to set a dynamic View size

2011-01-24 Thread Brill Pappin
Yah, thats what I did. I still had to monkey around with the relative layout for another hour before I got it the way I wanted :) A stray property was messing things up. - Brill On Jan 24, 9:42 am, Streets Of Boston wrote: > Kostya's answer is probably what you need if you need an almost pixel-

Re: [android-developers] NFC Reader / Transmitter

2011-01-24 Thread Agus
use RFID tag On Mon, Jan 24, 2011 at 9:16 PM, mduffy215 wrote: > I am planning ahead for the next release of Android. > > Does anyone know of a product that is an NFC reader and also a > transmitter (i.e., can it send information to and NFC phone and read > information from and NFC phone)? > > Th

[android-developers] NFC Reader / Transmitter

2011-01-24 Thread mduffy215
I am planning ahead for the next release of Android. Does anyone know of a product that is an NFC reader and also a transmitter (i.e., can it send information to and NFC phone and read information from and NFC phone)? Thx! Mike -- You received this message because you are subscribed to the Goo

[android-developers] Re: WakeLock/Services and sleep

2011-01-24 Thread ip332
When I start Google maps application the screen goes dark after a certain timeout (when powered from Battery). There is a possibility to setup "screen always on" option in case of external power but it is from a different area. On Jan 24, 5:33 pm, mikeee wrote: > So you're saying Google Navigati

[android-developers]

2011-01-24 Thread fird hardys
-- 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+unsubscr...@googlegroups.com For more options, visit

[android-developers] Re: Having issues with one type of phone.

2011-01-24 Thread ip332
If you are using sensors then check this. There is a feature specific for Motorola phones: Sensor subsystem doesn't report SensorEvent unless the values have been changed since the previous call. Let's say you are using the following code: mSensorManager.registerListener(this, mLightSensor,

[android-developers] SoundPool - sample XXX not READY

2011-01-24 Thread Steve
Hi there, I am using a SoundPool to control the SFX in my game, which is targeted at Android 1.6 devices. Initially, I am able to do everything I wish to do, but after sometime of playing the game (can be a few minutes, can be more than thirty minutes), I am no longer able to play sounds, and inst

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-24 Thread John Gaby
You might take a look at: http://code.google.com/p/android-notifier/ On Jan 22, 5:43 pm, Joseph bates wrote: > So, I'm in the early stages of developing an Android app that is > supposed to transfer data between it and the PC (Windows Only for > now). Not really files, but data. (I can't revea

[android-developers] Re: Custom xfer modes for Paint/Canvas?

2011-01-24 Thread John Oliver
Unfortunately this is not possible so far that I have found. You'll have to do it manually or get tricky with using multiple XFermodes in conjunction with each other. On Jan 22, 9:24 am, spaceraiders wrote: > Hi, > > I'm writing an image editing application, making use of the Bitmap and > Canvas

[android-developers] Re: WakeLock/Services and sleep

2011-01-24 Thread mikeee
So you're saying Google Navigation *doesn't* use a wakelock and continually receive gps updates or that it's somehow an evil application because it uses the battery quickly? On Jan 24, 5:24 pm, Mark Murphy wrote: > On Fri, Jan 21, 2011 at 8:11 AM, mikeee wrote: > > I've got an app that starts

Re: [android-developers] Android Camera Application Development

2011-01-24 Thread TreKing
On Thu, Jan 20, 2011 at 3:34 PM, orkun gencoglu wrote: > > Try taking out the "." - TreKing - Chicago transit tracking app for Android-powered dev

Re: [android-developers] SIPDemo is not working...

2011-01-24 Thread Alexander Lucas
Hi Avi- The emulator doesn't currently support Sip- To test, you'll need a device running gingerbread. -Alex On Thu, Jan 20, 2011 at 12:34 AM, Avi wrote: > I tried to use SIPDemo application on Android 2.3 - revision 9 > emulator > > But it returns null for the SIPManager.newInstance(this). >

Re: [android-developers] Re: Pretty sure Google Analytics for Android not working

2011-01-24 Thread Alexander Lucas
Hi Guys- Sorry I didn't spot this thread until now. Some answers: Brill- H is correct- Custom Variables don't get sent by themselves- They're basically metadata for your pageviews and events. Their main purpose is to allow you to look at segments of your traffic. H- Can you elaborate on what

[android-developers] Re: How to get notified when layout is ready

2011-01-24 Thread Doug
On Jan 24, 1:22 pm, String wrote: > Or when you say "when the onCreate method is over", do you mean AFTER > onCreate, in some later event? Which one? I think Kumar meant that the view hierarchy is available after onOnCreate if you populated there. But that's not exactly what the OP was asking.

[android-developers] Re: Integration testing with mock content providers

2011-01-24 Thread Ian
Hi 'A. Elk' Thanks for taking the time to reply. Yes I already use Robotium to drive these tests at a high level, and its these tests with which I am concerned. My application uses the Contacts database as a data source, and I really want to just mock that functionality out with test data so that

RE: [android-developers] Re: Send an SMS message to an email?

2011-01-24 Thread Tommy
I agree, I think you have to use the email class for that and input the user phone number in the from box. Take a look at this link, see if it helps. http://www.helloandroid.com/tutorials/how-send-email-your-application -Original Message- From: android-developers@googlegroups.com [mailt

[android-developers] Re: Send an SMS message to an email?

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
I am pretty sure that SmsMessenger does not send emails. You use the Email client to do that. Read the error output from LogCat. If then you don't know what is the problem, post it here. Maybe someone will ridicule you for something or there is a genuine problem. On 24 янв, 23:12, Jonathan Jenne

[android-developers] Re: Background image on a spanned portion of text in a TextView (how?)

2011-01-24 Thread William Ferguson
You might be able to achieve what you want with a LineBackgroundSpan which is a ParagraphStyle. See http://developer.android.com/reference/android/text/style/ParagraphStyle.html On Jan 20, 6:02 am, Vi7ER wrote: > Hi, > > I am trying to write an app that involves paragraphs of text which I > woul

[android-developers] Investigating layout problems in GridView

2011-01-24 Thread Michal Malecki
Hello, I'm trying really hard to understand how the GridView calculates its height and what is the best way to trouble shoot problems in this domain. The problem's details are as follows: the main view contains listView defined like this: Each row is a button and a gridview put together in the L

RE: [android-developers] Re: Having issues with one type of phone.

2011-01-24 Thread Tommy
I'm not sure about your issue, but I too seem to have issues with the Droids(mostly the original motorola droid) when I don't have issues on other phones. Is there an error message or log you could provide? -Original Message- From: android-developers@googlegroups.com [mailto:android-devel

[android-developers] Re: Having issues with one type of phone.

2011-01-24 Thread metal mikey
On Jan 25, 9:26 am, darrinps wrote: > I have an app on the market. Everyone I have had try it (half dozen > folks or so) likes the thing and it works well, but one type of > Android based phone seems to have major issues with it. > > In specific, Droids! The app plays Ogg Vorbis (ogg) sound files

[android-developers] Re: Force close help, my first app

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
You are lucky that that code compiles! (Or more precise, quite the unlucky one...) The problem is with your code. First of all you should learn some Java, otherwise you will be stuck. Basic Concepts like classes, methods, interfaces, objects, code blocks and syntax. As for the issue above: impor

RE: [android-developers] Transaction Limit Google Geocoder & Maps

2011-01-24 Thread Tommy
Ugh...Love using buggy stuff. I originally had it in a loop to try 5 times but even then it was chancy, I might have to increase it to 15 or 20 and then like you say "fail gracefully". Thanks for the response. I'm going to investigate Bing Maps Location Service webservice. From what I have read thu

Re: [android-developers] WakeLock/Services and sleep

2011-01-24 Thread Mark Murphy
On Fri, Jan 21, 2011 at 8:11 AM, mikeee wrote: > I've got an app that starts a service in order to receive location > updates from the LocationManager.The use case is the service needs > to be running all the time and as such it acquires a > PowerManager.PARTIAL_WAKE_LOCK in the onCreate() of

Re: [android-developers] Kiosk mode

2011-01-24 Thread Mark Murphy
On Thu, Jan 20, 2011 at 12:15 AM, B M wrote: > I am writing an application that will run on an Android device that > will be used by developmently challenged individuals.  Some of the > clients function at a toddler level despite the fact they are adults. > For these clients, the application shoul

Re: [android-developers] Accessing Android Calendar

2011-01-24 Thread Mark Murphy
On Wed, Jan 19, 2011 at 5:43 PM, tennistar wrote: > I'm trying to access the Android Calender & get display all events > within a week of the current time using a ListView. Here's the code. > The issue is that I'm only getting events before the current date. > Even if I print out all events to the

[android-developers] Having issues with one type of phone.

2011-01-24 Thread darrinps
I have an app on the market. Everyone I have had try it (half dozen folks or so) likes the thing and it works well, but one type of Android based phone seems to have major issues with it. In specific, Droids! The app plays Ogg Vorbis (ogg) sound files and displays a white screen at varying intens

[android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Gabriel Simões
Hello, I´ve deleted the last post and I´m rewriting this one trying to make things a little bit more clear and comprehensive. What I´m trying to archive is to be able to draw an ImageView partially off-screen, outside it´s parent relativelayout, without android resizing it automatically. The cena

Re: [android-developers] Need help to develop a folder locking app in android

2011-01-24 Thread Mark Murphy
On Thu, Jan 20, 2011 at 10:58 PM, JyotishK wrote: > I want to develop an application to lock folders i.e make any folders > password protected. That is not possible for external storage and not necessary for internal storage. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github

Re: [android-developers] What is a "KeyGuard"?

2011-01-24 Thread Mark Murphy
On Mon, Jan 24, 2011 at 5:05 PM, DulcetTone wrote: > Is an Android "KeyGuard" the swipey thing to unlock the home screen, > or is it a screen that requires security code or pattern to be > entered, or is it both of these things? AFAIK, it is both. -- Mark Murphy (a Commons Guy) http://commonswa

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
What's wrong with TCP/IP? Other than that quick search for C# Bluetooth gives a lot results. http://stackoverflow.com/questions/1057220/bluetooth-in-c-which-stack-which-sdk On 23 янв, 03:43, Joseph bates wrote: > So, I'm in the early stages of developing an Android app that is > supposed to tran

[android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Gabriel Simões
Hello, I´m rewriting this post trying to make it a bit more clear and comprehensive. In my layout I have: - RelativeLayout -- 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@googlegrou

[android-developers] What is a "KeyGuard"?

2011-01-24 Thread DulcetTone
Is an Android "KeyGuard" the swipey thing to unlock the home screen, or is it a screen that requires security code or pattern to be entered, or is it both of these things? If only the second, why is it that a KeyGuardLock.disableKeyguard() is documented as "Note: This call has no effect while any

[android-developers] Re: Playing mp3 files directly from a Zip file

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
Why do you need that? Zipping up MP3's does not give you advantage of saving space. MP3 files are already as compressed as they can be. Nor does it hide it from users that might want to get to them. Unzip the files to a directory and create an empty file called .nomedia in that directory(so that th

Re: [android-developers] Re: Camera force to shut down problem

2011-01-24 Thread orkun gencoglu
Exactly, I dont understand why that class is being called. I dont call it but its being launched somehow and error comes up.. Its the same error in emulator and device.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: How to get notified when layout is ready

2011-01-24 Thread String
On Monday, January 24, 2011 7:51:27 PM UTC, Kumar Bibek wrote: Normally, the layout should be ready when the onCreate method is over. > That's not been my experience. Across a number of my apps, sizes of various elements are reported as 0 in onCreate. Kind of a pain. It's not been hard to work

[android-developers] Re: Send an SMS message to an email?

2011-01-24 Thread Jonathan Jenne
anybody? On Jan 21, 12:23 pm, Jonathan Jenne wrote: > I'm trying to code an app that sends an SMS message to an email > gateway. I know this is possible because I can send a message from my > phone number to an email, and have it receive it properly. Also, I can > reply to that email and my phone

[android-developers] Re: Beginner question about Imageviews and Layouts

2011-01-24 Thread bruce
I've used bitmap overlays. Basically, after calling super.onDraw() I'll do a canvas.drawBitmap(). If you want to use a shape, ShapeDrawable is probably your bet. Here's a link to the info. http://developer.android.com/guide/topics/graphics/2d-graphics.html. Cheers, Bruce On Jan 20, 11:44 am, M

[android-developers] Re: Bitmaps with XRGB_8888 ?

2011-01-24 Thread webmonkey
But that seems to be the only way to tell the system that it can ignore the alpha channel. Bitmap.hasAlpha() just returns the flag. I am updating the bitmap a lot with copyPixelsFromBuffer so how do I tell the system that it can ignore the alpha channel? On Jan 24, 9:49 pm, Romain Guy wrote: > N

Re: [android-developers] Resume for Sr QA Analyst

2011-01-24 Thread Haroon Khalid
Dont do that to your cousin. On Mon, Jan 24, 2011 at 3:50 PM, Inderjeet Singh wrote: > Would be great if this guy received 10,000 faxes *requesting* more > information .. > > > On Mon, Jan 24, 2011 at 12:41 PM, Haroon Khalid < > haroon.kha...@rabblesoft.com> wrote: > >> I am going down to DE to

Re: [android-developers] Resume for Sr QA Analyst

2011-01-24 Thread Inderjeet Singh
Would be great if this guy received 10,000 faxes *requesting* more information .. On Mon, Jan 24, 2011 at 12:41 PM, Haroon Khalid < haroon.kha...@rabblesoft.com> wrote: > I am going down to DE to kick this guys ass. > > > On Mon, Jan 24, 2011 at 3:35 PM, David Overcash > wrote: > >> Seriously -

Re: [android-developers] Force close help, my first app

2011-01-24 Thread TreKing
Reposting as Groups seems to have eaten my post. On Fri, Jan 21, 2011 at 1:37 PM, Matt wrote: > Im new to android dev, and am getting a force close on my first application > and I cant figure it out for the life of me. Hope someone can spot it! > If you can't figure out the error in your own co

Re: [android-developers] Re: Bitmaps with XRGB_8888 ?

2011-01-24 Thread Romain Guy
No you cannot. Methods marked @hide are not part of the public API. They are not present in ADT's android.jar so you cannot compile against it. We also might rename or remove such APIs at any point in the future. On Mon, Jan 24, 2011 at 12:42 PM, webmonkey wrote: > Ah thanks, I just checked the

Re: [android-developers] Transaction Limit Google Geocoder & Maps

2011-01-24 Thread TreKing
Reposting as Groups seems to have eaten my post. On Mon, Jan 24, 2011 at 12:58 PM, Tommy wrote: > I was using the android geocoder class but half the time it returns a null > value back to me. Is there a better alternative that could be used or am I > stuck using the android geocoder and all its

[android-developers] Re: ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
I´ve tried most of the xml options but the result was the same. I can move part of the imageview outside the"windows" limit when moving to the left (x < 0) but when I try to move it to the right just the same way (x + imageview.getWidth() > windowSize.width) android starts rezising the image automa

Re: [android-developers] Resume for Sr QA Analyst

2011-01-24 Thread Haroon Khalid
I am going down to DE to kick this guys ass. On Mon, Jan 24, 2011 at 3:35 PM, David Overcash wrote: > Seriously - Can a moderator mark this as spam? > > > On Mon, Jan 24, 2011 at 1:24 PM, prasad sirisol > wrote: > >> Hi, >> >> Hope you are doing good. >> >> I am a Recruiter at SIRI Solutions IN

[android-developers] Re: Bitmaps with XRGB_8888 ?

2011-01-24 Thread webmonkey
Ah thanks, I just checked the Android source and there is the following function public void setHasAlpha(boolean hasAlpha) { nativeSetHasAlpha(mNativeBitmap, hasAlpha); } But it is set to @hide so it is not in the docs, can we use this function? On Jan 24, 6:14 pm, Romain Guy wrote: > The s

[android-developers] Re: Android supported file formats

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
http://developer.android.com/intl/de/guide/appendix/media-formats.html Refine your search next time. On 20 янв, 04:53, Big D wrote: > Aloha all - > > I'm doing some research and have been trying to find some sort of > document or location that lists the supported file formats for the > Android SD

Re: [android-developers] Resume for Sr QA Analyst

2011-01-24 Thread David Overcash
Seriously - Can a moderator mark this as spam? On Mon, Jan 24, 2011 at 1:24 PM, prasad sirisol wrote: > Hi, > > Hope you are doing good. > > I am a Recruiter at SIRI Solutions INC. > > Here I attached our consultant resume with this mail. > > > > Consultant details are given below, > > Name

[android-developers] Re: Error in building Android 2.2

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
You need Java SDK 5 installed to do the build. You apparently have Java SDK 7. On 22 янв, 11:02, amador ayala wrote: > Hello, my name is Amador. > > I have problems when I build Android. I have done the following: > > repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat- > froyo.xml >

[android-developers] Re: Android C++ Development with Visual Studio

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
Maybe someone at http://groups.google.com/group/android-ndk/ group already did it. Check there. On 24 янв, 21:56, Streets Of Boston wrote: > That's going to be tough! > Most NDK development initiated by Java (JNI). > > More info here:http://developer.android.com/sdk/ndk/index.html > > On Jan 21,

[android-developers] Re: convert a C++ game to Android

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
If it's oGL based, then porting to Java isn't even necessary. Porting to oGL ES will be, though. On 22 янв, 02:09, Marcin Orlowski wrote: > On 22 January 2011 01:03, DanH wrote: > > > Converting the code is the easy part.  The hard part is mapping the > > UI. > > That depends on what game's UI r

[android-developers] Re: How to disconnect call from our application.

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
Short answer:No, you can't Long Answer: No, but you can build a custom ROM that allows you to do it. (If you need to ask how to build it, refer to the "Short answer") On 24 янв, 12:20, Nagesh wrote: > Hello everyone, > > I am developing one android application which needs to disconnect call

[android-developers] Re: Android Application testing on real device

2011-01-24 Thread mjmeyer
The emmulator has proven adequate for me in terms of testing screen sizes, layout and most functionality. Where I suffer is in the maddening levels of Camera API support from the various manufacturers. Some report no supported preview sizes, they support zoom in differing ways, etc. I havent trie

Re: [android-developers] Need help to develop a folder locking app in android

2011-01-24 Thread Marcin Orlowski
On 21 January 2011 04:58, JyotishK wrote: > I am new to android applications development. > > I want to develop an application to lock folders i.e make any folders > password protected. > > Please give an idea on how do I start. Or if you have any sample > source code of the same, can you please

Re: [android-developers] Android beginner

2011-01-24 Thread Marcin Orlowski
On 21 January 2011 08:06, subhashini alaguchokku wrote: > Hai, > > Im new one for android,when import existing project, following error came in > compile time. anybody pls help me > > [2011-01-21 12:27:17 - ZOOM] (skipping index file > 'D:\ZOOM\res\drawable-hdpi\Thumbs.db') > [2011-01-21 12:27

Re: [android-developers] sound

2011-01-24 Thread Marcin Orlowski
On 19 January 2011 10:19, k@rthink!!! wrote: > hi guys > > I was creating an app where a sound is played when i click a button. I found > in the developer site that i need to place the audio file in the res/raw > folder...my ide doesnt show any raw folder...i created one in the res folder > and th

Re: [android-developers] Re: Icon not showing for app

2011-01-24 Thread Marcin Orlowski
>                 I'd drop this > You got this twice, but it's not a culprit anyway -- 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: Force close help, my first app

2011-01-24 Thread Kumar Bibek
Checkout the logcat for details. On Jan 22, 12:37 am, Matt wrote: > Hello, > > Im new to android dev, and am getting a force close on my first > application and I cant figure it out for the life of me. Hope someone > can spot it! > > import android.app.Activity; > import android.os.Bundle; > imp

[android-developers] Re: creating two side by side listViews in android layout

2011-01-24 Thread Kumar Bibek
What's stopping you? Definitely possible, afaik. But this is, according to me a poor design if the layout for the phone. On Jan 21, 8:46 pm, knotboy wrote: > i would like to be able to create a layout > that has two side by side lists that move seperately > i dont mean one below the other > i mea

[android-developers] Re: Parental Control Applications for Android

2011-01-24 Thread GodsMoon
I would check out my app, Smart Lock. It is the only Android app that I am aware of that allows you to white list apps that are safe for kids. I'm working on a more comprehensive parental controls solution. I'd love to hear from you. Find out more on my website: www.nightshadelabs.com On Jan 21,

[android-developers] Re: How to disconnect call from our application.

2011-01-24 Thread Kumar Bibek
This is a tough one.I am sure that on some forums, you would have got a "straight NO" answer. And more or less, that's the actual answer as well. Applications are not allowed to hamper the normal call flow unless the phones are rooted. On Jan 24, 3:20 pm, Nagesh wrote: > Hello everyone, > > I am

[android-developers] Re: Best, easiest, cleanest, way to make a game and cross platfrom.

2011-01-24 Thread Phil Endecott
On Jan 22, 7:27 am, Hogus wrote: > People spend way too much time worrying about cross-platform > capability at the outset. > Companies > spend so much time trying to roll their product out to everyone that > they back themselves into corners where there is no way to actually > provide the functi

[android-developers] Re: Post with image attachment

2011-01-24 Thread Kumar Bibek
You should first check what format your server accepts requests for this particular call. This is a little bit tricky, but you should be able to get it working. On Jan 23, 3:14 am, ugurbayram wrote: > hi everyone. im new in android dev and stuck on posting an image to > jersey web service. > here

[android-developers] Re: Android C++ Development with Visual Studio

2011-01-24 Thread Streets Of Boston
That's going to be tough! Most NDK development initiated by Java (JNI). More info here: http://developer.android.com/sdk/ndk/index.html On Jan 21, 5:59 pm, Jack Underwood wrote: > I am trying to figure out how to setup android development with Visual > Studio. I plan on using C++ (targeting 2.3

[android-developers] Re: Android Application testing on real device

2011-01-24 Thread Kumar Bibek
Well, you can have a few devices with different screen sizes. May be a Tattoo(or similar), Hero(or similar) and a Nexus One(or similar). That should cover up almost all the configurations unless you are targetting tablet devices as well. On Jan 24, 1:19 pm, DANI wrote: > Dear All, >            

[android-developers] Re: image upload

2011-01-24 Thread Kumar Bibek
Well, it's a little different, but it also depends on how the server is configured to extract and recreate your data. HttpClient is sufficient for simple file uploads, but getting a multi-part data to work with your server might be a bit tricky. On Jan 20, 10:33 pm, cyberkiwi wrote: > how it is p

[android-developers] Re: startActivity with Intent - currently murderous intent :-(

2011-01-24 Thread Streets Of Boston
For the compiler error: Replace startActivity(new Intent(this, BroadcastActivity.class)); with startActivity(new Intent(MainMenuActivity.this, BroadcastActivity.class)); The call to startActivity is within the (anonymous) inner-class 'new View.OnClickListener()' and 'this' points to the OnCli

[android-developers] Re: startActivity with Intent - currently murderous intent :-(

2011-01-24 Thread Andrew Whalen
The problem is with you using this within the OnClickListener(). When you call new Intent(this, BroadcastActivity.class), this is actually the OnClickListener instance not that Activity instance since you are inside of a new View.OnClickListener class. To access the parent Activity class, you can

  1   2   3   4   >