Related
Hi all,
I created this thread to collect informations, suggestions and links for who want to start learning developing android applications, whitout being an expert developer.
I like programming (vb6, vb.net ) but I don't know anything about android and linux, and just a little about java... Now I bought an Hero and I met android world... I downladed Eclipse IDE, Android SDK and I starded with dev guide on SDK... I just take a look to helloandorid application... it works! and now? In the xml layout seems easy to add View like buttons or text... but how can I handle to the user actions like the button click? in vb is simple to manage the buttonpressed event...!
If someone knows some simple guides about java, eclipse and android, please let links on this thread!
Thank you!
This one's awesome for learning how to create widgets:
http://nm-blog.sanid.com/wp-content/uploads/2009/07/android_howto-hellowidget.pdf
here are some other resources you could easily find by using google search:
http://www.helloandroid.com/tutorials
http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/
http://www.anddev.org/index.php
Other than that, just start from the simplest Hello World -examples on Google's own Android site.
I'm going to start leurning Android programming
If ill find nice links i will post them here. Is there btw a way to program inside visual studio? Cuz all tutorials on the net are using eclipse.
You'll need to use Eclipse to my knowledge as its all Java based. The other alternatives are the IntelliJ plugin and doing it all from Command line/Text Editor.
Back to the Topic, I'm just trying my hand at a little Android development this week too, the tutorials and manuals at developer.android.com have been great!
Another thing, while I remember, if you've done any sort of .NET/ASP.NET development before you should find it a breeze, apart from the lack of Visual Studio (best IDE that ever was), they're VERY similar compared to some other languages/technologies I've used.
HeY Furios, Im new to android dev also, so if you don't mind, I would like to follow you and share any info I find with you and to whom ever else would like any info...Thanx
SDK 2.1
Hi Guys,
I went onto the SE developer site and got he x10 SDK, but it only gives me the choice for a 1.6 virtual Machine. Is there another place that I have to go to get the SDK for 2.1?
Thanks.
It would be cool to learn how to develop roms as well...or is that much deeper?
Well guy's start here on this thread first >>>http://forum.xda-developers.com/showthread.php?t=667298
Made me think
need minor help!
im actually developing a few games, but im running into some seemingly basic issues, that i seem i cannot get to work. basically a button mash game, single/multi player, well on multi player i cannot for my life get the multi player functions to work, as in in the end the game already knows who the winner is based on an integer score, then it is supposed to use an sqlite database to take the highest scored player such as P1 or P2 and allow them to input there name to be permanently displayed. it cannot seem to differentiate using IF statements, but the feature does work with single player flawlessly, i may link source code if asked, TY
Hi,
I am new to android and wanted to know of there are any sites, resources and tutorials to get started with developing android apps. I have downloaded all the tools and have played around with the samples and created my hello world app.
I have no previous experience with Java or programming apart from a little Qbasic and html knowledge but I am very technical and would love to start learning.
Also anyone who has some advice about how long it might take to become comfortable with Android would be helpful.
Any help much appreciated
Since you have no java experience, might want to try signing up for access to Google App Inventor to start with.
In the meantime, your best bet is to buy a book on general java programming, since most Android development books assume a basic knowledge of Java.
Regards,
Dave
foxmeister said:
Since you have no java experience, might want to try signing up for access to Google App Inventor to start with.
In the meantime, your best bet is to buy a book on general java programming, since most Android development books assume a basic knowledge of Java.
Regards,
Dave
Click to expand...
Click to collapse
Thanks Dave Much appreciated
I've not seriously programmed since I was 10-12 years old and Peek'd/Poke'd my way through in BASIC on my C=64. I'm wanting to create an app to use on my phone and even release into Marketplace for others. It's a general Ballistics program. I've noticed there is nothing out there that I can find for the hobby or competitive shooter. If someone else wants to take up the challenge, please feel free. But, if not, I'd be willing to do one if I can find the programs to help with this. Also, does anyone have any books or other sites that will explain the programing languages needed to make a current (Mango) compatible app.
Thanks
JTMcD.
If you know a website with rss feed, you can try FollowMyFeed
http://www.followmyfeed.net/en-us
"FollowMyFeed allows you to quickly create your Windows Phone 7 application for free without any technical knowledge.
Let us guide you through a simple interface for creating an application to your image..."
Do a seach for "Windows Phone touch studio", maybe this is something fou you.
regards,
hannes
similar feed based builder
http://www.appmakr.com/wp7/dev/
Are there any non feed based application builder websites?
App Developement Material
dr_strangetrick said:
Are there any non feed based application builder websites?
Click to expand...
Click to collapse
I'm with you!
I don't want to create a feed based app either, mine is strictly texted based with a search feature. Not quite as easy as it looks
I've spent all day looking at the attached document. It's a small tutorial on WP development.
https://skydrive.live.com/redir.aspx?cid=5e027ee2f1553790&resid=5E027EE2F1553790!419&parid=root
Thangs Zigg, good bedtime reading
hello forum people, well basically it’s like the Tittle says, I am currently developing a application that can save GeoLocations, then view them in augmented reality, it’s a school project and i wanted to see if someone else had developed something similar With "Windows phone 7" I’ve been searching allot of examples and stuff to get the main idea, but still not much luck, there are lots of good Android apps (like the ones I’d like to find) to guide myself in developing this app.
Project description.
-Must save geolocations with a desktop application developed in C# with visual Studio 2010.
-Augmented Reality app developed with Visual Studio (WP7), must display the text in the Geolocation with a short description.
little example.
Save a geolocation of a building, in that building there will be a meeting at 8:00 PM, the augmented reality app must show the building, the distance in Meters and the meeting description.
If someone knows of a similar project, or likes the idea post your comments, this is mainly for help, I am a bit stuck in my developing.
Actually I’ve been just testing different types of augmented reality apps and codes.
What about Nokia City Lens?
I cant try this app yet, because in mexico is not yet released. but could be a good Example, cant view the code thou.. =(
rafa8595 said:
I cant try this app yet, because in mexico is not yet released. but could be a good Example, cant view the code thou.. =(
Click to expand...
Click to collapse
I'm from Mexico, you can "suscribe" to Nokia Beta Labs (betalabs.nokia.com) and you can get the app.
Sorry if you want some code, it is a Nokia closed project.
rafa8595 said:
hello forum people, well basically it’s like the Tittle says, I am currently developing a application that can save GeoLocations, then view them in augmented reality, it’s a school project and i wanted to see if someone else had developed something similar With "Windows phone 7" I’ve been searching allot of examples and stuff to get the main idea, but still not much luck, there are lots of good Android apps (like the ones I’d like to find) to guide myself in developing this app.
Project description.
-Must save geolocations with a desktop application developed in C# with visual Studio 2010.
-Augmented Reality app developed with Visual Studio (WP7), must display the text in the Geolocation with a short description.
little example.
Save a geolocation of a building, in that building there will be a meeting at 8:00 PM, the augmented reality app must show the building, the distance in Meters and the meeting description.
If someone knows of a similar project, or likes the idea post your comments, this is mainly for help, I am a bit stuck in my developing.
Actually I’ve been just testing different types of augmented reality apps and codes.
Click to expand...
Click to collapse
I can refer you to a little app that the company i am working with, ARLab, developed thanks to our SDKs, it's called ARPicBrowser. It's a bit similar to what you're talking about. It's not the same but it could bring you some insight. It is also open source, which is why i thought it would help you out. Here you can access the source code. By the way, if you're interested in augmented reality development you can check out our SDKs. You might find them useful.
Thanks!
Right now im at school, with the school Desktop PCs I can't test the code, but when i arrived home i will check on this, Thank you.
I just glanced the links you posted, is this only available to IOS & Android? no WP7 support?
rafa8595 said:
Right now im at school, with the school Desktop PCs I can't test the code, but when i arrived home i will check on this, Thank you.
I just glanced the links you posted, is this only available to IOS & Android? no WP7 support?
Click to expand...
Click to collapse
Well, this is indeed an android forum XD but in any case, we do not have WP7 support now. It is in our roadmap but we don't have neither a release date nor anything too well planned about it as yet. Sorry
Yelamos said:
Well, this is indeed an android forum XD but in any case, we do not have WP7 support now. It is in our roadmap but we don't have neither a release date nor anything too well planned about it as yet. Sorry
Click to expand...
Click to collapse
too bad i thought it had WP7 support because you posted it here, and here is suposed to be the Wp7 Soft Dev place.
Thanks anyway =).
I'm called for a job interview this Monday. They need someone to port some programs children play with on the web to Android. It's educational software that looks accessible to children.
My only experience with porting is working with Unity and going back and forth from PC to my Android phones. My problem is I don't know how porting is done exactly.
Let's say I want to port a Java program to Android. Do I have to create a layer of coding around the original Java source code and make it work with Android? Or is it just modifying the original source code to fit the new platform?
I searched multiple forums and countless google searches. I'm going insane. Please help me!
Thank you! :laugh:
Well I guess it depends. Unless you are using a cross-platform framework (e.g. Xamarin), then it would involve re-writing the code in Java.
If you already have some Java back end code (e.g. some servlet implementation), then I would just create an interface to this module and leave it as it is. No point in rewriting working code in a language that already runs on Android (unless your one of these people who can't help themselves and has to refactor everything to death).
i dont think there is much for u to do, if the games are web based, just build a laucher that links to the games, otherwise look for similar games in android version and install them as a package on all phones.
Sent from my U8150 using xda app-developers app