[android-developers] android.git.kernel.org down?

2011-09-05 Thread skyman
Hello, I'm trying to check something in android source but http://android.git.kernel.org/ shows only "dreams of electric sheep" at least from few days. Something has changed? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Creating A3D files from collada, obj etc.

2011-08-17 Thread skyman
Hello, Is there any documentation about a3d files? How can I import 3D mesh from for ex. Blender and show it in Renderscript application? Google shown us screenshot with short info: "The Androids are loaded from an A3D file created in Maya and translated from a Collada file. A3D is an on device

[android-developers] List of HierarchyViewer compatible devices

2011-06-15 Thread skyman
Hello, Is somewhere a complete list of devices officialy compatible with HierarchyViewer? Is Nexus S compatible (it's not called "Android Developer Phone")? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread skyman
Yes it should work, but I think that this global array should be accesed only from Activity where the EditTexts were created, but I'm not shure. On 27 Sty, 21:56, Aaron Rudolph wrote: > Can that value 'et' be stored in a global array and referenced later? -- You received this message because yo

[android-developers] Quick Search Box and ActivityGroup

2009-10-28 Thread skyman
Hello, I've just added QuickSearchBox support in my app. Everything is working okay except that when I press search button in by main activity which is extendng ActivityGroup the default QuickSearchBox is displayed with global search suggestions, but when I change activity within group I'm gettin

[android-developers] Re: HEADSET_PLUG not registering as receiver

2009-10-09 Thread skyman
*bump* On 7 Paź, 14:53, skyman wrote: > I have solved the problem by starting service on boot which (service) > is registering Receiver, but hope that there is a better solution... > > On 7 Paź, 00:54, skyman wrote: > > > Hello, > > > I'm trying to create ap

[android-developers] Re: HEADSET_PLUG not registering as receiver

2009-10-07 Thread skyman
I have solved the problem by starting service on boot which (service) is registering Receiver, but hope that there is a better solution... On 7 Paź, 00:54, skyman wrote: > Hello, > > I'm trying to create application fixing problem with audio volume in > headset/handset (I

[android-developers] HEADSET_PLUG not registering as receiver

2009-10-06 Thread skyman
ld be run always when headset is plugged/unplugged, app will also have no GUI/Activity. How can I solve this problem? Regs, Skyman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-26 Thread skyman
*bump* On 20 Lip, 09:30, skyman wrote: > *bump* > > On 13 Lip, 16:48, skyman wrote: > > > *bump* > > > On 11 Lip, 16:13, skyman wrote: > > > > Hello, > > > > In my app I have AutoCompleteTextView and "search" button. > >

[android-developers] Re: link to another application

2009-07-21 Thread skyman
Yout can create link "market://search?q=pname: {$application_package_name}" On 21 Lip, 14:00, petunio wrote: > Hi everyone > > I am about to publish my app, and what I want to do is offer a demo > version with just a little less functionality > > In the demo version, I would like to show a butto

[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-20 Thread skyman
*bump* On 13 Lip, 16:48, skyman wrote: > *bump* > > On 11 Lip, 16:13, skyman wrote: > > > Hello, > > > In my app I have AutoCompleteTextView and "search" button. > > When user clicks "enter" or "search" an Intent is fired

[android-developers] Re: Test onUpgrade

2009-07-13 Thread skyman
alues from past to make step by step upgrade. Skyman On 13 Lip, 21:11, VRAQ wrote: > I changed my database schema on my application to include an > additional column in one of the tables.  I did this in the onUpgrade > method in the DBHelper. > > Then I tried exporting my signed a

[android-developers] Re: Hiding Soft input like using BACK buton

2009-07-13 Thread skyman
*bump* On 11 Lip, 16:13, skyman wrote: > Hello, > > In my app I have AutoCompleteTextView and "search" button. > When user clicks "enter" or "search" an Intent is fired and new > Activity is started. > But in that "new" Activity SoftI

[android-developers] Hiding Soft input like using BACK buton

2009-07-11 Thread skyman
earch" button and than touch ACTextView. Bud when he is in "form" activity first time, shows soft input by touching AutoCompleteTextView and presses BACK button he is able to show soft Input by touching field. How can I hide soft input "correctly" (so it can be shwed ba

[android-developers] AlertDialog.Builder don't close on PositiveButton click

2009-06-29 Thread skyman
Hello, In my app i have an AlertDialog created using AlertDialog.Builder with custom view (form) inside. When user clicks "OK" (positive) button I want to validate field contents and close the button when everything is correct or show Toast otherwise and leave dialog open? Is it possible using

[android-developers] Re: NinePatchDrawable as ItemizedOverlay

2009-06-24 Thread skyman
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 group, send email to android-develo

[android-developers] Re: NinePatchDrawable as ItemizedOverlay

2009-06-23 Thread skyman
*bump* --~--~-~--~~~---~--~~ 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-develope

[android-developers] NinePatchDrawable as ItemizedOverlay

2009-06-13 Thread skyman
Hello, Is it possible to use "stretchable" graphic as pin in ItemizedOverlay? If not how can I draw NinePatchDrawable on Canvas? Regs, Skyman --- http://skyman.pl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[android-developers] Re: Getting driving directions from application

2009-06-11 Thread skyman
do you know if Google allows using HTTP query to http://maps.google.com/maps/nav?q={query} ?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Re: Running two activities on a single screen

2009-06-10 Thread skyman
I think that that can be done using ActivityGroup, but I'm not 100% shure (it can be a very dirty way). -- Skyman http://skyman.pl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Getting driving directions from application

2009-06-10 Thread skyman
In current SDK there is no com.google.googlenav :( --~--~-~--~~~---~--~~ 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 fro

[android-developers] Re: Getting driving directions from application

2009-06-10 Thread skyman
Anyone? --~--~-~--~~~---~--~~ 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-develop

[android-developers] Getting driving directions from application

2009-06-09 Thread skyman
re no "leagal obstacles" for doing this (correct me please if I'm wrong) Skyman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Dialogs and SubMenus in ActivityGroup

2009-06-05 Thread skyman
Hello I have 6 options to put in options Menu, but 3 of them are not so mportant and i want to hide them in submenu. All of my Activities are started from one ActivityGroup which creates Menu on MENU button press. Problem is that when I open SubMenu or Dialog (which is created and displayed by Ac

[android-developers] SubMenu, Dialogs and ActivityGroup

2009-05-31 Thread skyman
Hello, I have 6 options to put in options Menu, but 3 of them are not so important and i want to hide them in submenu. All of my Activities are started from one ActivityGroup which creates Menu on MENU button press. Problem is that when I open SubMenu or Dialog (which is created and displayed by

[android-developers] Re: startActivityForResult in onResume

2009-05-22 Thread skyman
this process. Activity which is begind this translucent Activity doesn't change at a time of displaying it (translucent one), so I think it could be as fast as displaying AlertDialog. Do you have any idea? Skyman --~--~-~--~~~---~--~~ You received this messa

[android-developers] startActivityForResult in onResume

2009-05-21 Thread skyman
t activity from menu i can see "through" it (as I wanted), but when i run it from startActivityForResult translucent space is black. Regs, Skyman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: startActivityForResult/onActivityResult question

2009-05-21 Thread skyman
I also have the same problem. Skyman --~--~-~--~~~---~--~~ 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

[android-developers] Floating View

2009-05-21 Thread skyman
I force list with suggested input to be shown over the EditText? Thanks in advance. Skyman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] AutoCompleteTextView in AlertDialog

2009-05-19 Thread skyman
Is there any solution for this problem? Thank's in advance. Skyman --~--~-~--~~~---~--~~ 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@goo

[android-developers] Physical keyboard long press popup

2009-05-13 Thread skyman
Hello, I've just changed screen language on by G1. There was no support/bad support for typing polish letters on softkeyboard so I modified LatinIME by adding strings.xml and kbd_qwerty.xml for my lanuage. In android is also support for typing national letters using hardkeyboard. After pressing