Re: [android-developers] Re: multi resolution image button selectors broken?

2010-01-06 Thread Romain Guy
Delete the XML from drawable-ldpi/ and make sure you have the pngs in both drawable/ and drawable-ldpi/ (at different sizes of course). On Tue, Jan 5, 2010 at 11:57 PM, OldSkoolMark m...@sublimeslime.com wrote: Roman, Thanks for the quick response! Unfortunately, I'm still having issues. It

[android-developers] new offer

2010-01-06 Thread R SIVAKUMAR
new offer for the day openthis page more info : http://123maza.com/786/mishtar/ more info : http://123maza.com/786/mishtar/ more info : http://123maza.com/786/mishtar/ more info : http://123maza.com/786/mishtar/ -- You received this message because you are

[android-developers] Re: Resource not found errors for images referred to in a button image selector xml file

2010-01-06 Thread Vladimir
Instead of android:drawable=@drawable-ldpi/startstopin try android:drawable=@drawable/startstopin Just like you do for your normal HVGA screen. On small screens it will automatically look in the -ldpi directory and pick these images ahead of those in the default dir On Jan 5, 11:18 pm,

[android-developers] can write youtube api on android?

2010-01-06 Thread tstanly
hi all, I use the youtube api and other libs such as gdata_client... http://code.google.com/intl/zh-TW/apis/youtube/getting_started.html but I always get the verify error: == E/dalvikvm( 749): Could not find class 'com.google.gdata.data.media.MediaStream Source',

[android-developers] how to clear activity stack in task

2010-01-06 Thread Zhihong GUO
Hi all, I have three activities. Activity A start activity B by the method startActivityForResult, and Activity B start activity C by the method startActivity. Then, after starting activity C, activity B kill himself by finish(). Now the task stack stored two activities: A and C. My question is:

Re: [android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2010-01-06 Thread fadi wedyan
Hi, In the server side (the web services), change the namespace, by default the name space is http://tempuri.org, change that to any conveient name you like. That will solve the problem unless there is something else wrong. Good luck :) On Mon, Jan 4, 2010 at 2:11 AM, tharindu

[android-developers] two opengles package

2010-01-06 Thread Nasam
Why both javax.microedition.khronos.opengles and android.opengl are provided in android eventhough functionalities are same. -- 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] Context menu for a Grid item

2010-01-06 Thread kitty
Hi all, I'm writing an application in which i need a menu for a Grid item i.e., whenever i click a Grid item in the Gridview a list should be displayed in the same layout beside the Grid item similar to Context menu. I know that we can set the Context menu for entire listview or Gridview but how

[android-developers] Broadcast Receiver works sometimes/sometimes not.

2010-01-06 Thread Android Development
Hello, I wish to listen to android.intent.action.BOOT_COMPLETED. However i am not getting the broadcast intent, if i specify com.test.BootBroadcastReceiver in the manifest. When i change this value to simply BootBroadcastReceiver, then i am getting the broadcast intent. receiver

[android-developers] Re: Problems with the JavaBinder (!!! FAILED BINDER TRANSACTION!!!)

2010-01-06 Thread Moritzz
I tried it but it didn't change a thing. The images are pretty small (just a few kilobyte as they are application icons) anyway. But I figured something new out: If I continue to load them, I finally get an OutOfMemoryException as mentioned in some sources and threads I already read, including

[android-developers] Re: Designing a UI for Board Game

2010-01-06 Thread piyushn
you can use DroidDraw tool for gui Design . Check it out @ www.droiddraw.org . thanks;-) On Jan 5, 11:11 am, prakhy prakhyathhe...@gmail.com wrote: Hi, I need to design a board UI using android platform. i was planning to take one image as board and moving the required images over the

Re: [android-developers] Re: Designing a UI for Board Game

2010-01-06 Thread Donal Rafferty
You might find the Heirachy viewer some use as well, you can find in in the SDK package in the toold folder. Also in his book Android wireless application development Shane Condor describes how to draw a chessboard as well as working with bitmaps and other bits and pieces you might find useful,

[android-developers] Re: Broadcast Receiver works sometimes/sometimes not.

2010-01-06 Thread jwei512
I'm pretty sure it's because in the manifest, if the package is com.test then when you declare Activities/Services/Receivers the package name is already assumed... so if you do: receiver android:name=.BootBroadcastReceiver android:enabled=true Then this is actually

[android-developers] Re: how to clear activity stack in task

2010-01-06 Thread jwei512
Are you looking for a practical answer? Or was this more of a theoretical thought experiment type of question? If you want the practical answer, then I guess the simple thing to do would be to kill Activity A in it's onActivityResult method (which should be overridden since you are calling

Re: [android-developers] Re: Android Books?...

2010-01-06 Thread Mark Murphy
Pro Android Games, published by Apress, came out recently and might make a good addition for that list: http://apress.com/book/view/1430226471 I haven't tried it, however. Well, except for going through the free source code, anyway. Ah, they hadn't shipped yet as of the last time I hunted

[android-developers] Re: MapView Overlay problem

2010-01-06 Thread Stefan
On Jan 6, 4:57 am, Peter SSK sasikumar.it1...@gmail.com wrote: see this link http://www.androidpeople.com/category/google-map/ is that the right link? There i only see, how to display a Map. Thats not the problem. But perhaps i dont find the right part?! -- You received this message because

回复: [android-developers] Re: how to clear acti vity stack in task

2010-01-06 Thread Zhihong GUO
thanks for the quick answer. but is there any other solutions? i mean do not change the code of activity a and b, just clear the task stack. 在 2010-1-6 下午7:55,jwei512 jwei...@gmail.com编写: Are you looking for a practical answer? Or was this more of a theoretical thought experiment type of

[android-developers] Re: create app that comes with a widget and the program

2010-01-06 Thread Albert
Does anyone knows how to achieve this??? Thanks, Alberto -- 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] Protection Method to avoid an .apk being copied overall

2010-01-06 Thread Alex Corbi
Hi Developers, First i explain you my situation: I have just released my new App (Voice Alerts - more info: http://49ers.es/corbi/voice-alerts), there is a demo and a full (paid) version. For promoting/publicity purposes i would like to send a copy of the full version to a couple of people, so

[android-developers] Re: Protection Method to avoid an .apk being copied overall

2010-01-06 Thread WoodManEXP
Make a separate version that disables itself after a period of time. On Jan 6, 7:57 am, Alex Corbi a.co...@gmail.com wrote: Hi Developers, First i explain you my situation: I have just released my new App (Voice Alerts - more info:http://49ers.es/corbi/voice-alerts), there is a demo and a

[android-developers] Re: Protection Method to avoid an .apk being copied overall

2010-01-06 Thread matt smith
The general response to this question I have seen is as follows : - spend time improving your app, not the copy protection - it will get hacked anyway - storing gmail or ime numbers is against data protection act Personally I feel everyone is entitled to try and protect their apps and would

[android-developers] Re: Motionevent problems - multitouch events give wrong coordinates

2010-01-06 Thread WoodManEXP
Colin, Wow! I am working on using multitouch for a game and remain equally confused by similar behavior and will be anxious to see how this is resolved. So far the answer has eluded me too, sigh... Thanks for positing such a clear explain. Maybe a Google person will get involved. On Jan 6,

[android-developers] Clicking a link in Browser initates a new Intent

2010-01-06 Thread Balder
I am working on an app that I want to be able to open links from eg. an email app. I have an intent-filter that looks like this: intent-filter action android:name=android.intent.action.VIEW / category android:name=android.intent.category.DEFAULT / category

Re: [android-developers] Problem in Accessing 2.9 MB Database from Apps

2010-01-06 Thread Alessandro Pellizzari
Il giorno mar, 05/01/2010 alle 09.28 -0800, Vish ha scritto: I am Having 2.9 MB Database given by client. I know that Android don't Support data more than 1.1 MB So I Spilt DB into 3 Parts of 1.1 MB . I had the same problem. I provided a text file with the insert queries (one per line) in

Re: [android-developers] Clicking a link in Browser initates a new Intent

2010-01-06 Thread Mark Murphy
I am working on an app that I want to be able to open links from eg. an email app. I have an intent-filter that looks like this: intent-filter action android:name=android.intent.action.VIEW / category android:name=android.intent.category.DEFAULT / category

[android-developers] Re: EditText hint shows extra spaces when inputType=textpassword

2010-01-06 Thread GDroid
No. Any one from the Google Team have a response? On Jan 5, 4:33 am, csyperski csyper...@gmail.com wrote: I am seeing the same behavior, did you find any fix for this? On Dec 23 2009, 7:22 am, GDroid baron...@gmail.com wrote: Hi, Just wondered, am I the only one to encounter this

[android-developers] Re: multi resolution image button selectors broken?

2010-01-06 Thread OldSkoolMark
Romain, Thanks so much for your help. I also had anyDensity=false in my manifest. Once I fixed that, my ldpi drawables are employed appropriately. Mark On Jan 6, 12:16 am, Romain Guy romain...@android.com wrote: Delete the XML from drawable-ldpi/ and make sure you have the pngs in both

[android-developers] how to enable this permission in my app com.google.android.providers.gmail.permission.READ_GMAIL

2010-01-06 Thread manoj
Hi all, I have written a player application which plays video files (links). I tested the app on G1. It is working fine, but when I tested the app on Droid, I got the following log messages. actually I tried to launch my app when i had a video file as a attachment. My app launched but not

[android-developers] Re: Clicking a link in Browser initates a new Intent

2010-01-06 Thread Balder
On Jan 6, 2:55 pm, Mark Murphy mmur...@commonsware.com wrote: Now, if I click a link in an email, I get the dialog where I can choose whether to open the link with my app or with Browser. This is all well and good, but I also get this dialog whenever I click a link in the Browser app, or

Re: [android-developers] how to enable this permission in my app com.google.android.providers.gmail.permission.READ_GMAIL

2010-01-06 Thread Donal Rafferty
You appear to be doing something via Googles Gdata with there gmail, how are you accessing the video files? When using gdata you are required to authenthicate, are you doing this? On Wed, Jan 6, 2010 at 2:39 PM, manoj manojkumar.m...@gmail.com wrote: Hi all, I have written a player

[android-developers] StartActivityForResult

2010-01-06 Thread Business Talk
I am using ListActivities to drill down into a hierarchy; artist, album and song. One activity per hierarchy. So, from the main activity I start the ArtistActivity with the StartActivityForResult method and when the an artist is selected I call the protected void onListItemClick(ListView l, View

Re: [android-developers] Re: Clicking a link in Browser initates a new Intent

2010-01-06 Thread Mark Murphy
Evil is a bit harsh, isn't it? :) After all, it's pretty much the same filter used by Browser (with the omission of about: URIs) Evil is perhaps harsh, but...are you implementing a Web browser? For example when I click a link in an email. Anyway, since text/html and application/xhtml+xml are

[android-developers] Re: ListActivity not updating on Database update.

2010-01-06 Thread mac-systems
Hi, i tried with requery the Cursor. But my list is empty after the requery, seems i do something wrong there. So is there any Info/Rules available how to requery have to be used ? Thx, Jens On 5 Jan., 17:13, Beth emez...@gmail.com wrote: Hmmm - not sure you want to call this method more than

[android-developers] scaling game images according display sizes

2010-01-06 Thread Andrea
Hi I developed a game with the g1 in my mind. Now I want to support large screen sizes but I don't want to add in the apk different images for different screen sizes because now the apk is 3mb and when installed trought market it became 6mb (due to protection on). If i have to double the images to

Re: [android-developers] StartActivityForResult

2010-01-06 Thread Mark Murphy
I am using ListActivities to drill down into a hierarchy; artist, album and song. One activity per hierarchy. So, from the main activity I start the ArtistActivity with the StartActivityForResult method and when the an artist is selected I call the protected void onListItemClick(ListView

[android-developers] Re: Clicking a link in Browser initates a new Intent

2010-01-06 Thread Balder
This is not significantly different than on other platforms. For example, I have no idea how you'd tell Windows that you are the default handler for http:// URLs...but only if they are launched from Outlook and not from other apps. Well, to use the Windows analogy, I'd be happy to open links

[android-developers] Re: how to enable this permission in my app com.google.android.providers.gmail.permission.READ_GMAIL

2010-01-06 Thread manoj
hi can you please suggest me how to authenticate? it would be helpful. Thanks, Manoj. On Jan 6, 7:47 pm, Donal Rafferty draf...@gmail.com wrote: You appear to be doing something via Googles Gdata with there gmail, how are you accessing the video files? When using gdata you are required to

[android-developers] Using an image in a listview

2010-01-06 Thread Patrick Plaatje
Hi all, for my app i'm using a listview to display rss news articles. All goes well, and the implementation is almost done. But when using my app, i'm not really satisfied with the smoothness and user experience of it. The main problem is that when i scroll through the listview, which contains an

Re: [android-developers] Re: how to enable this permission in my app com.google.android.providers.gmail.permission.READ_GMAIL

2010-01-06 Thread Donal Rafferty
I done a bit on authenticating using Google web toolkit about a year ago, it might be slightly different when doing it through Android but I'd imagine it would be fairly similiar you can read about how I authenticated with GWT on my website here -

[android-developers] Re: Null pointer exception

2010-01-06 Thread JasonMP
That was it! I took out the startManagingCursor() and it worked fine. My next question is what should I do to handle the life cycle of my cursor? Should I close it outside the switch statement? On Jan 5, 5:41 pm, Vladimir vladimir.funti...@gmail.com wrote: What do you think about this: 1.

[android-developers] Re: StartActivityForResult

2010-01-06 Thread Business Talk
Thanks Mark, it will work. I was considering this approach. I was hesitant for it establishes a dependency among the hierarchy activities. I thought I might have a need to reuse the activities in other scenarios in which I might have to select the artists/albums/ songs only without drilling down

[android-developers] Re: MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-06 Thread SnowCrash
anybody out there got any clues on this? Thanks On Jan 4, 1:16 am, SnowCrash jason.poli...@gmail.com wrote: Hi folks, I'm running into some issues with input events and garbage collection, or more precisely object allocation.  I am creating a game and have pretty much got my head around the

[android-developers] Broadcast receiver for ACTION_UP of the camera button

2010-01-06 Thread pablo
Hi Samsung Galaxy, Android 1.5. I'm trying to detect when the user releases the camera button. I have a receiver that gets the ACTION_CAMERA_BUTTON intent and examines the EXTRA_KEY_EVENT that comes with it,using the following code (in the onReceive() in the receiver) @Override public void

[android-developers] Re: scaling game images according display sizes

2010-01-06 Thread Robert Green
What's your design like? How are you drawing everything? If you tell me that, I can offer some suggestions. On Jan 6, 9:02 am, Andrea andrea.pai...@gmail.com wrote: Hi I developed a game with the g1 in my mind. Now I want to support large screen sizes but I don't want to add in the apk

[android-developers] Using Bouncycastle in Android

2010-01-06 Thread Arnnei
Hi, I'm converting a J2ME application to Android using Eclipse + SDK. The J2ME is using Bouncycastle SHA1. I understand that Android now includes Bouncycastle ? How do I use the Bouncycastle functions. What do I have to Import or how do I add the BC libraries to the Eclipse. Thanks -- You

[android-developers] Re: Nested TabWidget ?

2010-01-06 Thread NoraBora
Method 1. tab content can be an activity. so you can have another tabwidget (@android:id/tabs) in that activity. Method 2. You don't have to use TabActivity to use tabs. All TabActivity does is to match tab widget to predefined ids such as tabs, tabcontents. Without using TabActivity, you

[android-developers] Re: Using an image in a listview

2010-01-06 Thread Brion Emde
Are you using any of the techniques shown in the List13.java example in the APIDemos? I have a video example of what can be achieved with such techniques, here: http://www.youtube.com/watch?v=QZ8PoS6ai6U On Jan 6, 8:18 am, Patrick Plaatje patrick.plaa...@ndcvbk.nl wrote: Hi all, for my app

Re: [android-developers] Re: Using an image in a listview

2010-01-06 Thread Patrick Plaatje
Hi Brion, thanks, i will certainly give that a try. But the funy thing is that i'm actually not attaching that much data to my listview rows. I even stripped the images from it and i still have some hickups when scrolling. And it's indeed probably the getview method which tries to attach the data

[android-developers] Save a highscore-list to the internal memory or the sd-card?

2010-01-06 Thread Martin
Hi! I am programming a game. How can I save a highscore-List to the internal memory of the phone? Or is it better to store highscore-lists to sd-card? If yes, how can I do that? Greetings, Martin -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: API Terms of Use

2010-01-06 Thread TreKing
Pretty much the exact same question was asked just yesterday: http://groups.google.com/group/android-developers/browse_thread/thread/950df182e63fa7bf/771377e3d08624ba - TreKing - Chicago transit

[android-developers] Re: Save a highscore-list to the internal memory or the sd-card?

2010-01-06 Thread Maps.Huge.Info (Maps API Guru)
Look at: SharedPreferences I think that will do what you're looking to do easily. Unless you have a massive list, using this method will suffice. -John Coryat Radar Now! What Zip Code? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-06 Thread Biosopher
I'm writing a processing intensive digital sound processing app (requires numerous (50,000) Fast Fourier Transforms - FFT). This challenge led me to perform basic performance tests of Android running on an HTC Hero. The results show the Dalvik VM to be 20 times slower than a modern JIT-enabled

[android-developers] Re: Maps API in paid App

2010-01-06 Thread Maps.Huge.Info (Maps API Guru)
WARNING: IANAL / IANAGE If the Google Maps API terms are to be taken into account, then publishing a paid app with a map could be considered a violation. Just because your app hasn't been pulled doesn't mean a thing. I'm guessing at least 50% of the apps in the market violate the market terms for

[android-developers] Re: Nexus 2.1 one sale, WHERE is the SDK!

2010-01-06 Thread String
24 hours and counting, still no 2.1 SDK... On Jan 6, 2:16 am, whoodroid gsuku...@gmail.com wrote: good, remember, it is the developer who gets knifed in the belly by paying customers when a phone is released with an SDK he/she has never seen, and issues arise. Reading the numerous N1 reviews

[android-developers] Re: can write youtube api on android?

2010-01-06 Thread Kumar Bibek
You can report it in the Issue List of YouTube. I guess, you are missing out some dependencies for youtube api. You can check the youtube docs to find out more. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Jan 6, 2:11 pm, tstanly tsai.sta...@gmail.com wrote: hi all, I

[android-developers] Re: Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-06 Thread niko20
You'll have to use the NDK and write some native C code to do your math, that will speed it up a lot. And use fixed point if you need floats. -niko On Jan 6, 11:08 am, Biosopher biosop...@gmail.com wrote: I'm writing a processing intensive digital sound processing app (requires numerous

[android-developers] Re: adp1 seeing adhoc networks

2010-01-06 Thread Ron
Are there steps other than the ones I provided the link to? I assume the Android Developer Phone 1 is already rooted as I was able to use su and execute all the commands. It seems that the phone will not connect to adhoc network, it constantly says scanning. On Jan 5, 2:35 am, moneytoo

[android-developers] I don't see how to do this....

2010-01-06 Thread furby
I want to grab the latitude and longitude of a phone without using a mapview (I want to send the location to a server side process from a form) But this code constantly crashes the app : Criteria criteria = new Criteria(); criteria.setAccuracy(Criteria.ACCURACY_FINE);

[android-developers] Re: Emulator error after upgrade to win7

2010-01-06 Thread Piotr Buła
Did some googling and found a solution. Looks like the problem is with the emulated SD card. In my case, the 1.5 AVD that failed had a virtual SD card defined when it was created with old SDK. Deleting the AVD and creating it again solved the problem. Also, create SD card images larger then 8

[android-developers] continuous audio recording in memory

2010-01-06 Thread frantz lohier
Dear All, I'm trying to write an App that continuously record audio in memory (in a circular buffer). Could anyone point me towards a piece of code (perhaps in the kernel) that shows how to best to this ? Thanks, -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-06 Thread Biosopher
Thanks Niko, I've been researching the NDK and am about to run the same performance tests there as well. I really didn't want to add the additional complexity of the NDK but seems that might be the only solution. I found a blog documenting the same performance issues so it appears my own

[android-developers] Re: Android 2.1 SDK

2010-01-06 Thread Carl Whalley
Fx: Waiting to exhale. The Nexus One has been out for almost a day now and *still* no 2.1 SDK ;-) -- Android Academy http://www.androidacademy.com On Dec 16 2009, 10:04 am, String sterling.ud...@googlemail.com wrote: There's been no public announcement of Android2.1, remember, so there's

[android-developers] Re: Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-06 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
the next sdk release is suppose to have a Dalvik JIT i nit doubling speed/performance.. I am in the same boat, have image processing projects but am holding off until JIT is out.. On Jan 6, 11:49 am, niko20 nikolatesl...@yahoo.com wrote: You'll have to use the NDK and write some native C code

[android-developers] Re: I don't see how to do this....

2010-01-06 Thread Maps.Huge.Info (Maps API Guru)
You're not testing to see if you get a null provider, also I'm not sure asking to use POWER_LOW and ACCURACY_FINE will work as GPS uses a lot of power. I suggest dropping the POWER_LOW and testing provider for null. Also, unless you need a very accurate fix, the wireless network location service

[android-developers] Re: continuous audio recording in memory

2010-01-06 Thread HeHe
a look at .../framework/base/media/.../AudioRecord.cpp should be helpful~ On Jan 6, 10:11 am, frantz lohier floh...@gmail.com wrote: Dear All, I'm trying to write an App that continuously record audio in memory (in a circular buffer). Could anyone point me towards a piece of code (perhaps

[android-developers] SQLite encryption of file storage

2010-01-06 Thread Bill
I've been thinking of writing a secret storage system for Android -- does such a thing already exist? I've used Zetetic's open-source Strip tool for many years on PalmOS, and found it handy, so I'd like to have something like that on Android. Ideally, I would use SQLite databases to store the

[android-developers] How to use the Object android.widget.AdapterView.getItemAtPosition(int position)

2010-01-06 Thread Manoj
Hi, I am new to Android and facing problem in Accessing the item from the list view. What i have tried: 1) I have used getAdapter().getView() to get the checkbox from the list to get its status. But i could not be able to get its status. 2) I have used getChild() method its working giving the

[android-developers] TimePicker widget

2010-01-06 Thread priyanjan
Hi All, I am new at android. My concern is to increse the minutes in TimePicker by 15 minute. If user clicks on '+' button given in widget,then minutes should be increase by 15 and if user clicks on '-' button then minutes should be diminshed by 15. I need to show minute in multiple of 15

[android-developers] android emulator speed

2010-01-06 Thread greenfish
i was disappointed that the boot speed of the android emulator was more slower than my peer. of course, the spec was identical, his os was Win7 but my os was XPSP2. how can it be possible? is there any one who knows the way boosts the speed of android emulator? -- You received this message

[android-developers] Re: how to clear activity stack in task

2010-01-06 Thread Manoj
I am also facing the same problem in my application in my application A starts B and B starts C now C is on the screen and i want to close the complete app in just a single click of button. Manoj Chauhan -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to use the Object android.widget.AdapterView.getItemAtPosition(int position)

2010-01-06 Thread Manoj
Hi, I am new for Android development. I want to use Object android.widget.AdapterView.getItemAtPosition(int position) method for getting the items from ListView. But I am not getting the way to make it happen. Please help me out on this topic. -- You received this message because you are

[android-developers] Will native libs built with the NDK work with the Nexus One?

2010-01-06 Thread Francois Hamel
Basically is the ARMv7 instruction set somehow an extension of the ARMv5 or is it completely different? I'd like to get started building somewhat large components of my game in it since the JVM seems to be slow as hell from what I've read. And if anyone did something with it how did you manage to

[android-developers] Re: Nexus 2.1 one sale, WHERE is the SDK!

2010-01-06 Thread CosminB
I would like to buy the Nexus as well, but I live in Romania, I don't know if it works on Vodafone. Anyone got any idea regarding this? I want to purchase it from U.S. Also, if I buy it, will the Market work for paid apps too? Currently my HTC Magic doesn't have paid apps in Market, but I bought

[android-developers] How to access an item form ListView

2010-01-06 Thread Manoj
Hi I am using ListView with checkbox as items and want to access the checkbox status. Would anybody help me on this topic. Manoj Chauhan -- 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: How to GIF image for a finate time

2010-01-06 Thread TonyDoc
Convert it to multiple png's use androids animation manager. On Jan 6, 5:31 am, RamaMohan rama.mohan...@gmail.com wrote: Hi all, I want to show  a loading Image of GIF type  for a finite time .how to do this. Please tell me the solution if anyone knows. Thanks, Ram -- You received this

[android-developers] Geolocation in Browser works in 1.6 (Gears) but not 2.0 (HTML5/W3C) - Tested in emulator and real devices.

2010-01-06 Thread Ben Hedrington
I created this little Geolocation experiment site http://www.bctx.info/wx it works great on my Android 1.6 (Magic, I/O Phone) it prompts the user to share, returns lat, log and is snappy. 1.6 uses Gears for this. I tried it on an up to date Droid and a 2.0 emulator image and it detects the

[android-developers] Re: OpenGL ES 2.0 on Eclair

2010-01-06 Thread r2d2Proton
I would like to bump this. . . I was thinking the same thing - use the NDK to gain access to the 2.0 functions. I imagine that the OpenGL ES 2.0 functions are exposed in Imagination Technologies shared object file. Games should be considered an NDK level application. Wasn't anybody watching

Re: [android-developers] Re: Nexus 2.1 one sale, WHERE is the SDK!

2010-01-06 Thread David Sauter
On Tue, Jan 5, 2010 at 3:12 PM, Dianne Hackborn hack...@android.com wrote: While I will not argue that we need to be better about getting SDKs out earlier, for developers the changes in 2.1 are really not that significant. Does it raise the hard coded heap limit? -- -- David Sauter --

[android-developers] Re: Enable / Disable android widgets runtime.

2010-01-06 Thread Jurg
i am (also) having trouble enabling/disabling widgets at runtime. as reported before you can enable/disable component with the packagemanager. but for the widget the behaviour i see is not what i expect. the widget will be referenced in the widget menu on the home screen when the widget is

[android-developers] Re: Unable to figure out what WindowManagerservice and PhoneWindowManager difference

2010-01-06 Thread Guobin
Possibly separate Policy from Mechanism WindowManagerService extends IWindowManager.Stub: System private interface to the window manager. WindowManagerPolicy interface: supplies all UI-specific behavior of the window manager. An instance of it is created by the window manager when it starts up,

[android-developers] Re: JmDNS succeeds on simulator, fails on phone

2010-01-06 Thread jsilland
Can you post a snippet of how you got it working on the emulator? Based on other threads in this group, I'm inclined to think this is not possible, mostly due to various networking limitations of the emulator (http://groups.google.com/group/android-developers/

[android-developers] Re: ListView not responding to Click or KeyPress

2010-01-06 Thread Ted
Hey! I think I have the same problem, and I do not have any focusable children. My layout for a Row in the ListView contains: LinearLayout | +-- ImageView | +-- LinearLayout | +-- TextView | +-- TextView | +-- TextView

[android-developers] Re: JmDNS succeeds on simulator, fails on phone

2010-01-06 Thread jsilland
Can you post a snippet of code that demonstrates how to make jmdns work on the emulator? Other threads on this list appear to claim that various networking restrictions in the emulator prevent jmdns from working properly but it seems projects have successfully used it in on real devices. If you

[android-developers] Eclipse with ADT plugin error

2010-01-06 Thread aneuryzma
Hi, I installed Eclipse with ADT plugin (latest version). Doing so, I now end up in a no longer working Eclipse. It states An error has occurred. See the logfile... The logfile reads like this: !SESSION Tue Dec 08 13:40:49 CET 2009 -- !ENTRY

[android-developers] Re: ActiveSync warnings on exchange server caused by Droid users only

2010-01-06 Thread Kenjunior
Exact same senerio here... SonicWall Pro2040 has timeout at 15 min. Nothing broke just hate filling log files with useless errors. Confused, Ken On Dec 7 2009, 10:30 am, ahahum aha...@gmail.com wrote: We have users setup on our coprorate email server connecting using activesync.

[android-developers] How to run application in Back ground?

2010-01-06 Thread Ganeshkumar
Hello Friends, I want to develope an application in which if SIM card is changed then the application should sent SMS to a predefined number from the new SIM. User should not know that SMS are being send from his/ her mobile. For this application needs to run in background. How can I achieve

[android-developers] Composite USB Android Driver user space Connection

2010-01-06 Thread Madhu Rao
Hi All, i have one query related to android USB composite drivers, can anybody tell me from where android_adb_enable (android.c) driver open and release functions are getting called from userspace. i can see following file opens the driver, is it correct? or is there any other location?

[android-developers] Launching another application through the current application

2010-01-06 Thread Rajiv
Hello all The problem I am facing is, I want to launch another application through the current application. In RIM there is a ApplicationManager.getApplicationManager().launch(String path) method that launches directly RIM application mentioned in String path. Is there any method like this in

[android-developers] Simultaneous Video recording, Calling and GPS

2010-01-06 Thread breakpoint
Our current application on Symbian S60 does simultaneous voice calls, audio/video recording and GPS. With android sdk, can we develop such application ? Thanks, Jawad. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Adding a customized layer to the Maps application

2010-01-06 Thread NicoToc
Hi, I've developed an app that is using a map as part of the application and adding locations to it. Users are asking me to add the possibility to see these locations on the Maps application. Do you know how I can create an customized layer for the Maps application? Thanks for your help

[android-developers] hello

2010-01-06 Thread mainu
I came to know that it is not possible to send mms in android emulator.Is it possible to send mms in android device. Is there any API for mms? May I have any help from u people regarding this. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Android Books?...

2010-01-06 Thread kylestew
There really aren't any good Android books out there. I bought two of them and they are just poor copies of what Google wrote for developers. If you want to build games you should look for books on making games with open gl es. You should be able to find info on the internet about any Android

[android-developers] How to get service state?

2010-01-06 Thread Coby
Hi! I'm trying to get current service state of my phone (IN_SERVICE, OUT_OF_SERVICE, EMERGENCY_ONLY, POWER_OFF). It can be easily fetched with getState() method of ServiceState when a onServiceStateChanged (ServiceState serviceState) callback is invoked: public class ServiceStateListener extends

[android-developers] Question about emulator and accented character input

2010-01-06 Thread Daniel Sternbergh
I'm puzzled by the difference between the accented characters that are available on a long keypreess on the soft keyboard that pops up within the device in the emulator, and those which are available on a long keypress on the soft keyboard in the emulator itself. The behavior that I see is that

[android-developers] Interface fo wi-fi

2010-01-06 Thread Avanish
hi all, can anyone please tell me what all are required as inputs to develop a communication interface for wi-fi. Avanish -- 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: Using an image in a listview

2010-01-06 Thread Vince
What does your getView code look like. Are re-inflating your row view every time it's called, are there multiple views for the rows etc? Vince On Jan 6, 10:18 am, Patrick Plaatje patrick.plaa...@ndcvbk.nl wrote: Hi all, for my app i'm using a listview to display rss news articles. All goes

[android-developers] How to delete applications from the Android simulator.

2010-01-06 Thread John Gaby
I know that this is probably a stupid question, but I am completely new to Android development. I have worked through a number of the examples, and now have a bunch of apps on my simulated phone. I would like to remove some of those apps (to reduce the clutter), but cannot figure out how to do

[android-developers] OpenGL fixed point vs. floating point

2010-01-06 Thread Peter Eastman
OpenGL ES allows values to be specified in either fixed point or floating point format, but I haven't been able to find any information about how this is actually implemented on Android devices. Are there actually two different pipelines, one for fixed point and one for floating point? If so,

Re: [android-developers] Re: Nexus 2.1 one sale, WHERE is the SDK!

2010-01-06 Thread David Sauter
Reading the numerous N1 reviews over the last day, one recurring theme is (now that there's finally Android hardware to equal the iPhone) the app catalog is the major drawback to the platform. IOW, pissing off developers is the last thing Google should be doing right now. Amusingly enough

[android-developers] Re: scaling game images according display sizes

2010-01-06 Thread Andrea
Hi Robert, thanks for the reply. Ok the images are loaded as Bitmaps (not drawable) and drawed on the onDraw(Canvas c) method of a view. Inside that method I invalidate() all the view. So the game runs as fast as it can. The game is using dirty rects technique to redraw only the portions of the

  1   2   >