Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,239 members, 7,818,814 topics. Date: Monday, 06 May 2024 at 05:32 AM

Learn How To Develop Android Apps With Your Android Phone - Phones (7) - Nairaland

Nairaland Forum / Science/Technology / Phones / Learn How To Develop Android Apps With Your Android Phone (19865 Views)

Learn To Develop Android & Ios Apps Without Writing Codes(free Tutorial) / How To Lock Apps With Fingerprint On Any Infinix Phone Running Android 7 Nougat / How To Lock Your Apps With Password Or Fingerprint On Infinix XUI 2.0 (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply) (Go Down)

Re: Learn How To Develop Android Apps With Your Android Phone by Toluene15: 3:08am On Jul 16, 2016
DavidTheGeek:
I've posted that already. Check my previous posts.
Done.
Re: Learn How To Develop Android Apps With Your Android Phone by folks4luv(f): 9:02am On Jul 16, 2016
so it happens that I was outta mb for some days and now I feel lost. so sad
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 10:45am On Jul 16, 2016
folks4luv:
so it happens that I was outta mb for some days and now I feel lost. so sad
Hehehe my front row student you're back. Oya read previous posts and get to work. Ask questions if you need help.
Re: Learn How To Develop Android Apps With Your Android Phone by folks4luv(f): 11:13am On Jul 16, 2016
DavidTheGeek:

Hehehe my front row student you're back. Oya read previous posts and get to work. Ask questions if you need help.
kinda not easy again ni. but will try n start from the previous lesson.
Re: Learn How To Develop Android Apps With Your Android Phone by jworos(m): 6:02pm On Jul 16, 2016
Nice tutorials bro, I just downloaded the cracked version of Aide and all the tutorials inside are complete, it's pretty cool.kudos to the Op.
Re: Learn How To Develop Android Apps With Your Android Phone by Rashelany: 1:00am On Jul 17, 2016
ok in
Re: Learn How To Develop Android Apps With Your Android Phone by Emmysky(m): 5:58am On Jul 17, 2016
this is just awesome
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 8:22am On Jul 17, 2016
jworos:
Nice tutorials bro, I just downloaded the cracked version of Aide and all the tutorials inside are complete, it's pretty cool.kudos to the Op.
Haven't heard of a cracked version. I'll try and get it. Does it by pass the restriction of saving "big" projects?

You welcome bro.
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 8:23am On Jul 17, 2016
Rashelany:
ok in
Welcome. Start from 1st page.
Re: Learn How To Develop Android Apps With Your Android Phone by jworos(m): 9:11am On Jul 17, 2016
DavidTheGeek:

Haven't heard of a cracked version. I'll try and get it. Does it by pass the restriction of saving "big" projects?

You welcome bro.
i don't know about saving big projects yet though, but it's going pretty well so far, via the inApp tutorials.
Re: Learn How To Develop Android Apps With Your Android Phone by Nobody: 11:58am On Jul 17, 2016
An in for this
Re: Learn How To Develop Android Apps With Your Android Phone by phensbassey: 12:36pm On Jul 20, 2016
DavidTheGeek:
MOVING ON.... BUTTON
We're still working on our app.

Button

A Button is a Push-button which can be pressed, or clicked, by the user to. perform an action.

Attributes
The following are the important attributes related to Button control. You can check Android official documentation for
complete list of attributes.

* android:text - This is the Text to display.
android:text="Click Me"

* android:id - This supplies an identifier name for this view
eg android:id="@+id/button1"

* android:onClick - This is the name of the method in this View's context to invoke when the view is clicked.
eg android:onClick="showToast"

There are 2 ways to respond to a button click.

1. Using the Button onClick attribute
2. Registering an onClick Event listener

Lets use the Option 1 first...
To respond to button clicks using onClick attribute, you need to create a method in your activity (in this case MainActivity.java) and then invoke it in your Button



public void showToast(View v)

showToast is the name i chose to call the method i created. You can name it anything you like.


In your main.xml, add onClick attribute and invoke the method:

android:onClick="showToast"

**********

Click menu and Run.

Open your app and click the button. A toast message should appear.
here is my screenshot pls what did I do wrong?

Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 1:16pm On Jul 22, 2016
phensbassey:
here is my screenshot pls what did I do wrong?
Arrange the codes properly. Those line breaks shouldn't be there.
Re: Learn How To Develop Android Apps With Your Android Phone by phensbassey: 3:46pm On Jul 22, 2016
DavidTheGeek:

Arrange the codes properly. Those line breaks shouldn't be there.
can I see a screenshot?
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 9:30pm On Jul 22, 2016
phensbassey:
can I see a screenshot?
Here...

Re: Learn How To Develop Android Apps With Your Android Phone by Rashelany: 12:43pm On Jul 24, 2016
op abeg help me.. Mine is not working its saying....

Re: Learn How To Develop Android Apps With Your Android Phone by NicolasTfile: 1:07am On Jul 27, 2016
jworos:
Nice tutorials bro, I just downloaded the cracked version of Aide and all the tutorials inside are complete, it's pretty cool.kudos to the Op.

which site did you download d cracked version frm??...would like to download it
Re: Learn How To Develop Android Apps With Your Android Phone by jworos(m): 12:10pm On Jul 27, 2016
NicolasTfile:


which site did you download d cracked version frm??...would like to download it
http://dl.apkhome.org/2016/1/AIDE%20Premium%20-%20IDE%20for%20Android%20Java%20C++%20v3.2.2%20_ed.apk
Re: Learn How To Develop Android Apps With Your Android Phone by TUtorbook: 6:39pm On Jul 27, 2016
I'm fully in
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 7:52pm On Jul 27, 2016
TUtorbook:
I'm fully in
Welcome. Start from the first page

1 Like

Re: Learn How To Develop Android Apps With Your Android Phone by phensbassey: 10:24pm On Jul 27, 2016
DavidTheGeek:

Here...
thanks it worked, but after installation my app keeps telling me: unfortunately my app has stopped.. no error pls help
Re: Learn How To Develop Android Apps With Your Android Phone by mansaif21: 10:46pm On Jul 27, 2016
Thanks for your tireless effort to make us enlighten
Re: Learn How To Develop Android Apps With Your Android Phone by orimogunje52: 11:43pm On Jul 27, 2016
pls am just joining dis thread pls anyone with d aide apk can share me through Wahtsap my number 08145766789
Re: Learn How To Develop Android Apps With Your Android Phone by mattmogan88: 12:20pm On Jul 28, 2016
mehn!!!
Re: Learn How To Develop Android Apps With Your Android Phone by mattmogan88: 12:21pm On Jul 28, 2016
I hope derz still a space 4 me, abeg make una start d lecture
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 12:28pm On Jul 28, 2016
phensbassey:
thanks it worked, but after installation my app keeps telling me: unfortunately my app has stopped.. no error pls help
Hmmm try this... In AIDE, click menu and select "Refresh Build" from the listed options.
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 12:30pm On Jul 28, 2016
mansaif21:
Thanks for your tireless effort to make us enlighten
cheesy You're welcome sir

1 Like

Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 12:31pm On Jul 28, 2016
orimogunje52:
pls am just joining dis thread pls anyone with d aide apk can share me through Wahtsap my number 08145766789
You can download AIDE from Playstore
Re: Learn How To Develop Android Apps With Your Android Phone by DavidTheGeek: 12:35pm On Jul 28, 2016
mattmogan88:
I hope derz still a space 4 me, abeg make una start d lecture
Check the back, i think there's one or two empty seats left there. cheesy

Start from the 1st page, get the tool and get to work. Drop questions if you have any.
Re: Learn How To Develop Android Apps With Your Android Phone by TUtorbook: 2:47pm On Jul 28, 2016
DavidTheGeek:

Welcome. Start from the first page
Chaii!!! 6 Pages after!! ..

Hope say i no go carry last for d exam
Re: Learn How To Develop Android Apps With Your Android Phone by mansaif21: 5:51pm On Jul 28, 2016
Oga David what of if i want create many bottoms?

(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply)

Internet Users : Nigeria Ranked #1 In Africa , #10 In The World / Etisalat Sues MTN Over Visafone Acquisition / Between Infinix And Tecno Phones Which Is Better

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 23
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.