[android-developers] See thru application

2008-12-17 Thread Protocol-X
Does anyone know if there is a way to be able to visibly see the content of an intent beneath your current intent? for example. if i make my app theme a dialog based and open my app i can still see the home screen beneath it. im looking to accomplish this without using a dialog theme.. is it pos

[android-developers] setSelector listview Text bug?

2008-12-18 Thread Protocol-X
when using setSelector in listview on release if there is anykind of list movement or intent called a box gets left around the text. Is there a way around this or is it a bug? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: simple g1 text editor questions

2008-12-20 Thread Protocol-X
There are a ton of apps on the market to this extent already. If you would like a good example, go to the notepad tutorial to see how to create/edit text files and from their u can build a more specific app as you are looking --~--~-~--~~~---~--~~ You received this

[android-developers] MediaStore.Audio.AudioColumns.ALBUM_ART returns -1

2008-12-21 Thread Protocol-X
has anyone sucessfully been able to access album art? it always returns a -1 when trying to use it --~--~-~--~~~---~--~~ 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] Album Art

2008-12-27 Thread Protocol-X
Does anyone have a working Example of ALBUM_ART, I have tried every example out there and cannot find any that actually retreive the art. the Lack of support on googles behalf on issues seems to be getting greater as well --~--~-~--~~~---~--~~ You received this mes

[android-developers] Re: Problem saving canvas to file

2009-01-04 Thread Protocol-X
rd/test.png"); >                 } catch (FileNotFoundException e) { >                         e.printStackTrace(); >                 } >                 newPicture.writeToStream(fos); > > BTW, since you are accessing in and fos outside of try blocks, the app > can throw NPE. > > Sergey > > > > --

[android-developers] Problem saving canvas to file

2009-01-04 Thread Protocol-X
Ive been searching all ove on how to edit a image and save it. The only way i have come accross other than just changing the size or orientation is to use canvas. Now canvas works fine but i cannot seem to save the newley created image.. the image always returns the original image. @Over

[android-developers] Re: Problem saving canvas to file

2009-01-04 Thread Protocol-X
if i change "Picture newPicture = Picture.createFromStream(in); " to "Picture newPicture = new Picture();" it does not restart the app but the image is black and only 150 bytes On Jan 4, 12:41 pm, Protocol-X wrote: > I gave it a try and all it does is make the app

[android-developers] Re: Problem saving canvas to file

2009-01-04 Thread Protocol-X
; > Sergey > > > > -Original Message- > From: android-developers@googlegroups.com > > [mailto:android-develop...@googlegroups.com] On Behalf Of Protocol-X > Sent: Sunday, January 04, 2009 5:27 AM > To: Android Developers > Subject: [android-developers] Prob

[android-developers] Re: Album Art

2009-01-06 Thread Protocol-X
, 5:21 pm, rktb wrote: > MediaScanner retrievesALBUM_ART. You may check that service. > > -Ravi > > On Dec 27 2008, 1:02 pm, Protocol-X wrote: > > > > > Does anyone have a working Example ofALBUM_ART,  I have tried every > > example out there and cannot fin

[android-developers] Re: Missing Import "android.provider.Telephony"

2008-11-04 Thread Protocol-X
Unfort at the moment i dont have a pc running linux so i have no way to look at the source. On Nov 5, 1:35 am, "Andrew Stadler" <[EMAIL PROTECTED]> wrote: > This is a good opportunity to remind readers of the difference between > the SDK and the open source release. > > The SDK presents a set of

[android-developers] Re: DOWNLOADING MUSIC FROM WINDOWS VISTA MEDIA P;AYER FOR G1 PHONE

2008-11-08 Thread Protocol-X
First of all id like to mention this is the devekopers version of the groups not a section to complain in because u feel your provider should tell u how to do a simple task. So to start providers are not allowed to tell u how to move music to your device due to legal reasons. Second the way u ex

[android-developers] Re: Comment spam in android market :(

2008-11-11 Thread Protocol-X
Yes it is rediculous, There is swearing, racial slurs, comments about body parts, all randomly out of nowhere. Google needs to kill the comments from being displayed so that only the app creator can see them and the rating system is defunk as well because people are ratting 1;'s because they dont

[android-developers] CHeck File Permissions

2008-11-13 Thread Protocol-X
Heyeveryone, Ive been tryign to figure out how to check to see if a file has read/ write permissions, or just read only permissions and have not been able to find a way that works in android.. If anyone has a working example they wouldnt mind throwing up it would be great. Thanks in advance --~

[android-developers] Re: CHeck File Permissions

2008-11-13 Thread Protocol-X
i tried but it keeps giving me errors and asking if i want to create a method canRead or canWrite On Nov 13, 7:44 pm, szeldon <[EMAIL PROTECTED]> wrote: > What about canRead() and canWrite() methods from File class? > > On Nov 14, 12:11 am, Protocol-X <[EMAIL

[android-developers] .getSelectedItemId() always selecting 0 when using the touch screen

2008-11-17 Thread Protocol-X
Hello all, I have been dealing with this issue for a long time and have yet to find a solution online anywhere. Using a ListAvtivity i encounter an issue with jsut the touch screen. below is a quick example of the code: WHen using the trackball everything is correct but when using the touch scre

[android-developers] Re: .getSelectedItemId() always selecting 0 when using the touch screen

2008-11-17 Thread Protocol-X
ter given to you > in onListItemClick(). > > > > > > On Mon, Nov 17, 2008 at 7:08 PM, Protocol-X <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > I have been dealing with this issue for a long time and have yet to > > find a solution online anywher

[android-developers] contextmenu getselectedtestid

2008-11-25 Thread Protocol-X
How do u the row id or position of a listactiviy when using a context menu. It always seems to always select 0 for the row id. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: contextmenu getselectedtestid

2008-11-28 Thread Protocol-X
long pressed... > TextView tv = (TextView)acmi.targetView.findViewById > (R.id.some_view_inside_your_row_view) > > Take a look at the docs for AdapterContextMenuInfo for more info. > > On Nov 25, 1:15 pm, Protocol-X <[EMAIL PROTECTED]> wrote: > > > How do u the row id or position

[android-developers] Re: Word Document

2008-11-29 Thread Protocol-X
hello Humble, this is a developers page not a general forum. you can access google docs from the device via the web. as far as an app goes ythere is nothing as of yet but youd be better off going to a forum to ask ?ls like this. as far as the device being new and you not understanding how it c

[android-developers] Re: contextmenu getselectedtestid

2008-11-29 Thread Protocol-X
()) { case INSERT_ID: Toast.makeText(this, "'"+clickedId+"'", Toast.LENGTH_SHORT).show (); return true; no matter what list item i select it always shows 6 On Nov 28, 6:54 pm, Protocol-X <[EMAIL PROTECTED]> wrote: &

[android-developers] Re: contextmenu getselectedtestid

2008-11-29 Thread Protocol-X
29, 4:07 pm, Protocol-X <[EMAIL PROTECTED]> wrote: > this is my sample code > >   @Override >   public boolean onContextItemSelected(MenuItem item) >   { >           final AdapterView.AdapterContextMenuInfo acmi = > (AdapterView.AdapterContextMenuInf

[android-developers] Custom Style

2008-12-03 Thread Protocol-X
Hello, I am trying to implement a custom style to a progress bar. I have the style but i cannot seem to find any documentation on how to actually add it since there is no style folder that can be accessed that i see atleast. Can anyone help? http://schemas.android.com/apk/res/ android">

[android-developers] Re: hello

2008-12-03 Thread Protocol-X
If you do not want to be on this list then click on the "Edit my Membership" link and choose to quit the group On Dec 3, 10:04 pm, samuel <[EMAIL PROTECTED]> wrote: > I don't want to join this group now? > > Could you delete my account on the list? > > Because I always got lots of mail from this

[android-developers] Android Crash Files

2008-12-04 Thread Protocol-X
Anyone know where to find the files produced anytime android crashes? is ther e a place on the device. does android log its own crash logs for system crashes not 3rd part apps? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Custom Style

2008-12-06 Thread Protocol-X
> > > > On Wed, Dec 3, 2008 at 6:06 PM, Protocol-X <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I am trying to implement a custom style to a progress bar.  I have the > > style but i cannot seem to find any documentation on how to actually > > add i

[android-developers] external libraries crashing app

2008-12-10 Thread Protocol-X
At first I thought it was just an incompatibility but I have even looked up on here external libraries other people are using. No matter what library I use an app I design that calls on one of these instant crashes my app. I have tried different ways of adding the libraries. Just adding the jar,

[android-developers] Re: Gesture detection

2008-12-11 Thread Protocol-X
Can someone show an example on how to tell if a fling as gone left or right or a scroll has gone left or right? I cannot seem to find any documentation on this On Nov 3, 5:06 pm, Rohit Mordani wrote: > Yes - that also works ! Thanks for letting us know that ! > > Rohit > > On Oct 31, 1:34 pm, ha

[android-developers] Retreive Default Application associated with a file type

2010-07-18 Thread Protocol-X
Is there any way to retrieve either the default application name associate to a mime type or a list of applications? Im not looking for the actual application just the application name so it can be stored in a string. -- You received this message because you are subscribed to the Google Groups "

[android-developers] How to Remove an inputtype once set

2010-07-05 Thread Protocol-X
Using setInputType() on a text view works great for making it editable but there does not seem to be a way to remove this once set. I tried setting it to null but still the same issue. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: Seekbar thumb animation

2009-06-20 Thread Protocol-X
I appear to be having the same issue On Jun 19, 6:42 pm, az9702 wrote: > Hi, > > As the seekbarthumbis a drawable so its support for animation seems > limited. > It may not be feasible but I would like to hear feedback from those > who have more experience w/ UI. > > Animations I have in mind ar

[android-developers] Change SeekBar Thumb image after onCreate

2009-06-21 Thread Protocol-X
I am having some difficulty changing the image for the SeekBar Thumb after it has been created. I want the SeekBar to have a different Thumb image at 25, 50, & 75, but when i try to change it via setThumb() it disappears. I tried to Override the drawableStateChanged & verifyDrawable but run into

[android-developers] Re: Seekbar thumb animation

2009-06-25 Thread Protocol-X
etail?id=79#c4 > > * Note the imageview is needed only for turning the XML into > AnmiationDrawable so >   its visibility can be turned off (or using a ViewStub ?) > > * Also need to turn off mAnim as soon as user starts interacting w/ > thethumb. > > As pointed out in &