What's new

Closed For android developer:

Status
Not open for further replies.

Rhainton11

Addict
Joined
Sep 28, 2016
Posts
68
Reaction
25
Points
90
Age
25
(Credit to owner) huehuehhe peace!

Good Day!
This is an ANDROID Developing or Programming Tutorial.. Have Fun

I'm Not a professional so please do correct my mistakes

THE TUTORIAL IS 100% FREE!! SIMPLE THANKS MIGHT BE ENOUGH!

What is ANDROID?
go here: http://m.phcorner.org.ph/index.php?topic=164500.0;imode

What App Should I Used?
A. If you have a PC at Home you will need an application called ECLIPSE.
B. If you don't have a PC at home, then use your android phone. Yes your Android Phone! Use an app called AIDE.
Go here: http://m.phcorner.org.ph/index.php?topic=333811.0;imode


You will definitely have a hard time understanding this if you don't have any programming experience. This Books might be useful. Take Some time to read this.

Go Here:
http://m.phcorner.org.ph/index.php?topic=273921.0;imode
Quote:>>>>Ok in this Tutorial I will train you on how to make an Android Project.

Using Eclipse
1. Open Ecllipse.
2. Right Click , Choose New > Other > Android folder > Android App Project.
3. Name Your App For Example "MyFirstApp".
4. Click next until finish. Done

Using AIDE
1. Open AIDE
2. Tap Menu ON the upper-left side.
3. Choose For Experts> Tap Create new Project here.. >New App
4. Name Your App For Example "MyFirstApp".
5. Done.
<<<<

As you can see. There are many folders created inside your project. I will post a definition of the folders.

Quote:>>>>SRC folder :
Ito ang naghahawak ng mga *.class files ng application mo.
<<<<
Quote:>>>>GEN :
Naglalaman ng "2 Auto Generated Folders". SHOULDN'T BE TOUCHED!!.
> BuildConfig.java - The basic configuration file.
> R.java - It provides access to resources in you App. Each resource has an especific identity.
<<<<
Quote:>>>>ASSETS :
Naglalaman ng mga text files at ng iba pang mga data files na kelangan o gagamitin ng app.
<<<<
Quote:>>>>LIBS :
(Library) Naglalaman ng file na "android.support-v4"
> android.support-v4 is the Android API that allows us to use newest API.
<<<<
Quote:>>>>RES :
Sa loob nito may makikita tayong mga folders na drawable blah..blah.. Sa mga folder na yan nakalagay yung mga images na gusto mong gamitin example is yung (ic_launcher.png) icon ng app. Kung mapapansin mo iba-iba ang resolution nung icon. Oo. Dahil hindi naman magkakatulad ang mga resolution ng ating mga phones o tablet.
Quote:>>>>RECOMMENDED SIZE NG ICONS. (in dp format)
xlarge(xhdpi) - 960dp x 720dp
large - 640dp x 480dp
normal - 470dp x 320
<<<<
Sa loob ng RES may layout folder. Eto naman yung nag dedefine sa UI (User Interface) by editing the activity_main.xml.
Quote:>>>>FOUR KINDS OF LAYOUTS :

RelativeLayout
Makes elements relative to other elements by the word itself

LinearLayout
Align all elements in one direction (horizontally or vertically) .

GridLayout
Lay out elements in a series of rows and columns.

FrameLayout
Frames Elements.
<<<<
Quote:>>>>BIN :
Contains files built by ADT.
> Makikita mo rin dito yung mismong installer ng app mo which is *.apk . APK ang file format ng mga app na maari nating ma install sa Android. APK stands for Application Package File) .
<<<<
Quote:>>>>AndroidManifest.xml (its a file)
Defines the APP NAME, APP ICON, ACTIVITY USED, PERMISSION THAT MAY REQUIRED, and "android.intent.action.MAIN" eto yung magsisilbing entry point ng app.
<<<<


THIS IS JUST AN EXPLANATION. REAL TUTORIAL TO BE FOLLOWED





Keywords:
Android programming, android, java programming, java., how to, how to make android app , android app, eclipse, Aide, programming
<<<<
List of Tutorials
Page 1
*Table Layout
--
Page 2
* Run your Android Project to your Phone
* Debug your Android App
* Export your Android Application (APK)
--
Page 3
*Simple Input and output
--
Page 4
* Log in Sample (two xml)
Quote:>>>>

Video Tutorials (RECOMMENDED)

1. Beginners to Advance by TheNewBoston (YøùTùbé)
-------------
2. Android Development Tutorial Basic2Advance By Derek Banas (YøùTùbé)
<<<<
 
Status
Not open for further replies.
Back
Top