Page 1 of 22 123411 ... LastLast
Results 1 to 12 of 262

Thread: Android App Development - Part 1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    AwaisKing's Avatar
    AwaisKing is offline Senior Member+
    Last Online
    24th January 2021 @ 03:02 PM
    Join Date
    31 Mar 2012
    Age
    25
    Gender
    Male
    Posts
    857
    Threads
    44
    Credits
    1,146
    Thanked
    105

    Talking Android App Development - Part 1


    Assalam-o-alaikum!

    Kaise hain sab?
    Sab theek hi honge.


    Aaj main aap sab ko Android ki applications ko develop karna sikhaunga.


    Requirements:
    1. SDK with ADT Bundle (Download here: http://developer.android.com/sdk/index.html)
    2. And a little knowledge to Java development


    Here is basic information about Android:
    Q.1: Android kia hai?
    Android Linux-base operating system hai, jo touchscreen mobile devices jaise smartphones aur tablet computers ke liye bani hai.
    Q.2: Android SDK kia hai?
    Q.2(a): What is SDK
    SDK ka full form Software Development Kit hai. Is ke through aap kisi operating system ke liye softwares bana sakte hain.
    Q.2(b): [I]What is Android SDK[/]
    Android SDK ke through aap Android operating system ke liye nayi applications bana sakte hain. Android applications aam tor par Java main banai jati hain, lekin ab Android applications doosri languages main bhi banai ja sakti hain (like Python, C, C++, C#, Perl, etc)

    Ab start karte hain
    Sab se pahle aap Eclipse ko open karen. Phir neeche diye hoe steps ko follow kijiye:

    1: File option par click kijiye -> ]New.
    2: Phir Android Application Project par click kijiye.

    1: Yahan 'Application Name' dijiye, ye install karne ke baad Launcher main show hoga
    2: Yahan 'Project Name' dijiye, ye Eclipse ke Project Explorer main show hoga.
    3: Yahan 'Package Name' dijiye, ye APK file ka package name hai isi se us ki pachan hogi.

    Is step main aap Next button par click kijiye.

    Aap chahen to apni custom icon bhi set kar sakte hain (only PNG files are supported), is ke liye aap Browse button par click kijiye.
    Phir aap Next button par click kijiye.

    1: Pahle aap Create Activity ko check karden.
    2: Phir Blank Activity select kijiye.
    3: Phir Next button par click kijiye.

    Continues to PART 2
    Last edited by AwaisKing; 23rd June 2013 at 07:11 AM.
    No more posting on forums, Facebook and WhatsApp only.

  2. #2
    AwaisKing's Avatar
    AwaisKing is offline Senior Member+
    Last Online
    24th January 2021 @ 03:02 PM
    Join Date
    31 Mar 2012
    Age
    25
    Gender
    Male
    Posts
    857
    Threads
    44
    Credits
    1,146
    Thanked
    105

    Default Android App Development - Part 2


    1: Yahan 'Activity Name(Class Name)' set kijiye.
    2: Yahan 'Layout File Name' set kijiye.
    3: Phir Next button par click kijiye.

    1: Ye aap ka Activity Name(Class Name) hai, jo hum ne pichhle step main set kia tha.
    2: Ye aap ka Layout File Name hai, jo hum ne pichhle step main set kia tha.

    Yahan maine 3 Buttons aur 1 TextView(Label) add kardi hain, jin ki Layout IDs, Right side ke panel main dekh sakte hain.
    Main 'Change Text' button ka tutorial bata raha hoon, ke kaise hum kisi TextView(Label) ka Text change kar sakte hain.

    Is step main maine Activity Class File khola hai, aur us main kuch code lines likhi hain.
    Yahan onCreate(Bundle savedInstanceState) action hai, ke jab Application show ho to ye bhi show ho jae.
    And setContentView(R.layout.main_layout) means, ye CLASS file main_layout se connected hai.

    Yahan aap dekh sakte hain ke pahle main import android.widget.* likha hai, ye elements ke actions ko CLASS file se connect kar deta hai.
    Ab neeche main 'Button btnChangeText = (Button) findViewById(R.id.button1)' likha hai, aap us ki information image main dekh sakte hain.

    Yahan aap dekh sakte hain, ke main textView1 ki ID ko txtChangeText se conect kia hai.
    Jaisa ki aap image main dekh sakte hain, kaise textView1 ka text change karte hain.

    Phir usko Run kijiye (Hotkey: CTRL+F11)
    1: Android Application ko select kijiye.
    2: OK button par click kijiye.

    Continues to PART 3

  3. #3
    AwaisKing's Avatar
    AwaisKing is offline Senior Member+
    Last Online
    24th January 2021 @ 03:02 PM
    Join Date
    31 Mar 2012
    Age
    25
    Gender
    Male
    Posts
    857
    Threads
    44
    Credits
    1,146
    Thanked
    105

    Default Android App Development - Part 3


    1: Yes par click kijiye.
    2: Phir aik dialogue show hoga jahan aap ko New button par click karna hai.

    Aap apne hisab se yahan settings kar sakte hain, uske baad OK par click kijiye.
    Phir se usko Run kijiye (Hotkey: CTRL+F11)

    Phir aap ki application aik Android Emulator main kuch der ke baad open ho jae gi.
    Test karne ke liye aap Change Text button par click kar ke check kar sakte hain.


    Before clicking Change Text button:

    Before clicking Change Text button:

  4. #4
    wiqihashmi's Avatar
    wiqihashmi is offline Junior Member
    Last Online
    19th October 2016 @ 07:47 PM
    Join Date
    06 Jan 2014
    Age
    30
    Gender
    Male
    Posts
    2
    Threads
    0
    Credits
    802
    Thanked
    0

    Default

    The title pretty much says it all, I've completely wiped the operating system off of my phone. There is nothing left, absolutely no data or anything. I was much too hasty and irresponsible, and I fear for the worst. I know before installing a ROM you have to wipe your phone, well... I hit advanced wipe and within that I hit "system", went ahead and wiped. There's nothing left on my phone my phone and there are no ROMs on my SD card. I had backed up my phone before wiping but when I wiped that was also deleted. So, what do I do? Is there any hope left for me or am I just completely screwed? The phone is less than a month old.

  5. #5
    cute.pro is offline Junior Member
    Last Online
    23rd June 2015 @ 01:35 PM
    Join Date
    23 Jun 2015
    Gender
    Female
    Posts
    1
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Assalamualaikum.....
    Excuse me.......
    mery pas is part ki koi image show nhe horhi he...

  6. #6
    Waqqas Ahmad is offline Junior Member
    Last Online
    15th February 2016 @ 08:56 PM
    Join Date
    14 Feb 2016
    Location
    mardan
    Gender
    Male
    Posts
    3
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Assalam-o-Alaikom
    im new here, bhai jaan apka ye post padha me bth achah laga, apne bht balaghat k sath tashreeh ki h iski par apki is post pr apne jo pic di h wo mujhe show nhi horahe hain isliye toda sa prob hora h muje help me plz sir

  7. #7
    Waqqas Ahmad is offline Junior Member
    Last Online
    15th February 2016 @ 08:56 PM
    Join Date
    14 Feb 2016
    Location
    mardan
    Gender
    Male
    Posts
    3
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    walaikom assalam apke rules me padhraha hun abi magr muje ik problm ari h k me ye threads or roman samjh na paraha hun k threads urdu roman urdu eng ye zaara ap muje samjha dijiay to apki badhi mehrubani hogi sir plz help

  8. #8
    Zahidzirs is offline Junior Member
    Last Online
    30th September 2016 @ 07:45 AM
    Join Date
    17 Sep 2016
    Age
    37
    Gender
    Male
    Posts
    1
    Threads
    0
    Credits
    125
    Thanked
    0

    Default

    السلام و علیکم ورحمتہ اللہ وبرکاتہ
    محترم اللہ تعالیٰ آپ کی محنت کو قبول منظور فرمائے اور علم و عمل میں اضافہ نصیب فرمائے۔
    محترم میرے پاس فوٹوز نمودار نہیں ہو رہیں کیا مسئلہ ہو سکتا ہے؟

  9. #9
    peglalerka is offline Junior Member
    Last Online
    16th May 2017 @ 11:56 AM
    Join Date
    18 Mar 2009
    Posts
    2
    Threads
    0
    Credits
    16
    Thanked
    0

    Default More Parts

    Dear Awais,
    How are you? Maine ap k android tutorial wali posts dekhin but us main sirf 3 tutorials hain. Kia ap mujhay baqi tutorials send ker sktay hain as pdf file ya jaisay bhi ap ko easy ho?

    Regards

    Wajid Naeem Malik
    03135646462

  10. #10
    sheryshafi's Avatar
    sheryshafi is offline Senior Member
    Last Online
    23rd January 2018 @ 05:53 PM
    Join Date
    06 Sep 2012
    Age
    29
    Gender
    Male
    Posts
    2,404
    Threads
    136
    Credits
    3,816
    Thanked
    95

    Default

    nice but dear eclips khaha n dear

  11. #11
    AwaisKing's Avatar
    AwaisKing is offline Senior Member+
    Last Online
    24th January 2021 @ 03:02 PM
    Join Date
    31 Mar 2012
    Age
    25
    Gender
    Male
    Posts
    857
    Threads
    44
    Credits
    1,146
    Thanked
    105

    Default

    Quote sheryshafi said: View Post
    nice but dear eclips khaha n dear
    aap yahan se download karen:
    http://developer.android.com/sdk/index.html

    (or) Direct links:
    32-bit: https://dl.google.com/android/adt/ad...6-20130522.zip
    64-bit: https://dl.google.com/android/adt/ad...4-20130522.zip

  12. #12
    Ab Rehman is offline Senior Member+
    Last Online
    1st May 2023 @ 11:01 PM
    Join Date
    21 Nov 2014
    Location
    Digri Sindh
    Gender
    Male
    Posts
    267
    Threads
    69
    Credits
    1,985
    Thanked
    39

    Default

    Bhai jo Direct Links hain wo 400+ MB k hain . but dusry Link se 1.6+GB ka hai. inka thora gaid kr dain

Page 1 of 22 123411 ... LastLast

Similar Threads

  1. My Collection (No Rapidshare Links)
    By rebble_c in forum PC Games
    Replies: 802
    Last Post: 14th July 2017, 02:32 PM
  2. Replies: 76
    Last Post: 18th July 2016, 11:57 AM
  3. ~**~ My Favourite Games Collection ~**~
    By Dagger in forum PC Games
    Replies: 152
    Last Post: 6th August 2014, 07:23 PM
  4. Android....History and Development Review
    By Ijaz Farooq in forum Android Zone
    Replies: 77
    Last Post: 15th May 2013, 09:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •