[Q] Eclipse (Outline Window) - Android Software Development

So, this is basically my first program on android... Well anything even java based...
Im currently walking through youtube tutorials and ebooks and such and im at the point where i have to reorganize the contents in main.xml using eclipse.
When i look at the videos in youtube and even the ebook i found, the outline window has a little +, -, ^, arrow down symbols at the top right of its window.
I do not have those options :S Is there anything im doing wrong. I have installed the ADT plugin, and im currently using the Eclipse Classic version...
If anymore information is required, please post . Any help is appreciated. Thanks!

Related

any help for a newbie?

Hi all, I have an o2 xda mini s and have just been able to sync it (i have a mac). 2 main questions:
1 - on the review from this site, it shows the today screen with a load of large images down the left hand side, HOW?
2 - this is the biggie, I cannot get any java games to work (2 exceptions but they stuff up the system) and whenever I try to install any programs, it says it isn't a valid ppc application (don't anyone take offence but I chuffin hate windows aaarrrggghhhhhh)
Many thanks,
Phil
Which review? Post a link or a screenshot please!
For java, you need a java runtime app. Your phone might have come with one installed, the Orange Hermes does, and you load the java apps within that app itself (the java launcher launches the java apps. Native java apps won't work on the phone without it).
If you don't have a java launcher, you can probably grab one on the ftp site. If you need more help, shout out (nicely!)
V
Hi Vijay,
The phone i have tries to use MIDlet manager but has real problems, the 2 games it will load, when closed make the system freeze, othere either won't be accepted of give an icon and won't open (screen goes white and system locks). As for the icons n the left, I have realised they are an alternative start menu.
Cheers,
Phil
Are the games you are running actually built for the phone?
For example... running a game designed to run on a Motorola V300 is probably not going to run right on your phone.

App Development Help

I've been trying to create themes for the Market Home Alternatives (such as Panda Home, Open Home, aHome, etc) however, I'm a Graphic Artist, not a programmer. I know very little about Java and even less as to how its applied to Android and I need some help here.
I managed to figure out how to create an .apk in Eclipse (after many failures and problems) and even figured out how to sign it in Eclipse. The app installs fine on my device but it doesn't do anything. It will not apply to any Home Alts.
What I need to know is, what do I need to include to allow it to access these home alternatives. Is there something I must include in the Android Manifest? I noticed a some XML files when I looked into other peoples theme.apk's that aren't in mine.
Could someone explain this to me please? I would appreciate it greatly. Thanks in advance to anyone who drops a line.
________________________________________
On another note, does anyone know why Jarsigner in the Java SDK wont open? When I try to open it, a command-like window opens and then immediately closes. Any ideas there?

[Q] need help with wallpaper app

hello I am wondering if someone can help. I would like to create a simple wallpaper test app. I have tried a few things with no success. eventually I started playing with gallery codes and have a few achievements. but...I am not sure how to attach a wallpaper function to the gallery. i am new to all this (I am only a few months into learning Droid apps with eclipse) is there someplace where I can find complete java coding and possibly the xml files for a working wallpaper? I cannot build from scratch but I am getting better reading the source code creating buttons etc etc.
another option is how can I insert a save as wallpaper function to the working gallery I have? I am assuming I can set a long press function but I am not sure how to go about that either. I do have a tutorial for creating long presses but I am not sure about the proper java setup to accompany this.
any help will be appreciated. keep in mind I am new to both java and android coding. in other words keep it as simple as possible please. or if someone has a simple wallpaper app and they don't mind sharing the source code... that would help immensely..

Stuck getting started - be gentle!

Hi all,
I am interested in having a dabble in developing some simple pieces of software for Android phones, mainly for myself, but who knows?!
I have some experience in VB6 writing software so I was hoping to be able to get started quite easily... That seems not to be the case!
I have got stuck at what seems to be the first hurdle. I have installed the SDK Manager and it has downloaded, amongst other things, what I thought was the design package, but I have gone through the folders it has created and cannot find anything really. I was expecting some kind of development software to build the app but I must be missing something!
Are there any good, basic and simple tutorials on how to get setup? I'm sure once I get started i'll be OK!
I run Windows XP and will be developing mainly apps to be used on my Desire HD although would prefer it anything I did was compatible with other Andriod phones.
Thanks in advance.
Sounds like you don't have an IDE. Most android developers use Eclipse. Start here:
http://www.eclipse.org/downloads/
Then follow the quick start guide here:
http://developer.android.com/sdk/index.html
Spot on Gene, hadnt installed Eclipse, got it running now, followed a Hello World demo on Youtube and managed to get it to work on the emulator, im getting there!
Couple of questions more if I may?
- Is there not a design view, ie, object view so that I can place bits where I want them (buttons, text, etc...) I cant find wher eto chagne from design view to code view? Does that exist?
- How do I 'package' my newly designed app and send it to my phone to test it?
Many thanks again
I am new as well I was wondering what youtube video you were watching?
It was this one, this worked for me
http://www.youtube.com/watch?v=COEhiTT1KLk&list=ULc2oQVGNKilQ&playnext=2
I've also been looking at starting some Android dev, having done some Windows Mobile dev with C#.
I've read the installing the SDK guide and it says that the ADT plugin doesn't work with Eclipse 3.6 and you have to use Eclipse 3.5, is this still the case or can I use 3.6?

[Q] communication between android app and java application

Hi all,
Im new in this forum and just wanna ask for some help on where can i find a simple tutorial or a sample project of an android application that can communicate with a java application on a PC.
im thinking via wifi.. also i got some knowledge in java programming and right now im starting to learn more about android development.
some simple tutorial/samples like an android app where you have to type a message and it will show on the java application in the PC when the send button is clicked.
wakkana12 said:
Hi all,
Im new in this forum and just wanna ask for some help on where can i find a simple tutorial or a sample project of an android application that can communicate with a java application on a PC.
im thinking via wifi.. also i got some knowledge in java programming and right now im starting to learn more about android development.
some simple tutorial/samples like an android app where you have to type a message and it will show on the java application in the PC when the send button is clicked.
Click to expand...
Click to collapse
You probably want to check out Google App Engine and their Cloud Messaging and datastore features.
It would be better than WiFi or Bluetooth as you could be the other side of the world.....

Categories

Resources