[android-developers] Re: Obsolete proguard file

2011-12-31 Thread Droid
proguard is some type of 3rd party file for version checking or similar. I normally ignore them or just delete them. On Dec 31, 5:38 am, bob b...@coolfone.comze.com wrote: Can someone explain in a nutshell what this means? Obsolete proguard file; use -keepclasseswithmembers instead of -

[android-developers] Recording By AudioRecord API

2011-12-31 Thread Amit Mangal
Hi there, I want to do recording using AudioRecord API. please let me know how to do recording with AudioRecord API and save file in desired location. Any code willbe highly appreciated. thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: A question regarding AsyncTask

2011-12-31 Thread String
How about using publishProgress() and onProgressUpdate() to notify the user? You may already be using it to keep the user updated to the progress of the download, but seems to me you could use it to let them know about post-download processing too. String -- You received this message because

[android-developers] Re: Full bleed, no border in art

2011-12-31 Thread String
I'd say so. String -- 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

[android-developers] Help need in game development

2011-12-31 Thread common user
Hi, Am new to android i want to create a 3D games for Android Mobile Pls help me how to start the games apps Adv 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] Re: Notification Background Color (ICS)

2011-12-31 Thread Zsolt Vasvari
Maybe it's a 4.0.2 vs 4.0.3 problem. You could try it in an emulator and if it's a regression in 4.0.3, create a bug report. On Dec 31, 1:45 am, Brad Grimm sna...@gmail.com wrote: Note:  I just noticed this happens only on the Nexus S (upgraded to Android 4.0).  On the Galaxy Nexus the colors

[android-developers] Re: Help need in game development

2011-12-31 Thread Zsolt Vasvari
And I am new to investing and want to become a millionare investor. Will you help me? On Dec 31, 5:05 pm, common user commonval...@gmail.com wrote: Hi, Am new to android i want to create a 3D games for Android Mobile Pls help me how to start the games apps Adv Thanks, -- You received this

[android-developers] can use ATM cum debit card of State Bank of India (SBI) for registration.

2011-12-31 Thread Mohd Arshi Khan
I'm student. so i don't have credit card. so it is possible to use ATM cum Debit Card of State Bank of India (SBI) for registration on android Market for publish my App. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Obsolete proguard file

2011-12-31 Thread al
Proguard is a tool to shrink and obfuscate apps. For details, see http://proguard.sourceforge.net/#FAQ.html . The proguard documentation is very good. You might want to take a look. On 31 Dez., 09:15, Droid rod...@gmail.com wrote: proguard is some type of 3rd party file for version checking or

Re: [android-developers] Re: Expandedlistview

2011-12-31 Thread TreKing
On Fri, Dec 30, 2011 at 9:00 PM, Sean751 sean...@gmail.com wrote: If I add getExpandableListView().setOnGroupClickListener((OnGroupClickListener) this); it asks me to type cast 'this'. What do you mean it asks you to typecast 'this' ? What is this? Is it an OnGroupClickListener? Then

Re: [android-developers] single_apk_On_multiple_devices

2011-12-31 Thread TreKing
On Sat, Dec 31, 2011 at 1:09 AM, Teena sharma sharma.teena...@gmail.comwrote: Thanks .I have read whole doc but didn't got accurate solution. OK. Then read this whole thing and try again: http://www.catb.org/~esr/faqs/smart-questions.html You still didn't explain what starched means and I,

Re: [android-developers] Recording By AudioRecord API

2011-12-31 Thread Teena sharma
rcd.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);

[android-developers] single_apk_On_multiple_devices

2011-12-31 Thread Teena sharma
Can any one please explain I am trying to make.apk for Galaxy Tab in that it takes images from drawable-large folder but still in emulator image size is very small, why images are not in proper size. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] single_apk_On_multiple_devices

2011-12-31 Thread TreKing
On Sat, Dec 31, 2011 at 3:53 AM, Teena sharma sharma.teena...@gmail.comwrote: in emulator image size is very small, why images are not in proper size. How is your emulator configured? - TreKing

[android-developers] Re: Expandedlistview

2011-12-31 Thread Sean751
I mean Eclipse suggests that as a fix. There is an example for using the onChildClick and in onCreate the line getExpandableListView().setOnChildClickListener(this); is included so if I want to also have onGroup click I assumed that I need getExpandableListView().setOnGroupClickListener(this); but

[android-developers] Help me....

2011-12-31 Thread RAJU V
pls help me.. how to fix this issues in eclipse pls [2011-12-31 17:58:34 - DDMS] DDMS files not found: D:\Eclipse\eclipse\platform-tools\adb.exe D:\Eclipse\eclipse\tools\hprof-conv.exe D:\Eclipse\eclipse\tools\traceview.bat ~~RAJU~~ ~~www.itdoall.co.cc~~ -- You received this

[android-developers] Re: Re: Packing data onto socket stream ?

2011-12-31 Thread SL@maxis
If you're doing web dev and don't know about json, you're probably doing something wrong. Anyway, good luck with your odd approach. OK, OK, I shall look at it. May be it can simplify some of my tasks. You see there are always so many things to look into it that ends up looking a few

[android-developers] Re: Re: Re: Re: Re: Packing data onto socket stream ?

2011-12-31 Thread SL@maxis
If it's a trusted library such as apache (for example, the dynamically linked org.apache harmony system...) that's an entirely irrational fear. If it's a random jar you pull off a forum that's more understandable. If you want one, go find a trusted jar, make sure your download matches the

[android-developers] Re: Database not created after insert, causing test to fail

2011-12-31 Thread barry
Hi James, I think I have fixed the problem. The following may answer your question: In the onCreate() in my ContentProvider, I was leaving the database open: @Override public boolean onCreate() { UKMPGDataProvider.init(getContext(), Constants.DATABASE_NAME); return

[android-developers] Re: latitude / longitude / altitude / direction of photo/image-taken in metadata of android-camera ?

2011-12-31 Thread lbendlin
you're probably using network location which gives you the illusion of a quicker GPS fix. Switch that off, then start the camera app, and see how long it takes to get a real GPS fix. We're talking tens of seconds here. -- You received this message because you are subscribed to the Google

[android-developers] Running keytool for MD5 Fingerprint

2011-12-31 Thread John Raftery
Hi, I've got keytool sitting in the jdk, and it works when I use eclipse to automatically sign an application package. However, I'm struggling to run keytool to get an MD5 Fingerprint. When I go to the jdk bin folder and try to run keytool, a command prompt window opens and then closes after a

Re: [android-developers] Running keytool for MD5 Fingerprint

2011-12-31 Thread Nikolay Elenkov
On Sat, Dec 31, 2011 at 11:08 PM, John Raftery john.rafte...@gmail.com wrote: Hi, I've got keytool sitting in the jdk, and it works when I use eclipse to automatically sign an application package. However, I'm struggling to run keytool to get an MD5 Fingerprint. When I go to the jdk bin folder

Re: [android-developers] Re: latitude / longitude / altitude / direction of photo/image-taken in metadata of android-camera ?

2011-12-31 Thread James Black
If you start the gps fix early on in the application, perhaps have an activity they go to before they take the picture, or, at least, let them know there is no GPS fix, then you can get the time to get that before they take the picture. On Sat, Dec 31, 2011 at 8:56 AM, lbendlin l...@bendlin.us

Re: [android-developers] Intent for opening activity.

2011-12-31 Thread Baba Shanker
Thank you. On Fri, Dec 30, 2011 at 6:19 PM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Dec 30, 2011 at 4:40 AM, Baba Shanker baba.andr...@gmail.com wrote: How to open com.android.systemui/.usb.UsbStorageActivity activity using intent. That is an internal system activity.

[android-developers] Localization Question

2011-12-31 Thread Tom Opgenorth
Hi all, I think I have a misunderstanding on my part about localization/resource location that I'm hoping someone can clarify for me. So I have a simple layout, which will has an ImageView (will display just a flag). I have the following folders/files in my res folder: drawable/flag.png (the

[android-developers] Re: latitude / longitude / altitude / direction of photo/image-taken in metadata of android-camera ?

2011-12-31 Thread Lew
lbendlin wrote: you're probably using network location which gives you the illusion of a quicker GPS fix. Switch that off, then start the camera On what do you base such a statement? I gave absolutely zero information about what I experience. Probably? app, and see how long it takes

[android-developers] Re: latitude / longitude / altitude / direction of photo/image-taken in metadata of android-camera ?

2011-12-31 Thread Lew
On Saturday, December 31, 2011 10:11:04 AM UTC-8, Lew wrote: lbendlin wrote: you're probably using network location which gives you the illusion of a quicker GPS fix. Switch that off, then start the camera On what do you base such a statement? I gave absolutely zero information

[android-developers] Re: Help me....

2011-12-31 Thread Lew
RAJU wrote: pls help me.. how to fix this issues in eclipse pls I'll get to your question in a minute, but I have to object to this use of pls to spell please. It's only three letters difference. Is it really that much trouble to spell it out? [2011-12-31 17:58:34 - DDMS] DDMS files

[android-developers] Using image from gallery in application

2011-12-31 Thread mr.winky
I am writing an intent to allow the user to pull an image from the gallery: Intent getImage = new Intent(Intent.ACTION_GET_CONTENT); getImage.setType(image/*); getImage.putExtra(outputX, width); getImage.putExtra(outputY, height); getImage.putExtra(aspectX, width); getImage.putExtra(aspectY,

[android-developers] Android Support package, as described on Android site, not found in SDK Manager

2011-12-31 Thread David Karr
I was looking at the new Android Training section on the Android Developer's site. One of the first required steps is installing the Android Support package. In the Downloading the Support Package section, it first says to Launch the SDK and AVD Manager. This is curious, as my Eclipse has two

Re: [android-developers] Android Support package, as described on Android site, not found in SDK Manager

2011-12-31 Thread Mark Murphy
On Sat, Dec 31, 2011 at 2:19 PM, David Karr davidmichaelk...@gmail.com wrote: I was looking at the new Android Training section on the Android Developer's site. One of the first required steps is installing the Android Support package. In the Downloading the Support Package section, it first

Re: [android-developers] Recording By AudioRecord API

2011-12-31 Thread Amit Mangal
Hi i need AudioRecord Api not MediaRecorder. thanks On Sat, Dec 31, 2011 at 3:12 PM, Teena sharma sharma.teena...@gmail.comwrote: rcd.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) {

[android-developers] Re: latitude / longitude / altitude / direction of photo/image-taken in metadata of android-camera ?

2011-12-31 Thread lbendlin
You do realise that I am not the OP, right? -- 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] Re: Expandedlistview

2011-12-31 Thread TreKing
On Sat, Dec 31, 2011 at 6:21 AM, Sean751 sean...@gmail.com wrote: There is an example for using the onChildClick and in onCreate the line getExpandableListView().setOnChildClickListener(this); is included That implies that in this example the class referred to by this implements the

[android-developers] faster android games

2011-12-31 Thread bob
Can I make my android games faster by somehow telling proguard not to obfuscate my stuff? -- 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

Re:[android-developers] faster android games

2011-12-31 Thread Marcin Orlowski
You should read what obfuscation is and how proguard works first. On Dec 31, 2011 11:39 PM, bob b...@coolfone.comze.com wrote: Can I make my android games faster by somehow telling proguard not to obfuscate my stuff? -- You received this message because you are subscribed to the Google

Re: [android-developers] faster android games

2011-12-31 Thread Kristopher Micinski
You can interpret this as: No, this doesn't make any sense, there is no way proguard is going to make things slower, only faster.. Kris On Sat, Dec 31, 2011 at 6:20 PM, Marcin Orlowski webnet.andr...@gmail.com wrote: You should read what obfuscation is and how proguard works first. On Dec

[android-developers] Re: latitude / longitude / altitude / direction of photo/image-taken in metadata of android-camera ?

2011-12-31 Thread Lew
I was responding to your posts. You don't have to be the OP for me to answer what you wrote. Perhaps I erred in thinking your comments were a response to my post, though, in which case I apologize. -- Lew On Saturday, December 31, 2011 1:11:00 PM UTC-8, lbendlin wrote: You do realise that

[android-developers] Why isn't layoutopt in my sdk?

2011-12-31 Thread David Karr
I noticed the mention of the layoutopt tool in the Android Training pages. I see that I don't have that in my sdk distro anywhere. I've kept the SDK installed from the ADT pretty up to date, but perhaps that's separate from this. Why might it be missing? -- You received this message because

Re: [android-developers] can use ATM cum debit card of State Bank of India (SBI) for registration.

2011-12-31 Thread TreKing
On Sat, Dec 31, 2011 at 3:17 AM, Mohd Arshi Khan arshikha...@gmail.comwrote: it is possible to use ATM cum Debit Card of State Bank of India (SBI) for registration on android Market for publish my App. Why don't you just try it and see ... ?

Re: [android-developers] Why isn't layoutopt in my sdk?

2011-12-31 Thread Mark Murphy
On Sat, Dec 31, 2011 at 7:57 PM, David Karr davidmichaelk...@gmail.com wrote: I noticed the mention of the layoutopt tool in the Android Training pages.  I see that I don't have that in my sdk distro anywhere. I've kept the SDK installed from the ADT pretty up to date, but perhaps that's

Re: [android-developers] Why isn't layoutopt in my sdk?

2011-12-31 Thread Tor Norbye
On Sat, Dec 31, 2011 at 5:17 PM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Dec 31, 2011 at 7:57 PM, David Karr davidmichaelk...@gmail.com wrote: I noticed the mention of the layoutopt tool in the Android Training pages. I see that I don't have that in my sdk distro anywhere. I've

[android-developers] Setting TabSpec Content using Source Code

2011-12-31 Thread Dancing Fingers
Hi Guys, I've created a custom game keyboard that I want to share with several windows so I decided to give TabActivity a try. I created a layout for each tab, for example: // Plain text input layout inputLayout = new LinearLayout(this);

[android-developers] NPE in Pre Compiler using Eclipse 3.7.1

2011-12-31 Thread James Black
I recently updated my SDK, and in one project I am getting this error: !ENTRY com.android.ide.eclipse.adt 4 0 2011-12-31 22:08:11.403 !MESSAGE Unknown error: java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at

[android-developers] Re: NPE in Pre Compiler using Eclipse 3.7.1

2011-12-31 Thread James Black
I looked at another two projects that use a different library and I have a different problem that is new, as I had recently built this and put it on the market: R cannot be resolved to a variable For this line: case R.id.clear_menu: I have the ids defined in the library, as they are shared for