What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

What should I know in order to write apps?

mbit

New Member
Hi,
So all I know at the moment is to download apps from the market.
But I want to know how to write my own app.... So what's should I know ? SQL, Java ? Something else ?
Thank you.

Sent from my ADR6400L using DroidForums
 
Java, xml sql i guess occasionally but not really needed for all apps java is the main one you need. Eclipse has a nice android plugin that helps a lot so i recommend you get that as well
 
Yea just search google you'll find everything you need i learned everything from there i've never had a computer class in my life i'm actually a finance major :) as long as you enjoy doing it you'll learn it easily
 
"Hello Android" and "Hello World" would be a good start if you don't already know. The are tutorial/introduction books. I downloaded .pdf's off the web but hard copies aren't that expensive. Its just a pain with pdf's if you're not working on dual screens. Hope this helps get you going.
 
Here are some links as well that were helpful to me

Licensing the apps check google for the library you will need that that and this is a little confusing actually but it protects against piracy if you have paid apps
http://www.droidforums.net/forum/an...se-easy-implementation-protect-your-apps.html

List of open source apps (to see what others are doing and good place for sample code)
List of open source Android applications - Wikipedia, the free encyclopedia

List views (Common setup)
List View | Android Developers

Switching between activities
Switching between Activities (screens...) in Android

Simple progess dialogs
Android Series: Download files with Progress Dialog | Software Passion

Unzipping files
Unzipping Files with Android (Programmatically)

List view under tabs
Android ListView Under a TabView « Behestee’s Blog

Keeping activities from restarting on rotation
Activity restart on rotation Android - Stack Overflow

Preferences (important)
Android Preferences | Kaloer.com

Dialogs (important)
Dialog | Android Developers

Hope these help
 
Here are some links as well that were helpful to me

Licensing the apps check google for the library you will need that that and this is a little confusing actually but it protects against piracy if you have paid apps
http://www.droidforums.net/forum/an...se-easy-implementation-protect-your-apps.html

List of open source apps (to see what others are doing and good place for sample code)
List of open source Android applications - Wikipedia, the free encyclopedia

List views (Common setup)
List View | Android Developers

Switching between activities
Switching between Activities (screens...) in Android

Simple progess dialogs
Android Series: Download files with Progress Dialog | Software Passion

Unzipping files
Unzipping Files with Android (Programmatically)

List view under tabs
Android ListView Under a TabView « Behestee’s Blog

Keeping activities from restarting on rotation
Activity restart on rotation Android - Stack Overflow

Preferences (important)
Android Preferences | Kaloer.com

Dialogs (important)
Dialog | Android Developers

Hope these help

WOW!!!!
Thanks!!!
 
Back
Top