Joshua3's Posts
Nairaland Forum › Joshua3's Profile › Joshua3's Posts
1 2 (of 2 pages)
Computer science nko? |
Any Computer Science Admission? |
Any Admission from Department of Technology? |
one confirmed admission given from jamb site, pray and check !!! |
Adidas:I don't think its necessary, its just to assure that your documents; submitted to Jamb, gets to OAU. So instead of Jamb taking it there, you take it there. If all goes the way it should be taken to OAU by Jamb. |
tundeks:I sent those guys a mail like last 2 weeks, no reply!! |
hello, ife is writing exams for 1st semester now, second semester is still there, can the list still come out as soon as you say? |
goto www.creativenaija.tumblr.com and check out my works |
goto www.creativenaija.tumblr.com and check out my works |
Feel free to delete all of these, so that we can start clean. |
In your new project, click on the res folder that displays under your project in the project explorer. you should see another folder named layout. This is where all your screen views will be stored ie what ever your application is going to show on the screen will be built there. you should have by defaul activity_main.xml or main.xml already auto generated for you. open this file by clicking on it. it should open up a window with codes already on it. It should look something like <?xml version="1.0" encoding="utf-8"> <LinearLayout android:layout_width="match_parent" ....... <TextView <android:layout_width="fill_parent" ........ ></TextView> ></LinearLayout> |
As every other programming tutorial, anywhere in the world, the program you get to write first is the one, to print "Hello World" Putting in mind the two segments i talked about earlier, java and xml we get to start off with the xml. |
I'll be putting things up here as i also progress in my developing skills. Lets start a new android project , name it whatever you want. we'll be doing a lot of things on this one project so giving it a specific name will not be advisable. |
Please i need to know if you guys are ready to kick off. |
I want us to start the coding next. Please you need to have a basic knowledge of java before we start . but if you dont, not to worry i'll do the explanation of things as we carry on. God help us. |
Sorry for late replies, i've been quite busy lately. The benefits of android that i see, especially in Nigeria is uniqueness, android is not very common here, so if one can develop him/herself in it, it would really serve the person right. and android also uses java, so in directly, you get more exposure to java. |
@haneefsoft , we would really like that. Your help and contributions are most welcome. |
Each of those folders have their specific use in the project. you should not delete a folder because you might need it, or it might already have been referenced to in one of the auto-generated codes. Note that you are allowed to create new folders. the new folder should have its own name, different from an existing one |
if you click on the little arrow beside the folder, you will open it up and view other folders in it. All these folders can be accessed from your windows explorer(your system and not in eclipse) The folder show this way
|
this is how the project explorer appears
|
sorry for the late reply i'm back to by hotspot. was away for a while. |
What exertly is not letting you download it, so i can see how i can help. |
i use eclipse indigo . you only need one ide. just try and follow the steps you should get it once |
open a new android project on eclipse goto new scroll to others(last option) goto android click on project it automatically opens a new project for you. when you go on your eclipse page, it shows the name of your project on the right. in case this doesn't show up, goto the window tab on your menu bar (not microsoft windows) click on it , it brings a set of options click on the "show view" option then click on project explorer. |
Lets start ......... Any application or software has two major parts. 1 its GUI components(How it looks) and 2 its functionality part(What it does) The GUI component of android is done with xml The functionality part is written in java. |
Hello guys, i'm already going quite far in my tutorials. i need people who are ready to, lets start fast. |
Wow!! please i would really like that. could you give me the name of a few of your apps , so i could check it out. @gsmcoder |
Now This is something in 3D. notice the Kanji dam, fct , lagos sky scrappers,crude oil.
|
I have written how to configure eclipse for android up, scroll up to see it. |
just post , if you need more asst. as for a direct link to down load, i'll check and see. |
the icon on the left is sdk manager the one on the right is virtual device manager(emulator)
|
1 2 (of 2 pages)