Results 1 to 3 of 3
Thread: Java and Android App's.
- 06-22-2012, 08:13 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 5
- Rep Power
- 0
Java and Android App's.
hi evryone,
i was wondering if someone could give me a hint regarding android apps.
my goal in trying to understand java was to make smartphone apps.
now ive bin into the book for about a week but i get the feeling that java coding /structure
is completely different then making an app.
im pretty much 50% into the book itself and i still cant seem to understand on how to start an app even tough eclips does start a hellow world app on its own with no effort on my end.
i was actually hoping i'de be able to understand how to expand etc in some degree by now.
on the other hand in the java application/project i seem to find my way around alot easyer.
even build my own java assistent (fast browsing all methodes etc + info wich ive learned so far)
so my question is am i doing something wrong/missing something?
why so many changes to get the same result like the following.
why does my android app have Xml (views)
and a page where i can make/edit strings?
why is the coding so different.
for example
( public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);)
while in the book i get fed the following in all examples.
"public static void main(String args[])"
how is it that i can manually place objects in the android app and let it auto code and not it java app.
im terribly sorry for the rambling but i am confused.(very!)
- 06-23-2012, 08:20 AM #2
Re: Java and Android App's.
Moved from New to Java
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 06-25-2012, 10:55 AM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
Java/Android/Php project?
By SandManTFC in forum New To JavaReplies: 0Last Post: 01-22-2012, 10:40 PM -
how to choose between two answers in android Java
By nour in forum AndroidReplies: 2Last Post: 10-05-2011, 07:59 AM -
Java android
By amandricel in forum New To JavaReplies: 0Last Post: 04-21-2011, 07:39 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks