Re: [android-developers] ERROR IN C:\Users\lenovo\Desktop\android-sdk_r06-windows\android-sdk-windowsSDK Setup.exe

2010-08-13 Thread Fatih Ulas
Thanks for your care, I want to install android SDK but I couldn't install, I think because of URL. I am using win vista. On Thu, Aug 12, 2010 at 3:25 PM, Kevin Duffey andjar...@gmail.com wrote: What is the problem? The subject line is a bit vague.. need more details... On 8/12/2010 2:01

[android-developers] Changing the Menu Selector?

2010-08-13 Thread Amit
Hi All, Is it possible to change the selector of standard Menu? If yes please let me know how? Thanks Best Regards Amit -- 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: Chilling news: Oracle sues Google over Android

2010-08-13 Thread JP
On Aug 12, 8:07 pm, Shane Isbell shane.isb...@gmail.com wrote: If there were no lawsuits, then I would worry. This is an encouraging sign that Android is starting to rattle more cages due to its expected profitability and competitiveness. Nah, just a move to see if they can find some cheap

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

2010-08-13 Thread Miguel Morales
What have you tried? On Thu, Aug 12, 2010 at 10:45 PM, cindy ypu01...@yahoo.com wrote: My application needs to send data to server while recording the audio data? Does anyone know how to do that? Thanks! April -- You received this message because you are subscribed to the Google

[android-developers] Activity getting killed and automatically starting again on screen off button press

2010-08-13 Thread Shashidhar
Hi, We are experiencing this strange problem. If I press screen off button When my activity is running, its again starting a new activity. If I press the screen off button again and unlock the phone, it again starts a new activity. So in total there are 2 new activities getting created for one

[android-developers] Re: Changing button text color in various states (down, disabled etc)

2010-08-13 Thread Nik Bhattacharya
Thanks. ColorStateList did the trick! I would like to vary the text color of a custom button that I am making depending on which state it is in (enabled, disabled, state pressed).  I know how to use an XML file to describe the different drawables that I need for the different states

[android-developers] FrameLayout in webview

2010-08-13 Thread Shrenik Vikam
Is it possible to add FrameLayout in webview ? Thanks in advance -- 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: How do you create a custom Preference which needs to invoke a activity for result like RingtonePreference?

2010-08-13 Thread Kostya Vasilyev
Pino, You can always implement your own subclass of Preference. The same thing can be done differently inside Android and in regular applications, that's Ok. Subclassing Preference is actually quite nice, since the base class handles the drawing of title and subtitle strings, so your own

[android-developers] Bluetooth headset connection establishment

2010-08-13 Thread Anzi
Hi, I am using Bluetooth APIs to establish the connection. I using the Bluetooth chat application as a reference to communicate with the Bluetooth headset. When I try to connect with Bluetooth headset I am getting IOException with the reason Connection refused. Can any one tell me the reason

[android-developers] Re: Whats first onCreate or the constructor

2010-08-13 Thread Scott Herbert
Thaks all for your helpful tips. -- 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] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Kevin Duffey
I'm not going to pull any numbers as to why I say that most people think java sucks, maybe it's just some. I've gathered this from workplaces, forum/irc chats, etc. A lot of java applications are hated upon due to being slow (Eclipse, Azureus, Tomcat?). Java browser apps are generally slower

Re: [android-developers] Hi, really need help with Android Camera

2010-08-13 Thread Pedro Teixeira
Just don't know anymore where to do the stopPreviews and releases... just before the Intent onClick ?! That order is not working for me.. On Aug 11, 2010, at 5:32 PM, Mark Murphy wrote: You are getting Method called after release() triggered by a call to stopPreview() from your

Re: [android-developers] Activity getting killed and automatically starting again on screen off button press

2010-08-13 Thread Farjad Habib
see if ur activity is persistent or is it getting modified by the phone state... On Fri, Aug 13, 2010 at 11:56 AM, Shashidhar shashi.zep...@gmail.comwrote: Hi, We are experiencing this strange problem. If I press screen off button When my activity is running, its again starting a new

Re: [android-developers] Re: Is android 2.2 emulator support any flash or flash lite?

2010-08-13 Thread Raju Bitter
The interesting thing is that the AIR for Android 2.5 emulator runs Flash content in the emulator without any problems, but the emulation is very slow compared to the device. On Mon, Aug 9, 2010 at 8:16 PM, jeff.rinker jeff.rinke...@gmail.com wrote: How About Now? it's now a month later than

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Miguel Morales
Actually, I don't agree with your use of slow with the apps you mentioned. Eclipse is very snappy... I've not seen any difference in it over any other native IDE. Netbeans on the other hand I have found sluggish at times, but is usually snappy. Azureus is built on the same underpinnings that

Re: [android-developers] Re: How to install package without asking user just like market app?

2010-08-13 Thread Alex Xin
Sorry for my poor English. I'm from China, speaking English is always a difficult task for me. I mean, if I try to use Intent to install a package, an install activity will activate and ask user if it could install that app, but market will ask user only once, no that install activity shown up.

[android-developers] Application Lock

2010-08-13 Thread perumal316
Hi All, I came across an Application in Android Market which locks the use of application. Meaning after locking an application can only unlock it using password. My question is, can this be done for hardware? E.g. Password protect camera for example, so only can unlock it using the same

Re: [android-developers] Re: How to install package without asking user just like market app?

2010-08-13 Thread Dianne Hackborn
Sorry you can't do that without being built into the system image. On Fri, Aug 13, 2010 at 1:19 AM, Alex Xin xinxi...@gmail.com wrote: Sorry for my poor English. I'm from China, speaking English is always a difficult task for me. I mean, if I try to use Intent to install a package, an install

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Ralf Schneider
sucks? Do you back this up in some way? Java is a very good language. I am curious what you find so bad, what languages you think are vastly superior? ... it sucks. Anyway.. I am not opposed to other languages.. NDK.. as soon as it allows for direct audio and video access.. will be the

RE: [android-developers] Application Lock

2010-08-13 Thread sachin.ravi
I think this can be done. In settings application, we need to add privacy lock features to lock the defferent applications. So suppose camera is selected for lock, then this entry has to be maintained in DB. From camera hardware side, 1st function to open the camera is Camera.open(). This

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Dianne Hackborn
On Fri, Aug 13, 2010 at 1:34 AM, Ralf Schneider li...@gestaltgeber.comwrote: If Java is so great, why will the NDK(C/C++) become the language of choice - as soon as google provides a useable API? The language of choice for what? Not most app developers. Except for certain apps, Java is

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 10:18 , Miguel Morales wrote: Eclipse is not snappy, at all. Not even close. KDevelop is snappy. XCode is snappy enough. Azureus is slow too, you have to really tune the settings to get some decent performance, same with Eclipse.

Re: [android-developers] OpenGL ES 2.0 available on the updated HTC Hero? (Android 2.1)

2010-08-13 Thread { Devdroid }
On 12 August 2010 21:52, Johan Gardell gar...@gmail.com wrote: I'm trying to run some of the hello-gl2 code on my HTC Hero updated to Android 2.1 but i keep getting the error java.lang.IllegalArgumentException: No configs match configSpec, which is in GL2JNIView.java on line 168. get glInfo

Re: [android-developers] Activity getting killed and automatically starting again on screen off button press

2010-08-13 Thread Shashidhar
Thanks for the reply habib. But my programs is doing none of the 2 things you have mentioned... On Fri, Aug 13, 2010 at 1:30 PM, Farjad Habib habib.far...@gmail.comwrote: see if ur activity is persistent or is it getting modified by the phone state... On Fri, Aug 13, 2010 at 11:56

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Miguel Morales
Do you know that most of the web sites, services and whatever on the internet are powered by Java and by a good percentage by Tomcat? Java = slow is bullishit at least since five years, so please don't spread FUD any longer. Yes, I know. I used to be a sysadmin for a few datacenters. I know

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Ralf Schneider
I was just pointing out a logical flaw in another post: The poster was defending Java and in the last part he suddenly told: C will rule Android development as soon as there is video and audio access via the NDK Actually I agree. For: implementation, maintenance, and debugging ... Java is far

[android-developers] Re: Invoking A Web Service Through A Button

2010-08-13 Thread Bob Kerns
Look at AsyncTask. The key thing is that you should never do anything that blocks or takes a long time on the main (UI) thread. That especially includes anything related to the network -- IO, opening/closing connections, or even resolving hostnames. A service by itself does not solve that, as it

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Ralf Schneider
I forget! There is hope: NaCl is doing it right (IMHO)! May be Android will one day get fast apps via PNaCl ( nativeclient.googlecode.com/svn/data/site/pnacl.pdf) 2010/8/13 Ralf Schneider li...@gestaltgeber.com: I was just pointing out a logical flaw in another post: The poster was defending

[android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread François Masurel
What about the Google App Engine for Java platform ? It's powered by Jetty though, not Tomcat. François On 13 août, 11:28, Miguel Morales therevolti...@gmail.com wrote: Do you know that most of the web sites, services and whatever on the internet are powered by Java and by a good percentage

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Miguel Morales
I don't know of any popular fast java applications, despite all these features. Again, Java is ok, great for what it does. But just not as good as its alternatives. It's great for android because it's popular. It's stable, there's tons of libraries, it's fast/efficient enough. You can

Re: [android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread Miguel Morales
I'm sure not all of us have the cash to pay for the amount of servers the app engine requires. Also, they pretty much use jetty for the frontend, they use an rpc system to communicate with whatever their backend is coded in. (at least from briefly scanning the the gae docs) 2010/8/13 François

[android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Beena
@Frank Weiss I suppose you need to scroll the pushpin as well. I cant scroll the pushpin. @Farjad Habib use map layout... I am not using any map api. This is image of building which shows rooms/shop, where I can plot the small images on the main image of building. Hope you can understand. Any

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 11:39 , Miguel Morales wrote: I don't know of any popular fast java applications, despite all these features. Again, Java is ok, great for what it does. But just not as good as its alternatives. It's great for android because it's

[android-developers] Re: Application state when Home pressed

2010-08-13 Thread viktor
On 12 Сер, 20:26, Frank Weiss fewe...@gmail.com wrote: There are two levels of foreground/background, onPause/onResume and onStart/onStop. Please read the Activity documentation. Then explain what you issue is. OK, I write more clear my issue. I have parent activity, other activities extends

Re: [android-developers] Tiff Codec

2010-08-13 Thread Anurag Singh
LibTiff is the right place. http://www.libtiff.org/ - Anurag Singh On Thu, Aug 12, 2010 at 2:37 PM, Reddy devireddy@gmail.com wrote: Hi, I am not sure whether it is the right place to ask this question. Has any one implemented the codec for Tiff formated image? If any one is having

[android-developers] Re: LVL buy now button.

2010-08-13 Thread sblantipodi
excellent answer indicator. at the moment I really can't understand why they used http:// instead of market:// On Aug 13, 2:24 am, Indicator Veritatis mej1...@yahoo.com wrote: You are misusing the principle behind the old saying, to err is human, to forgive, divine. Sure, they writers are only

[android-developers] Oracle sues Google over Android and Java

2010-08-13 Thread sblantipodi
Link http://news.cnet.com/8301-30684_3-20013546-265.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Google browser certificate issue

2010-08-13 Thread Zsolt Vasvari
Yes, you are probably right. This happens to me all the time in Singapore, or at least used to. I don't remember seeing it for the past month or so. On Aug 12, 11:44 pm, MB manoj.bi...@gmail.com wrote: My guess is that the date/time on Mathew's device is wrong.  Digital certificates have an

[android-developers] Re: Record audio problem on the LG Ally

2010-08-13 Thread skooter500
Jeff I did some benchmarking first. I have versions of my algorithms in both C++ and Java. I sample at 22KHz for 12 seconds and perform an SFTF on 2048 sample frames with a 75% overlap in order to transcribe what the user has played on their instrument. I do some other stuff on the spectrum to

[android-developers] Read from sdcard problem (version 1.6)

2010-08-13 Thread John-Z80
Hello I'm trying to make a photo calling the CAMERA Intent an after returning to my application read the file, but altough I get a File like /sdcard/DCIM/camera/.jpg if I try to open the file, it exist and can be read (check with File.exist or File.canread BUT the length of the file is always

[android-developers] String Array

2010-08-13 Thread Ajay
Hi, I have defined a string array in the resource and access it using: String arrStrings[] = getResources().getStringArray(R.array.arrayname); But, how can I get the size of this array? Thank you, AJ -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] String Array

2010-08-13 Thread Farjad Habib
it ll have all the functions/variables that an array has... simply use arrStrings.length; On Fri, Aug 13, 2010 at 3:58 PM, Ajay aja...@gmail.com wrote: Hi, I have defined a string array in the resource and access it using: String arrStrings[] =

Re: [android-developers] String Array

2010-08-13 Thread Filip Havlicek
Hi Ajay, shouldn't it be more like: String[] arrStrings ... ? Then of course use the usual arrStrings.length 2010/8/13 Ajay aja...@gmail.com Hi, I have defined a string array in the resource and access it using: String arrStrings[] = getResources().getStringArray(R.array.arrayname);

Re: [android-developers] String Array

2010-08-13 Thread Farjad Habib
@Filip it doesn't matter both String[] arrStrings and String arrStrings[] are legal in java... On Fri, Aug 13, 2010 at 4:01 PM, Filip Havlicek havlicek.fi...@gmail.comwrote: Hi Ajay, shouldn't it be more like: String[] arrStrings ... ? Then of course use the usual arrStrings.length

[android-developers] Re: String Array

2010-08-13 Thread Ajay
Yes both the syntax are allowed...Thanks for the replies!! On Aug 13, 4:05 pm, Farjad Habib habib.far...@gmail.com wrote: @Filip it doesn't matter both String[] arrStrings and String arrStrings[] are legal in java... On Fri, Aug 13, 2010 at 4:01 PM, Filip Havlicek

[android-developers] Re: ERROR IN C:\Users\lenovo\Desktop\android-sdk_r06-windows\android-sdk-windowsSDK Setup.exe

2010-08-13 Thread Bob Kerns
Can you access the URL from your web browser? https://dl-ssl.google.com/android/repository/repository.xml If not, you have some sort of network, firewall, or similar problem. You should be able to view that URL above in your browser. Also check:

[android-developers] Re: LVL buy now button.

2010-08-13 Thread String
I can't believe I keep letting myself get sucked back into this discussion... On Aug 13, 11:30 am, sblantipodi perini.dav...@dpsoftware.org wrote: at the moment I really can't understand why they used http:// instead of market:// LET IT GO. Both protocols work, if somewhat differently. Use

Re: [android-developers] String Array

2010-08-13 Thread Filip Havlicek
Yes it should be, although when I just tried it in Eclipse, the arrStrings[] didn't give me arrStrings.length in the context menu (don't know why), so I thought Ajay might be experiencing the same problem and thus asking the question. 2010/8/13 Farjad Habib habib.far...@gmail.com @Filip it

[android-developers] Re: LVL buy now button.

2010-08-13 Thread sblantipodi
You told us that http:// works well only if the user understood that it should click on Details. As far as I'm understood using the HTTP:// the user will be prompted with a list of possible software that can manage that URL, so the default browser, Opera Mini for example, other browsers and than

[android-developers] Re: Saving SMS to SENT messages

2010-08-13 Thread Suzann
Is there a way to check if such content exists? If yes the message will get stored, else it will not. - This will at least prevent app from crashing once the sms content is not available anymore. Thx, Suzann On Aug 12, 10:31 pm, Mark Murphy mmur...@commonsware.com wrote: Bear in mind that your

[android-developers] Re: Read from sdcard problem (version 1.6)

2010-08-13 Thread John-Z80
One interesting detail, the code (and some variants tryint to use Bitmap and BitmapFactory...) did not work in a 1.6 android Tattoo mobile, BUT I've just tried in a magic (1.6 version too) and another Android mobile (2.1 version) and the above code WORKED. Tried in another Tattoo from another

[android-developers] Re: String Array

2010-08-13 Thread DanH
Yeah, String[] arrStrings makes more sense, since the full type description is in one unit, separate from the name. But C/C++ syntax is String arrStrings[] (with the prior order being illegal) so some people prefer that order. You may use either, but the first is probably slightly preferred. On

[android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread DanH
Acually, SUN has one of the worst JVMs available, and that's probably a big part of what's got Oracle upset about Android. (That and the money, of course.) I would assume that Google got one of the standard development licenses from Sun, where they could do pretty much whatever they wanted -- it

[android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread DanH
User side Java has been limited mostly by the lack of a decent UI. On Aug 13, 4:55 am, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 11:39 , Miguel Morales wrote: I don't know of any popular fast java applications, despite all

[android-developers] Re: Application state when Home pressed

2010-08-13 Thread RichardC
You should not assume that your parent activity exists when your child activity is being displayed. Try what I wrote above and see what happens. It is permissible (although very unlikely that) your parent activity is killed (by the OS) while you are using your child activity. On Aug 13, 11:04 

[android-developers] Re: Getting Object from ContentProvider

2010-08-13 Thread Natanael Arndt
Am 12.08.2010 16:17, schrieb Kostya Vasilyev: The serialization can be any kind you want or are able to implement. It can be Java Serialization, sure. But doesn't have to be. I am not at all familiar with Jena, so this is sort of generally speaking ...for relatively simple objects with

Re: [android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 14:05 , DanH wrote: Acually, SUN has one of the worst JVMs available, and that's probably a big part of what's got Oracle upset about Android. (That and the money, of course.) I would assume that Google got one of the standard

[android-developers] Re: how many versions of an image should I make for the different device screen sizes?

2010-08-13 Thread Michael A.
The biggest problem I, I find, is with the use of background images. There you not only require l/m/h dpi images, but also portrait and landscape (if you allow these). Haven't really found a good solution to this other than either ignoring the problem (which doesn't look as good) or generating a

[android-developers] htc aria not showing up as a device in eclipse

2010-08-13 Thread mhuman1
Hi, My HTC aria shows up when I run adb devices. It even shows the correct serial number. However, I can't find it as a target in eclipse. I am clicking on Run/Run Configurations. It brings up my project and a target tab. The emulator is the only thing listed, not my HTC aria. Is there

[android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-13 Thread JP
On Aug 13, 5:05 am, DanH danhi...@ieee.org wrote: Oracle upset about Android.   Take it from me, the people who drive these lawsuits are the types who give a ratsass about anything that we think matters. Plenty of those hired at other firms up and down the 101 as well, of course. -- You

Re: [android-developers] Chilling news: Oracle sues Google over Android

2010-08-13 Thread Kwan Cheng
You would think java sucks until you try objective c. Imo c#.net is the best language out of the bunch. On Aug 13, 2010 1:54 AM, Miguel Morales therevolti...@gmail.com wrote: I used to hate Java, I think that it's ok to good now. (Even better with the framework google provided to make apps)

[android-developers] Re: Image Capture resolution on HTC EVO

2010-08-13 Thread cesar
hi! I have the same problem with a Legend. Did you get full resolution at the end? 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

[android-developers] Add Images to Jar files

2010-08-13 Thread RamaMohan
HI all, I am creating a jar file which will return a view to any application in which jar file is added. I am creating all the coding without any resources files.But my problem is i want to add images to the jar file like i want to add my logo . I want to add some image files to the jar and i

Re: [android-developers] Hi, really need help with Android Camera

2010-08-13 Thread Pedro Teixeira
Hello .. can someone help me with this? I'm really frustrated... I've try releasing the camera and changing the code but im always getting the same error.. 3 days of this.. how annoying :/ PS: the new activity is a cam activity also with the same code.. at least for now code:

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

2010-08-13 Thread Peter Webb
I have exactly the same problem. Whever I open string.xml and some other xml files I also get a Java Null Pointer error. Typing even a single character triggers it. I can look at them fine as xml, but Resources view is broken - the left hand pane has the thin lines that should connect the

Re: [android-developers] Re: How do you create a custom Preference which needs to invoke a activity for result like RingtonePreference?

2010-08-13 Thread TreKing
On Thu, Aug 12, 2010 at 11:19 PM, Pino Silvaggio pino.silvag...@gmail.comwrote: Yes PreferenceActivity is an Activity. But that not my problem. No, it's your solution. From PreferenceActivity you can get the list of all preferences defined in your Preferences, set click listeners for any of

[android-developers] Re: Enable usb debugging (under settings/applications/development) programatically from within app

2010-08-13 Thread Mathias Lin
Thanks for the info. It's clear now. enable adb by hand: I don't want to deliver the device with adb enabled, because I don't want the end-user to be able to do anything with adb. Scenario is that my client (very non-technical) does the data sync between PC application and Android device (using

Re: [android-developers] Re: Enable usb debugging (under settings/applications/development) programatically from within app

2010-08-13 Thread Kostya Vasilyev
If that's the case, nothing's preventing those other people from doing unspeakably terrible things to the device. Like uninstalling your application altogether. Nothing - short of building your own firmware, that is. -- Kostya 13.08.2010 18:41, Mathias Lin пишет: This non-technical client

[android-developers] Re: My app is not visible for some (potential) users

2010-08-13 Thread Lance Nanek
The supports-screens line in your app's badging information looks suspicious: aapt dump badging it.tidalwave.bluebill.mobile.android-1.apk package: name='it.tidalwave.bluebill.mobile.android' versionCode='1619' versionName='0.14' sdkVersion:'3'

[android-developers] onRestoreInstanceState exception only on froyo for a simple textview

2010-08-13 Thread Cheryl Sedota
I have an application with an activity group, and it uses the local activity manager class to start a subactivity and insert that subactivity's view. I do not have any custom onSaveInstanceState logic written anywhere in my app. I have a nested layout of relative layout - textview within that

[android-developers] Sqlite Delete doesn't delete

2010-08-13 Thread Wall-E
I have written a database adapter to implement database functions like query(), delete(), update(), insert()etc. So I have been able to insert and query just fine but deleting a specific row is not working at all. I have tested deleting all the rows and that works fine even though the return

Re: [android-developers] Sqlite Delete doesn't delete

2010-08-13 Thread Chris Stewart
I use db.execSQL to delete. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for fantasy football fanatics and MFL owners Social Updaterhttp://chriswstewart.com/android-applications/social-updater/- An easy

Re: [android-developers] Sqlite Delete doesn't delete

2010-08-13 Thread Farjad Habib
give the phonenumber in single quoteslike below PHONENUMBER_ID + =' + phonenumber +' On Fri, Aug 13, 2010 at 8:15 PM, Wall-E bashee...@gmail.com wrote: I have written a database adapter to implement database functions like query(), delete(), update(), insert()etc. So I have been able

Re: [android-developers] source code

2010-08-13 Thread TreKing
On Thu, Aug 12, 2010 at 10:15 PM, Tony Gonzalez tonygonzalez...@gmail.comwrote: I hope that's sarcasm, because it would be a low blow just trying to learn man. The part about the amazing new technology? Yes. The part about using Google for simple queries like where is thing on the internet?

[android-developers] Re: Sqlite Delete doesn't delete

2010-08-13 Thread RichardC
Try putting quotes around the phonenumber string On Aug 13, 4:15 pm, Wall-E bashee...@gmail.com wrote: I have written a database adapter to implement database functions like query(), delete(), update(), insert()etc.  So I have been able to insert and query just fine but deleting a specific

Re: [android-developers] source code

2010-08-13 Thread Chris Stewart
Off topic... I've found that losing myself in searching on specific Android topics *is* a great way to learn. Sometimes you'll run across completely outdated information but often the trail to your answer is exceptionally valuable. So while you are working to learn the Android platform, I would

Re: [android-developers] Re: My app is not visible for some (potential) users

2010-08-13 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 17:14 , Lance Nanek wrote: I'd make sure the supports-screens element is present in your AndroidManifest.xml with android:smallScreens set to true, or that the android:targetSdkVersion attribute is present on your uses-sdk element and

[android-developers] Re: onRestoreInstanceState exception only on froyo for a simple textview

2010-08-13 Thread Cheryl Sedota
I subclasses TextView for this one control and logged calls to onSaveInstanceState and onRestoreInstanceState - I never return an AbsListView.SavedState in onSaveInstanceState but I am seeing it get sent to my onRestoreInstanceState method: I/TestTextView( 1739): In onSaveInstanceState with

[android-developers] Re: Thoughts on this LenientPolicy implementation of an LVL Policy?

2010-08-13 Thread mot12
Mark, would you be willing to share your updated code? I find your policy more sensible during the toddler phase of LVL. Until maturity of ServerManagedPolicy is proven, I need to play it safe for an existing app with many users that I don't want to alienate. -- You received this message because

Re: [android-developers] source code

2010-08-13 Thread Tony Gonzalez
Okay thanks for the advise, I'm doing that right now. Trying to download the source code to get moving on with the learning process. On the android source website is says you need to download git and repo, in addition it states that windows is not supported. I'll be using windows as my development

[android-developers] Android Market cropping uploaded screenshots

2010-08-13 Thread OldSkoolMark
Thought I'd inquire here where perhaps some other dev is having similar problems currently. I've done this before (months ago), and as far as I can tell, I'm doing it the same way. My 480x854 24-bit PNG screenshots are being scaled/cropped by Market. Same with 480x854 jpgs. It looks like they're

Re: [android-developers] source code

2010-08-13 Thread Tony Gonzalez
Sounds like great advise, but their is a lot of information. As I just mention it to TreKing I'm doing that right now, trying to get the source code but have to figure out how to install and use git and repo. thanks Tony On Fri, Aug 13, 2010 at 9:27 AM, Chris Stewart cstewart...@gmail.comwrote:

[android-developers] Re: My app is not visible for some (potential) users

2010-08-13 Thread Lance Nanek
Apps that do not support large screens are still available to large screen devices. Apps that do not support small screens are not available to small screen devices. From the linked URL ( http://developer.android.com/guide/topics/manifest/supports-screens-element.html ): An application that

[android-developers] Re: Mouse interaction on 3D object

2010-08-13 Thread souza
I have found the APIDemos example but I couldn't find the specific code I guess. Is it this page you are referring to: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/Animation2.html If not can you tell me which is the code file containing the

[android-developers] Re: How do you create a custom Preference which needs to invoke a activity for result like RingtonePreference?

2010-08-13 Thread Pino Silvaggio
This is so simple. If I use a PreferenceActivity to handle my CustomPreference onclick() or any other state of a Preference added to it then the CustomPreference is worthless and is tied to a specific activity. It's like RingtonePreference basically doesn't do anything and you have to explicitly

Re: [android-developers] source code

2010-08-13 Thread Frank Weiss
I wonder which source code the OP is getting and why. On Aug 13, 2010 8:34 AM, Tony Gonzalez tonygonzalez...@gmail.com wrote: Sounds like great advise, but their is a lot of information. As I just mention it to TreKing I'm doing that right now, trying to get the source code but have to figure

Re: [android-developers] source code

2010-08-13 Thread TreKing
On Fri, Aug 13, 2010 at 10:31 AM, Tony Gonzalez tonygonzalez...@gmail.comwrote: On the android source website is says you need to download git and repo, in addition it states that windows is not supported. I'll be using windows as my development computer. Do you use windows to develop ?

Re: [android-developers] Re: My app is not visible for some (potential) users

2010-08-13 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 17:34 , Lance Nanek wrote: Apps that do not support large screens are still available to large screen devices. Apps that do not support small screens are not available to small screen devices. Thanks. I've verified with the customer

[android-developers] Re: about handle the home key

2010-08-13 Thread Mathias Lin
You cannot disable the home button via SDK. See http://www.mail-archive.com/android-developers@googlegroups.com/msg52244.html On Aug 13, 9:19 am, 李实 lishi1...@gmail.com wrote: thank you for help,but you may mistake me. what I really want to do is to disable the home key,when my activity is

Re: [android-developers] Re: How do you create a custom Preference which needs to invoke a activity for result like RingtonePreference?

2010-08-13 Thread TreKing
On Fri, Aug 13, 2010 at 10:37 AM, Pino Silvaggio pino.silvag...@gmail.comwrote: I want to create a CustomPreference that is self-contained like any other android preferences. Ah, well, this makes it clear now what you're trying to do - this was not clear to me before, sorry. Maybe have your

Re: [android-developers] source code

2010-08-13 Thread Tony Gonzalez
Oh I didn't know that, but I'm not trying to develop an app, what I want to do is to customize my ROM or create a new one for my phone. Looks like a lot of fun, been running custom ROM of my droid since I purchase it and I want to learn to do my own. If I may ask what would you recommend me do?

Re: [android-developers] Re: Mouse interaction on 3D object

2010-08-13 Thread Kostya Vasilyev
It's been over 10 years since last time I used GL, so my site list is not quite up to date, sorry :) Just Google for OpenGL, you're bound to find lots of useful sites. You mentioned GLU in your previous message, my guess is you were referring to gluLookAt. There are lots of working sample

Re: [android-developers] source code

2010-08-13 Thread TreKing
On Fri, Aug 13, 2010 at 10:48 AM, Tony Gonzalez tonygonzalez...@gmail.comwrote: Looks like a lot of fun, been running custom ROM of my droid since I purchase it and I want to learn to do my own. If I may ask what would you recommend me do? Well, if the site says Windows is not supported for

Re: [android-developers] source code

2010-08-13 Thread Tony Gonzalez
I thought about step 1 :-) but I'll continue with my research and if I have to get a mac/linux box that's what I'll have to do. Thanks On Fri, Aug 13, 2010 at 9:54 AM, TreKing treking...@gmail.com wrote: On Fri, Aug 13, 2010 at 10:48 AM, Tony Gonzalez tonygonzalez...@gmail.com wrote: Looks

[android-developers] Re: My app is not visible for some (potential) users

2010-08-13 Thread Lance Nanek
You can have a build target higher than Android 1.5, but still specify Android 1.5 support in the android:minSdkVersion attribute of the uses- sdk element. On Aug 13, 11:47 am, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/13/10 17:34

Re: [android-developers] source code

2010-08-13 Thread Kostya Vasilyev
You can probably build Android under Linux running inside a virtual machine hosted on Windows. There are free ones out there, for example Virtual Box - http://www.virtualbox.org Might also subscribe to this Google group: http://groups.google.com/group/android-porting -- Kosyta 13.08.2010

[android-developers] Re: Sqlite Delete doesn't delete

2010-08-13 Thread Wall-E
Thanks everybody, yea the problem is that the WHERE clause was using my string value without the quotes. On Aug 13, 11:22 am, RichardC richard.crit...@googlemail.com wrote: Try putting quotes around the phonenumber string On Aug 13, 4:15 pm, Wall-E bashee...@gmail.com wrote: I have

Re: [android-developers] source code

2010-08-13 Thread Tony Gonzalez
I'll look into that, thanks Kostya On Fri, Aug 13, 2010 at 10:05 AM, Kostya Vasilyev kmans...@gmail.comwrote: You can probably build Android under Linux running inside a virtual machine hosted on Windows. There are free ones out there, for example Virtual Box - http://www.virtualbox.org

[android-developers] Re: pinch-zoom image displayed in gallery

2010-08-13 Thread Bob Kerns
It looks like you just missed it; it's there: http://groups.google.com/group/android-developers/browse_frm/thread/5b9079168c77cd35 On Aug 11, 4:12 pm, Martin Grotzke martin.grot...@googlemail.com wrote: Is my previous message really still waiting for approval? I can't find it in the groups

Re: [android-developers] Android Market cropping uploaded screenshots

2010-08-13 Thread Chris Stewart
I've run into the same problem with my app on the market. It looks OK when you click in to view the screenshot, but looks fuzzy when viewing from the app's page on the market. -- Chris Stewart http://chriswstewart.com Fantasy

  1   2   >