[android-developers] peel effect in android

2009-10-06 Thread rohit
Hello Experts, I would like to implement the peeling effect in my android page transition... can anyone let me know that how would I implement it.. Regards, rohit --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Relationship between Activities Dialogs: Recommended usage suggestions.

2009-10-06 Thread Dianne Hackborn
I'm not sure what you mean by option 2 -- an application should pretty much never create a dialog that is not owned by an activity. It needs to be associated with an owning activity to be properly Z-ordered and otherwise managed with other apps/activities. If you are talking about the difference

[android-developers] Re: Status bar notifications only for touch screens ?

2009-10-06 Thread Dianne Hackborn
No. Android is currently not intended to work on a non-touch device. Please don't add menu items for the notifications on the off-chance that you will run on a non-touch device; if someone builds such a device (or the platform is updated to support them), then access to the status bar will be

[android-developers] Re: Does anyone has the documentation of window manager?

2009-10-06 Thread Dianne Hackborn
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=services/java/com/android/server/WindowManagerService.java Um, have fun...? On Mon, Oct 5, 2009 at 10:13 PM, Karthik P karthi...@gmail.com wrote: Can someone point me where the documentation of window manager is present?

[android-developers] Re: Is it possible for me to create a custom window like android:windowNoTitle

2009-10-06 Thread Dianne Hackborn
There are a number of examples in ApiDemos, such as the theme used by this sample: http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/app/TranslucentActivity.html On Mon, Oct 5, 2009 at 10:00 PM, Karthik P karthi...@gmail.com wrote: Any idea on this? On Mon,

[android-developers] Re: Relationship between Activities Dialogs: Recommended usage suggestions.

2009-10-06 Thread Android Development
Thanks for the answer Dianne. Yes, i meant calling new Dialog manually in option 2. I will save the instance state and go about it that way. On Tue, Oct 6, 2009 at 11:39 AM, Dianne Hackborn hack...@android.comwrote: I'm not sure what you mean by option 2 -- an application should pretty much

[android-developers] Re: Status bar notifications only for touch screens ?

2009-10-06 Thread Android Development
Ok. Thanks for the clarification. On Tue, Oct 6, 2009 at 11:41 AM, Dianne Hackborn hack...@android.comwrote: No. Android is currently not intended to work on a non-touch device. Please don't add menu items for the notifications on the off-chance that you will run on a non-touch device; if

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread Fred Grott(Android Expert)
Yeah Rokon is somewhat real rough as he did not even switch to JetBoy game sound track engine which is in Android 1.6 now.. On Oct 5, 4:57 pm, vetch oldpete...@gmail.com wrote: I do not know if Rokon is good or great. I looked through his code - for me it looks like early alpha stage. Besides,

[android-developers] Re: Relationship between Activities Dialogs: Recommended usage suggestions.

2009-10-06 Thread Android Development
btw Dianne, In the docs (http://developer.android.com/guide/topics/ui/dialogs.html ), they do say that we may create a dialog outside onCreateDialog method which is not owned by/attached to an activity. However, we may assign an owner by calling

[android-developers] Re: VM crash

2009-10-06 Thread André Charles Legendre
Hi Thank's a lot, by now I reboot the phone to clear the log and I lose a lot of time... With this solution it will be faster.. I will fill the bug now. Andre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Is it possible to over-ride the Refund button on the Android app store ?

2009-10-06 Thread javafan
Thanks a lot every one for you help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Intercepting call

2009-10-06 Thread javafan
Hi, Is there a API for intercepting and blocking a call? What I want to do is to create app that autometically detect incoming call and based on the caller it either alert the user or don's alert the user. Like, if the number is stored in the phone book then alert the user other wise just send a

[android-developers] RotateAnimation modifying ImageView

2009-10-06 Thread Blackpool
have a question regarding RotateAnimation. If I do not set the property FillAfter to true then the image in my view, that I use RotateAnimation to animate, returns to the initial position after the animation is done. My problem is that when I set fillafter to true when I later set the image on

[android-developers] Re: mapview key problems

2009-10-06 Thread Xavier Ducrohet
I didn't realize your app crashed. I expected that the app only didn't display the map tiles (which would be a sign of a apiKey problem). When your app crashes, you should always look at logcat. It'll give you the exact reason why your app crashed. Xav On Mon, Oct 5, 2009 at 8:44 PM, ian

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-10-06 Thread walthes
the more voters, the better for the contest. I don't believe so. A smaller number of qualified testers would yield a more reliable result than a huge number of people who do not know how to develop software. No one will concede to the developer that the app crashes because of Donut - in fact,

[android-developers] Re: hangs on launching unit tests

2009-10-06 Thread Cyryl Płotnicki-Chudyk
On Tue, Oct 6, 2009 at 05:33, Brett Chabot brettcha...@android.com wrote: Unfortunately, this sounds like a known problem that occurs intermittently. Does it work if you retry the 'run as android junit' step? yes, sometimes, randomly -- Cyryl Płotnicki-Chudyk +48 697 088 885

[android-developers] Re: Send me the Code - Custom AdapterView and onItemClickListener

2009-10-06 Thread lf.hl
Thanks u very much, that explains a lot. Best, lf.ho On 26 Sep., 04:21, Streets Of Boston flyingdutc...@gmail.com wrote: Not if the views inside each item handle clicks themselves. E.g. if you have a button within each item, then each of those buttons will handle clicks and 'eat' the

[android-developers] Re: Internet radio+source code

2009-10-06 Thread manoj
Hi Sany, Arijasoft developed an api for the online radio on android. you can contact (www.arijasoft.com) them. see the link below: http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php. On Oct 5, 2:28 pm, sany laurelsgal...@gmail.com wrote: Hi all, I want to develop Internet Radio

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-10-06 Thread Beowolve
I don't believe so. A smaller number of qualified testers would yield a more reliable result than a huge number of people who do not know how to develop software. No one will concede to the developer that the app crashes because of Donut - in fact, he can't tell whether it's the app or the

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread Babyboo
I don't understand what you've written. You want your Android application that run on emulator to connect to application that run on other device or other emulator , aren't you??? On Oct 5, 4:43 pm, santhu santhosh.19...@gmail.com wrote: Hi All,                I want an android application so

[android-developers] Re: bringing an app to the foreground...

2009-10-06 Thread Babyboo
Through ActivityManager, get all running tasks. Then get the intent object of the package you want to bring up. call startActivity() with that intent object. It all things you should do. Have fun . On Oct 3, 7:08 pm, sdphil phil.pellouch...@gmail.com wrote: is there a way to bring an app to the

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread AJ
Hi santhu, You need to fire HTTP POST request to the server. See the example as below http://developers.sun.com/mobility/midp/ttips/HTTPPost/ hope this helps you Thanks, AJ On Oct 6, 2:28 pm, Babyboo handsomebo...@gmail.com wrote: I don't understand what you've written. You want your

[android-developers] will flash support effect java developers?

2009-10-06 Thread zeeshan
Hi Dear, i believe there are some new android devices coming with flash support. so there would be plenty of flash apps available demanding flash developers. wondering if that effects on android java developers? --~--~-~--~~~---~--~~ You received this message

[android-developers] Looping through contacts with reading each contact default phone

2009-10-06 Thread TAKEphONE
Hi all, I am trying to search a list with contacts with the default phone number for each. My problem is looping through all contacts and querying the default number for each make it REAL slow. I know I am missing something, since the built-in dialer app does it super fast... Any clues ? TIA

[android-developers] android store support

2009-10-06 Thread Honest
Hello, my application has a purpose that parents can track of mobile activity of there child. So my application basically update sms and call information to the web site. Will i able to put my company application to the android store ? --~--~-~--~~~---~--~~ You

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread santhu
Hi Babyboo Yes i want an android application. such that my emulator should be able to connect server or other machine. then i can do the file transfer from that emulator.please let me know how to do it. On Oct 6, 2:28 pm, Babyboo handsomebo...@gmail.com wrote: I

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread santhu
hi ajeet, i have see the url which you have passed. i know about the http post and get. but i am not able to do this in my android application. i want an android application. such that my emulator should be able to connect server or other machine. then i can

[android-developers] Problem in ListItem...

2009-10-06 Thread ragavendran s
can anybody tell how to retrieve the Listitem values from a list view For example.i m having 3 listitems such as 1.India 2.America 3.Australia if i click india in a listview it should display India...How can i get the list item value

[android-developers] Re: Problem in ListItem...

2009-10-06 Thread Nithin
String item = (String)parent.getItemAtPosition(position); this will do.. On Oct 6, 3:30 pm, ragavendran s sraghav.ra...@gmail.com wrote:   can anybody tell how to retrieve the Listitem values from a list view   For example.i m having 3 listitems such as 1.India                      

[android-developers] Integrating G729 codec in mjsip

2009-10-06 Thread Mohammad Siddiqui
Hi all I am developing a VoIP client for the Android using mjsip .any have the idea how to integrate the G729 codec in mjsip --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Implements Filterable question

2009-10-06 Thread EvgenyV
Hi! I'm using custom Adapter extends BaseAdapter. Unfortunately BaseAdapter doesn't implements Filterable interface. That's a reason I can't use setTextFilterEnabled(true) functionality. Where can I learn how ArrayAdapter implements Filterable interface? There is my simple code: private class

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
That is interesting although I do not understand logcat yet. I tried copying the debug.keystore from the working machine and using the api key from that machine instead. No difference. I regenerated the md5 fingerrprint with keytool on my netbook and Google returned the same api key as for the

[android-developers] problem in services

2009-10-06 Thread Nemat
Hello frnds. I am presently working on services.I have read many articles related to services.But one thing I dont understand is if we want our application to run in background how can we implement services without using Activities... Urgent help needed Thanks Nemat

[android-developers] Re: will flash support effect java developers?

2009-10-06 Thread Fred Grott(Android Expert)
It is the same debate with web apps that do not access device features such as GPS..not at all.. Fred Grott Mobilebytes http://mobilebytes.wordpress.com On Oct 6, 4:52 am, zeeshan genx...@gmail.com wrote: Hi Dear, i believe there are some new android devices coming with flash support. so

[android-developers] What about examples and comments in the Android reference?

2009-10-06 Thread Marc Reichelt
Hi there! I have been using the Android documentation for a few days now, and it is quite good and easy to read. Apart from that I noticed that I missed something, and now I found out what it is: Examples and comments. If you look at the PHP documentation (e.g.

[android-developers] more parseable output from instrumented tests?

2009-10-06 Thread markwhitney
Is there a way to get more easily parseable output from a test suite of ActivityUnitTestCases and ActivityInstrumentationTestCase2s? Possibly some extras passed to adb am instrument? The output of am instrument is fine for manual test runs, but I am looking for something more structured so that

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
Here is the tail end of my logcat for a run where it crashed. I notice it added a capital letter L before the ian.com.elgin about 10 lines down. 10-06 13:34:48.146: INFO/ActivityManager(571): Start proc ian.com.elgin for activity ian.com.elgin/.Elgin: pid=723 uid=10023 gids={3003} 10-06

[android-developers] DatePicker.init crashes without reason

2009-10-06 Thread Zonakusu
Hi fellow android devvers, I'm having a weird problem. When I try to update my DatePicker it crashes, but I dont understand why. Via the debugger I could see the date[] function is filled the way it should be. Do you guys see the problem? String[] date =

[android-developers] how to add item to hyperlink context menu

2009-10-06 Thread henryhuang
when you long click a hyperlink of browser, you will see a context menu with 'Open, Open link in new browser, Browser Link, etc'. is it possible to add some customized item to the context menu? thanks a lot. -- henry --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread MrChaz
Rokon looks pretty good and sounds pretty much like what you're looking for. You'll never be able to avoid writing the game loop but at least Rokon removes a whole bunch of the engine code. On Oct 5, 10:57 pm, vetch oldpete...@gmail.com wrote: I do not know if Rokon is good or great. I looked

[android-developers] Re: Does anyone has the documentation of window manager?

2009-10-06 Thread Karthik P
I have the entire source code base, but I would like to have some documents which illustrates the working of this window manager. Karthik On Tue, Oct 6, 2009 at 11:43 AM, Dianne Hackborn hack...@android.comwrote:

[android-developers] Re: how to add item to hyperlink context menu

2009-10-06 Thread Mark Murphy
when you long click a hyperlink of browser, you will see a context menu with 'Open, Open link in new browser, Browser Link, etc'. is it possible to add some customized item to the context menu? Not directly. Some of those will allow the user to choose an option (e.g., Share Link triggers a

[android-developers] Re: DatePicker.init crashes without reason

2009-10-06 Thread Mark Murphy
I'm having a weird problem. When I try to update my DatePicker it crashes, but I dont understand why. Via the debugger I could see the date[] function is filled the way it should be. Do you guys see the problem? String[] date = dateofbirthNode.getStringValue().split(/); // 12/31/1969

[android-developers] mapview key problems

2009-10-06 Thread Konrad Pietzka
Hi Your problem might be caused of being unable to resolve superclass, look at following logcat entries: 10-06 13:34:50.316: WARN/dalvikvm(723): Unable to resolve superclass of Lian/com/elgin/Elgin; (134) 10-06 13:34:50.336: WARN/dalvikvm(723): Link of class 'Lian/com/elgin/ Elgin;' failed

[android-developers] Re: J2SE Java Application porting to Android

2009-10-06 Thread monsoon
Well, where do you start, there are so many APIs, classes and methods in J2SE (thousands - i.e. its a 'platform' not just a language; just as Android is a 'platform' not a language). The comparisons aren't always that direct but here's a few similarities I've thought about or run up against that

[android-developers] --hprof does not work consistently with monkey tool

2009-10-06 Thread Deepak Arul
I could not generate the hprof dump using the monkey tool. I used the following commands : adb -d shell monkey -v 100 --hprof adb -d shell ls /data/misc (There was no dump in /data/misc) However, these commands worked once, but I could not make it work again. Is there a workaround to make it

[android-developers] Re: Crossword Puzzle in Android

2009-10-06 Thread Sables
Does this happen to be an assignment based question. On Oct 1, 4:33 pm, Seth Mould sethmo...@yahoo.com wrote: Carl, that's brilliant. The XML can be adapted to use bars and blocks as I described earlier, then overlayed with text boxes and hey presto! On Sep 28, 4:39 pm, Carl Whalley

[android-developers] suppress all notifications

2009-10-06 Thread Atif Gulzar
is it possible to suppress all notification messages e.g. incoming call or sms notification? Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Some few ques about android browser?

2009-10-06 Thread AJ
I hope that somebody would be knowing this. Thanks, AJ On Oct 6, 10:24 am, AJ ajeet.invinci...@gmail.com wrote: Hi all group members, I had few questions about the android browser. 1- What is maximum page size supported in browser? 2- What is maximum URL length (in char) of  browser?

[android-developers] Re: Fedora Eclipse doesn't let me install Android's ADT plugin

2009-10-06 Thread Lo Zeno
Thanks, I tried the solution you suggested and it worked like a charm On Oct 3, 3:06 am, chema che...@gmail.com wrote: Did you check this? http://www.anddev.org/unable_to_install_adt-093_in_eclipse-t8140.html It works for me. -chema On Oct 2, 11:59 am, Lo Zeno lozeno1...@gmail.com wrote:

[android-developers] Re: Launching share option in menu

2009-10-06 Thread Lukasz Mosdorf
hum, that doesnt work... When I am using the following code: Intent intent = new Intent(Intent.ACTION_SEND, null); intent.putExtra(Intent.EXTRA_STREAM,Uri.parse (Environment.getExternalStorageDirectory()+/Ania.jpg)); intent.setDataAndType(Uri.parse(Environment.getExternalStorageDirectory

[android-developers] Re: Crossword Puzzle in Android

2009-10-06 Thread AJ
@Carl: That is a very good example. You rock !!! Thanks, AJ On Oct 6, 7:09 pm, Sables em...@amnet.net.au wrote: Does this happen to be an assignment based question. On Oct 1, 4:33 pm, Seth Mould sethmo...@yahoo.com wrote: Carl, that's brilliant. The XML can be adapted to use bars and

[android-developers] Re: DatePicker.init crashes without reason

2009-10-06 Thread Zonakusu
Oh yes of course, here it is: Error: null java.lang.ArrayIndexOutOfBoundsException at com.android.internal.widget.NumberPicker.updateView (NumberPicker.java:238) at com.android.internal.widget.NumberPicker.setCurrent (NumberPicker.java:180) at

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
Well I think you are correct about that superclass problem. But I'm unsure how to fix it. Any suggestions? On Oct 6, 10:56 am, Konrad Pietzka kon...@java-schmiede.de wrote: Hi Your problem might be caused of being unable to resolve superclass, look at following logcat entries: 10-06

[android-developers] Re: how to add item to hyperlink context menu

2009-10-06 Thread henryhuang
i tried, but Share Link doesn't trigger the activity with ACTION_SEND, it just send the url to sms. thanks a lot Mark. On Oct 6, 9:53 pm, Mark Murphy mmur...@commonsware.com wrote: when you long click a hyperlink of browser, you will see a context menu with 'Open, Open link in new browser,

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
Well I think you are correct about that superclass problem. But I'm unsure how to fix it. Any suggestions? On Oct 6, 10:56 am, Konrad Pietzka kon...@java-schmiede.de wrote: Hi Your problem might be caused of being unable to resolve superclass, look at following logcat entries: 10-06

[android-developers] Re: Implements Filterable question

2009-10-06 Thread Romain Guy
Hi, Check out the source code of ArrayAdapter at android.git.kernel.org, in the project frameworks/base. The adapter is in core/java/android/widget. On Tue, Oct 6, 2009 at 4:56 AM, EvgenyV evgen...@gmail.com wrote: Hi! I'm using custom Adapter extends BaseAdapter. Unfortunately BaseAdapter

AW: [android-developers] Re: mapview key problems

2009-10-06 Thread Konrad Pietzka
Hi Ian, Do you have the following entires in your AndriodManifest.xml? uses-library android:name=com.google.android.maps / Which should be within application And uses-permission android:name=android.permission.INTERNET / Within manifest Otherwise it wont work Cheers -Ursprüngliche

[android-developers] Re: RotateAnimation modifying ImageView

2009-10-06 Thread Romain Guy
Because the animation is still set on your ImageView. Just call setAnimation(null). On Tue, Oct 6, 2009 at 12:39 AM, Blackpool alex.lehmb...@gmail.com wrote:  have a question regarding RotateAnimation. If I do not set the property FillAfter to true then the image in my view, that I use

[android-developers] Overlay on MapView

2009-10-06 Thread Ne0
Hi, I have created an image of a tracked trail and want to overlay this on to my map view so that the bounding box of the overlay is at static co- ordinates. This way when the mapview is zoomed in or out, the overlayed trail stays in the correct place and to scale I just wondered if this is

[android-developers] Re: Android as a Universal Remote for CE/HA?

2009-10-06 Thread jed
Any thoughts on this anyone? Much Appreciated, Jed                                                                                                                                                                             --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Soft Keyboard

2009-10-06 Thread Eric Carman
I was wondering if anyone had access to one of the offending Hero phones that has been updated via the OTA 1.6 roll out? Has the long- press menu been addressed? Best Regards, Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: ADC2 submissions and Android 1.6 (Donut)

2009-10-06 Thread Dan Sherman
Right, I think he's suggesting however, that the issue is with 1.6. A random user who gets the app and has it crash immediately won't think Oh, this likely has something to do with the recent update to my phone, I'll skip judging. They're more likely to think Crashed, sucks, 1star. Which leads

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread Dan Sherman
I tested Rokon for a while, its pretty clean. He said he was planning on upgrading the sound engine to JetBoy (or at least look into it), but Rokon was written pre-1.6 - Dan On Tue, Oct 6, 2009 at 9:48 AM, MrChaz mrchazmob...@googlemail.com wrote: Rokon looks pretty good and sounds pretty

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread vetch
As I mentioned before. Rokon has GPL licensing. It is useless, if you think about selling your game. Second: using framework without any support is a big risk. One-man support is no support. Third: I need something Google-approved, improved, fixed, developed, tested and stable as rock. No

[android-developers] Re: mount other usb devices to android gphone

2009-10-06 Thread Chris Stratton
On Oct 5, 9:09 pm, jonathan topcod...@gmail.com wrote: is it possible to mount another usb device x to gphone and then create a program that communites to x on the usb port?  X is used for capturing data and gphone will be used for analysis/display. thanks Not really right now. The current

[android-developers] Google Checkout API for Android application

2009-10-06 Thread th.hie...@gmail.com
I want to implements a payment process for my Android Application use Google Checkout. Any advice for me about API/Libraries? Thanks your attention! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread Dan Sherman
The guy behind Rokon has said that he was actively persuing changing the license on the next release to the Android License (which should solve the licensing issues)... Just seems odd to me, with an Open Source project like Android to expect Google to step up to the plate and eat the millions of

[android-developers] Hi

2009-10-06 Thread Jackie
I am trying to create a Home application that contains AppWidgets. Can I make a own AppWidgets list layout that includes AppWidgetHostView without APPWIDGET_PICK intent? I mean I wanna make a visual AppWidget list. Actualy I made it, but i couldn't start AppWidget some like Music widget. I

[android-developers] Multitouch: Two buttons at the same time?

2009-10-06 Thread Florian Lettner
Hi, I'm planning to develop a small jump and run game and wondered how to recognize two button presses at one time. For example, I want to run left and jump during running. Is it possible to catch both button presses on the touch? Regards, Florian

[android-developers] TV API for Android...

2009-10-06 Thread Akash
Hello Everyone, I am Akash and I've recently started working on Android platform. I want to develop a TV widget for Android based mobiles. so I want to know that is there any API exist for same, just like the java TV API or can we use the same TV API on android also..? Any Suggestion will be

[android-developers] TV API for Android...

2009-10-06 Thread akash ideavate
Hello Everyone, I am Akash and I've recently started working on Android platform. I want to develop a TV widget for Android based mobiles. so I want to know that is there any API exist for same, just like the java TV API or can we use the same TV API on android also..? Any Suggestion will be

[android-developers] Re: problem in services

2009-10-06 Thread Thote Gowda
Simple, don't have any activities in your application! // TG Nemat wrote: Hello frnds. I am presently working on services.I have read many articles related to services.But one thing I dont understand is if we want our application to run in background how can we implement services

[android-developers] Re: tabs iphone style

2009-10-06 Thread konic
Hi, I am confused. As far as I can see ppl just want to be able to do some cosmetic adjustments to the appearance of the tabs - mostly shape and position. BTW, what about tabs on sides (for landscape layout maybe)? We don't care about functionality (OK, business logic), radio-buttons behavior and

[android-developers] animation-less android menus

2009-10-06 Thread Gilles TALIS
I am planning to use android on a device with slow refresh rate display. I was wondering whether it was possible to bring up the apps menu without sliding the apps menu pull-tab, just with a long-press menu button for instance. Ideally, this long press action would directly show the apps menu

[android-developers] Bug 2628 needs review: 1.5/1.6 API indeterminate loading of ARGB_8888 PNG images

2009-10-06 Thread Michael Leahy (Tactel US)
Greets, This is not a new bug, but it needs to at least be reviewed and has been open for 5 months without review. It is one that is causing some consternation here. While updating a 1.1 OpenGL app to the 1.6 API things failed to work because some PNGs are not loading and getConfig () returns

[android-developers] AppWidget configure and ChildActivities

2009-10-06 Thread WonkoTheSane
Hi, I am new to Android development, so I hope I am not missing something obvious. I have created an AppWidget with an associated configuration activity. I did this like described here:

[android-developers] AnCal implementation

2009-10-06 Thread neil
Hi All, I'm working with this simple calendar UI app i have a problem on designing the UI, does anyone has an idea on how they implement the AnCal application. If you wanna know what it is please visit this site : http://vetch.magot.pl/pages/ancal.html

[android-developers] Contact Photo and Facebook Photo

2009-10-06 Thread chrisonline
I use People.loadContactPhoto to get the Bitmap of the photo from the contact. So far so good. But all contacts with a facebook photo (connected the contact with facebook) i get no photo. Why? Is there any other routine to load photos from contacts with facebook photos? Are facebook photos not

[android-developers] Re: DatePicker.init crashes without reason

2009-10-06 Thread Christian Grasser
You set the wrong values. Instead of: dateofbirthView.init(Integer.parseInt(date[2]), Integer.parseInt(date [1]), Integer.parseInt(date[0]), null); You must set: dateofbirthView.init(Integer.parseInt(date[2]), Integer.parseInt(date [0]), Integer.parseInt(date[1]), null); First parameter is

[android-developers] MapView bounds changed

2009-10-06 Thread mrloz
Hi There. I'm really struggling to get my app notified when the area being viewed has changed. There appears to be no handler built in to the class, so all I've been able to do is extend MapView and catch it in either getProjection() or onTouchEvent() The problem I have is that I'm changing

[android-developers] Re: Changing TabHost font size

2009-10-06 Thread konic
Unfortunately, the link shows how to change TAB size not the FONT size. But the main warning stays correct: ...this code will likely break in future Android releases. However, continuing the same incorrect way to deal with problems, one may try the following: TabWidget tw = getTabWidget(); for

[android-developers] Re: AppWidget configure and ChildActivities

2009-10-06 Thread WonkoTheSane
figured it out myself. Called finish() at the end of onStop(). That was the source of both problems. On 6 Okt., 17:21, WonkoTheSane mdang...@gmail.com wrote: Hi, I am new to Android development, so I hope I am not missing something obvious. I have created an AppWidget with an associated

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
My manifest is as follows: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=ian.com.elgin android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon android:label=@string/ app_name

[android-developers] Merchant Support for additional countries Options

2009-10-06 Thread karthikr
Hi Guys, Any ideas or news on Merchant suppor for additional countries? I currently reside in India and I am waiting for this support for 8 months now, and I do not see anything positive happening. I have send numerous mails to google's support mails, but havnt got an encouraging response so

[android-developers] Location doesn't have a bundle with satellite count any more?

2009-10-06 Thread Richard Schilling
Just upgraded my phone firmware to 1.6, and it looks like Location objects don't have satellite counts in them any more: locMan = (LocationManager)con.getSystemService (Context.LOCATION_SERVICE); Location loc = locMan.getLastKnownLocation (LocationManager.GPS_PROVIDER); Bundle extraBundle =

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
Oh my gosh, | got it to work. I shuffled around my maps.jar and by copied it next to android,jar and mucked around with the build path. Et voila! Thanks to Konrad and Xav for pointing me on the correct path. Much appreciated!!! Konrad Pietzka wrote: Hi Ian, Do you have the following

[android-developers] ADC2 First Round Complete?

2009-10-06 Thread polyclefsoftware
I opened up my ADC2 judging app today to see the next app to review, and got this message: The first round of judging has concluded. Thanks again for all your reviews. Round 2 will commence after a brief scoring and review period, so there will be no apps to review for several days. Don't

[android-developers] Re: mapview key problems

2009-10-06 Thread ian
Oh my gosh, | got it to work. I shuffled around my maps.jar and by copied it next to android,jar and mucked around with the build path. Et voila! Thanks to Konrad and Xav for pointing me on the correct path. Much appreciated!!! Konrad Pietzka wrote: Hi Ian, Do you have the following

[android-developers] Re: ADC2 First Round Complete?

2009-10-06 Thread Carmen Delessio
Yes, see the blog post http://android-developers.blogspot.com/2009/10/adc-2-round-1-scoring-complete.html -- Carmen http://www.twitter.com/CarmenDelessio http://www.talkingandroid.com http://www.facebook.com/BFFPhoto http://www.twitter.com/DroidDrop On Tue, Oct 6, 2009 at 2:12 PM,

[android-developers] Re: more parseable output from instrumented tests?

2009-10-06 Thread markwhitney
For reference to others, it turns out that passing the -r flag to instrument produces more easily parseable results. It would still be nice to get a full report with things like test runtimes though. On Oct 6, 9:21 am, markwhitney markwhit...@gmail.com wrote: Is there a way to get more easily

[android-developers] Re: Location doesn't have a bundle with satellite count any more?

2009-10-06 Thread Richard Schilling
And, here, folks is the exact day the earth stood still in Android Land: TIMESTAMP (UTC)SATELLITE COUNT 2009-10-02 23:24:09.08.0 2009-10-02 23:32:53.00.0 Is anybody out there ... ? Is anybody at all? Perhaps a new space war started that knocked out our satellites and we weren't

[android-developers] Re: HttpURLConnection headers

2009-10-06 Thread Kiran Mudiam
Hello Lucas, Have you been able to solve this problem. I have tried to use the apache httpclient classes to get my networking going and that does not seem to help either. I am interested in the x-up-subno header that ATT adds. I looked thro the source of the WebView, WebViewCore, BrowserFrame

[android-developers] Re: ADC2 First Round Complete?

2009-10-06 Thread Hong
I agree it's due to the Donut update that broke quite a few apps there. Wouldn't surprise me if they allow an app update for the next round. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: animation-less android menus

2009-10-06 Thread Dianne Hackborn
Please post questions about developing devices to android-porting. (And fwiw, you can completely replace the home screen with whatever home app you want, so you can certainly tweak the standard one to have some different behavior.) On Tue, Oct 6, 2009 at 7:46 AM, Gilles TALIS

[android-developers] Re: TV API for Android...

2009-10-06 Thread Dianne Hackborn
There is currently no such API in the platform. On Tue, Oct 6, 2009 at 4:54 AM, akash ideavate ideavate.ak...@gmail.comwrote: Hello Everyone, I am Akash and I've recently started working on Android platform. I want to develop a TV widget for Android based mobiles. so I want to know that is

[android-developers] Re: Does anyone has the documentation of window manager?

2009-10-06 Thread Dianne Hackborn
Sorry, the documentation is the source code. On Tue, Oct 6, 2009 at 6:50 AM, Karthik P karthi...@gmail.com wrote: I have the entire source code base, but I would like to have some documents which illustrates the working of this window manager. Karthik On Tue, Oct 6, 2009 at 11:43 AM,

[android-developers] Multiple tables in one ContentProvider

2009-10-06 Thread Mapara,Harshit Nitinkumar
Hi I want to operate on multiple tables. I searched a lot but everywhere I could find is single table with one content provider. How can I use multiple tables under one content provider? How can I get result from two/three tables ? Can I provide my own SQL select query from multiple tables in

[android-developers] Stop TextView from taking up too much width in layout?

2009-10-06 Thread Mark Wyszomierski
Hi, I have three views within a horizontal linear layout: [ textview1 | imageview | textview2 ] I need imageview, and textview2 to expand to however much width they need, and textview1 should use whatever is left over and truncate its text (so as not to push around the other views). I

[android-developers] Updating permissions for apps that modify sharedUserId

2009-10-06 Thread vol
Hi All, I'm looking to update my app and provide a sharedUserId as part of my manifest, so that the several apps I have can all nicely look at each other's private files if necessary. Unfortunately, I've discovered that adding a sharedUserId where it did not exist before will change the userId

  1   2   >