[android-developers] Re: Housekeeping within Eclipse Juno

2012-09-21 Thread Daz
Thanks Lew, I'll look into the documentation when I get a minute, it's just I resorted to that method for the time being as I am really trying hard to get my head around the Android fundamentals, etc. Regards to "Giving up", trust me.. I never, never give up regarding programming, or in fact

[android-developers] Can't get images to show on virtual device

2012-09-21 Thread Daz
I am trying to get some small jpeg images onto my virtual device by accessing the "file explorer" in the DDMS section of Eclipse. The images seem to be on the device, but are not in the Gallery as they are in a tutorial I am following. I've tried restarting the virtual device but no luck. I

[android-developers] Re: Housekeeping within Eclipse Juno

2012-09-21 Thread Daz
Thanks for the reply, Couldn't quite get my head around that method, so I have moved all my Java folders that I wont be working on any longer to a new destination, created a new project, then a new folder within the project, clicked advance, and linked the folder to the new destination :-) -

[android-developers] Housekeeping within Eclipse Juno

2012-09-21 Thread Daz
I am fairly new to Eclipse, and after numerous Java and Android tutorials I have found my package explorer rather overloaded with projects. I have tried countless times to try and divide everything up into 2 folders, 1 for Java and 1 for Android projects, but I keep getting errors. I have took

[android-developers] Re: .xml and .Java file names for the main activity?

2012-09-20 Thread Daz
Thanks for the reply, So it is okay to call my main intent activity say: ActivityMain.java And my main .xml file: main.xml Its just when I use the Android wizard to set up a project, it presents me with: MainActivity.java And the UI: activity_main.xml When I renamed them earlier today (dur

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Daz
Cheers guys, that's good to know! Will stick with Juno and update my other Mac with Indigo! Thanks for the support :-) -- 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.co

[android-developers] Re: Best Graphical Image Format to Practice?

2012-08-24 Thread Daz
Thanks :-) That's great! -- 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+unsubscr...@googlegroups.com

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Daz
Thats good to know :-) Its just I don't want to start practising my app development then someone later down the line says I should of used Indigo 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] Eclipse Indigo or Juno?

2012-08-24 Thread Daz
I am new to Android and when I started watching my video tutorials the guy gets you to download Eclipse (in my case for Mac OS X Lion), and it automatically downloaded the Indigo version. Almost a few days on I decided to follow the same process on my other Mac and it downloaded the Juno versi

[android-developers] Best Graphical Image Format to Practice?

2012-08-24 Thread Daz
I predominantly do my graphical artwork/icons using photoshop and normally save out to .PNG sometimes with the alpha channel embedded when designing wireframe app representations in other case tools. Will this practice be okay when developing apps, and by having an alpha channel embedded will i

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Daz
Original message: Yes, I can create and launch my AVD 2.3.3 perfectly from opening the Android app within the tools folder from Mac Osx TerminaI. I selected enable "Snapshot" when creating the virtual phone and then launched it to test. Then I opened Eclipse, and basically used the android wi

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Daz
Yes, I can create and launch my AVD 2.3.3 perfectly from opening the Android app within the tools folder from Mac Osx TerminaI. I selected enable "Snapshot" when creating the virtual phone and then launched it to test. Then I opened Eclipse, and basically used the android wizard to name every

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Daz
>>> Ok, you just recently asked this exact same question... I asked a >>> clarification question on the first thread that you started. Please don't >>> post your question multiple times... >>> >>> Thanks, >>> Justin Anderso

[android-developers] Problems with AVD loading my app

2012-08-03 Thread Daz
I am very new to Android Development and I cannot pursue a proper communication between Eclipse and the Android AVD, here is the info below: I am using Eclipse 4.2 for the mac with the API10 SDK (2.3.3). I have setup a Gingerbread AVD (because the tuts I am following do so) and created an And

[android-developers] Can't Get My First Hello World App To Work?

2012-08-03 Thread Daz
I am using Eclipse 4.2 for the mac with the API10 SDK (2.3.3). I have setup a Gingerbread AVD (because the tuts I am following do so) and created an Android App within Eclipse (a simple preset "hello world" test app) and the AVD is completely breaks when I try and compile as an Android app. Th

Re: [android-developers] Re: Proguard fails on second run with Conversion to Dalvik format failed with error 1

2012-01-10 Thread Daz
Updating ADT causes the proguard binaries to be replaced with old versions. -- 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

[android-developers] Re: Proguard fails on second run with Conversion to Dalvik format failed with error 1

2012-01-10 Thread Daz
When you update ADT they will be reset back to the old versions so you will need to update again. (catches me every time) -- 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.

Re: [android-developers] ICS Recent apps thumbnails

2011-12-17 Thread Daz
estion. Is there a way to prevent the screen grab or at the very least, an override I can use to hide the sensitive data manually before the screen grab is taken? Thanks for any help anybody can give. Daz p.s After my first post I am now being spammed. "We saw your post on google groups,

[android-developers] ICS Recent apps thumbnails

2011-12-16 Thread Daz
Is there any way to disable the thumbnail (or supply an alternate thumbnail) for ICS & honeycomb recent apps screen? Sensitive information is being leaked from my app by this feature as the contents of the screen are readable from outside the app. I even tried blanking the screen in the OnPau

[android-developers] Why do my posts never show?

2011-12-16 Thread Daz
Why do my posts never show? -- 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+unsubscr...@googlegroups.

[android-developers] Re: Movie.decodeStream(is) is returning NULL after updating to 1.5 SDK

2009-06-14 Thread Daz
I'm having the same problem, trying to follow the information to get animated gifs working, and now this! Any idea on a fix? I can't see where the difference to the source was made. Movie.Decodestream is a native method, written in C++, but I can't see in any notable differences in the code vers

[android-developers] Scanner not reading lines correctly on certain builds of Android.

2009-06-01 Thread Daz
ng imageName = ""; while (bis.hasNext()) { String lineOfHTML = bis.nextLine(); Log.v("Debug", lineOfHTML ); } This works in the emulator, my device, and endless other devices. However, for certain phones, the nextLine produces nonsensical