Page 1 of 2 12 LastLast
Results 1 to 12 of 15

Thread: Building Your First APP for Android

  1. #1
    AbdulSalam98's Avatar
    AbdulSalam98 is offline Senior Member+
    Last Online
    30th January 2016 @ 03:24 AM
    Join Date
    01 Nov 2012
    Location
    Isalambad
    Gender
    Male
    Posts
    312
    Threads
    40
    Credits
    0
    Thanked
    30

    Arrow Building Your First APP for Android

    Dear Friends Aj me Android Ki APK APP File Develop Karna Sikhaun Ga.Umeed Hy Ap ko Ye Thread Pasand Aye Ga or Pasand aye To Thanks Ka Button Zarror Dabain or Comment Kar K Replay Zarror Kren.

    Ye Apki Pehli Class Hy....


    Building Your First App
    This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.

    Before you start this class, be sure you have your development environment set up. You need to:

    1- Download the Android SDK.
    2- Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
    3- Download the latest SDK tools and platforms using the SDK Manager.

    If you haven't already done these tasks, start by downloading the Android SDK and following the install steps. Once you've finished the setup, you're ready to begin this class.

    This class uses a tutorial format that incrementally builds a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.

    Create a Project with Eclipse:


    1- Click New in the toolbar.

    2- In the window that appears, open the Android folder, select Android Application Project, and click Next.

    4- Fill in the form that appears:

    Application Name is the app name that appears to users. For this project, use "My First App."

    Project Name is the name of your project directory and the name visible in Eclipse.
    Package Name is the package namespace for your app (following the same rules as packages in the Java programming language). Your package name must be unique across all packages installed on the Android system. For this reason, it's generally best if you use a name that begins with the reverse domain name of your organization or publisher entity. For this project, you can use something like "com.example.myfirstapp." However, you cannot publish your app on Google Play using the "com.example" namespace.
    Minimum Required SDK is the lowest version of Android that your app supports, indicated using the API level. To support as many devices as possible, you should set this to the lowest version available that allows your app to provide its core feature set. If any feature of your app is possible only on newer versions of Android and it's not critical to the app's core feature set, you can enable the feature only when running on the versions that support it (as discussed in Supporting Different Platform Versions). Leave this set to the default value for this project.
    Target SDK indicates the highest version of Android (also using the API level) with which you have tested with your application.

    As new versions of Android become available, you should test your app on the new version and update this value to match the latest API level in order to take advantage of new platform features.
    Compile With is the platform version against which you will compile your app. By default, this is set to the latest version of Android available in your SDK. (It should be Android 4.1 or greater; if you don't have such a version available, you must install one using the SDK Manager). You can still build your app to support older versions, but setting the build target to the latest version allows you to enable new features and optimize your app for a great user experience on the latest devices.
    Theme specifies the Android UI style to apply for your app. You can leave this alone.

    4- On the next screen to configure the project, leave the default selections and click Next.

    5- The next screen can help you create a launcher icon for your app.

    You can customize an icon in several ways and the tool generates an icon for all screen densities. Before you publish your app, you should be sure your icon meets the specifications defined in the Iconography design guide.

    Click Next.

    6- Now you can select an activity template from which to begin building your app.

    For this project, select BlankActivity and click Next.

    7- Leave all the details for the activity in their default state and click Finish.

    Your Android project is now set up with some default files and you’re ready to begin building the app. Please Wait for Next Class.

    (An0nYm0uS b0y)

  2. #2
    Jantunio's Avatar
    Jantunio is offline Advance Member
    Last Online
    8th November 2021 @ 12:40 PM
    Join Date
    14 Jun 2009
    Age
    38
    Posts
    793
    Threads
    20
    Credits
    125
    Thanked
    51

    Default

    V good....

  3. #3
    -Ob-u- is offline Senior Member+
    Last Online
    4th February 2018 @ 07:29 PM
    Join Date
    23 Aug 2011
    Age
    34
    Gender
    Male
    Posts
    138
    Threads
    23
    Credits
    58
    Thanked
    5

    Default

    N!ce ....

  4. #4
    Aziz6694's Avatar
    Aziz6694 is offline Advance Member
    Last Online
    7th April 2022 @ 03:00 PM
    Join Date
    14 Nov 2012
    Location
    ***pakisTaN***
    Gender
    Male
    Posts
    3,789
    Threads
    92
    Credits
    161
    Thanked
    195

    Default

    .buht mehnat ki he apne hamary leye . Thankx and bro

  5. #5
    Khizar Hayyat's Avatar
    Khizar Hayyat is offline Senior Member+
    Last Online
    15th March 2017 @ 05:01 PM
    Join Date
    08 Dec 2010
    Gender
    Male
    Posts
    10,592
    Threads
    180
    Credits
    2,605
    Thanked
    725

    Default

    وعلیکم السلام,
    wow Great Sharing BROther,
    Lekin Urdu Rasm-Al Khat Mein Hoti To Maza Hi Aa Jata,
    Otherwise Thanks For Sharing.
    Allah Bada Hy

  6. #6
    Just Sheraz is offline Senior Member+
    Last Online
    6th March 2019 @ 09:49 PM
    Join Date
    11 Mar 2013
    Location
    Karachi
    Gender
    Male
    Posts
    248
    Threads
    16
    Credits
    41
    Thanked
    12

    Default

    Nice, JazakALLAH , bohut mehnat se samjhaaya aap ne

  7. #7
    Eng Ahtasham's Avatar
    Eng Ahtasham is offline Advance Member+
    Last Online
    20th March 2015 @ 08:18 PM
    Join Date
    18 May 2013
    Location
    Mehrabpur
    Age
    31
    Gender
    Male
    Posts
    4,666
    Threads
    153
    Credits
    0
    Thanked
    627

  8. #8
    AbdulSalam98's Avatar
    AbdulSalam98 is offline Senior Member+
    Last Online
    30th January 2016 @ 03:24 AM
    Join Date
    01 Nov 2012
    Location
    Isalambad
    Gender
    Male
    Posts
    312
    Threads
    40
    Credits
    0
    Thanked
    30

    Default

    Thanx for Reply.....

  9. #9
    Alone mazari is offline Member
    Last Online
    22nd August 2015 @ 03:25 PM
    Join Date
    05 Aug 2013
    Location
    Kashmore sindh
    Age
    26
    Gender
    Male
    Posts
    3,228
    Threads
    145
    Thanked
    210

    Default

    Thanks

  10. #10
    MaXeLL's Avatar
    MaXeLL is offline Senior Member+
    Last Online
    19th January 2015 @ 07:57 AM
    Join Date
    06 Sep 2009
    Age
    47
    Posts
    73
    Threads
    0
    Credits
    0
    Thanked
    2

    Default

    very nice

  11. #11
    MaXeLL's Avatar
    MaXeLL is offline Senior Member+
    Last Online
    19th January 2015 @ 07:57 AM
    Join Date
    06 Sep 2009
    Age
    47
    Posts
    73
    Threads
    0
    Credits
    0
    Thanked
    2

    Default

    Very nice and thanks for sharing

  12. #12
    it_leapard's Avatar
    it_leapard is offline Senior Member+
    Last Online
    17th September 2022 @ 08:23 PM
    Join Date
    08 Oct 2007
    Location
    **~ITD~**
    Posts
    209
    Threads
    28
    Credits
    1,194
    Thanked
    2

    Default

    nice g...
    @zmi

Page 1 of 2 12 LastLast

Similar Threads

  1. Burj Dubai ... World Tallest Building ...
    By waseem1963 in forum Photo Gallery
    Replies: 18
    Last Post: 8th December 2012, 07:27 PM
  2. help me About body building
    By Raza_The_Great in forum Baat cheet
    Replies: 20
    Last Post: 15th May 2010, 01:15 PM
  3. removal of building?????
    By Net-Rider in forum Photo Gallery
    Replies: 12
    Last Post: 5th October 2009, 02:51 AM
  4. Building colleapes in dubai
    By wana82 in forum Photo Gallery
    Replies: 7
    Last Post: 18th August 2009, 05:27 AM

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
  •