Android Apps

Post Reply
Dizev
New Member
Posts: 1
Joined: Mon Jun 17, 2013 11:05 am

Android Apps

#1

Post by Dizev »

Hi.
I've just come home from my mission and are wondering how to get started on programing Android apps. I have a past experience in c++ but I have no idea on how to begin programing apps, but hope to learn and get experience by helping the church.

What language should I use?
How do I start?

Any help will be greatly appreciated, by me and by future prospecting programmers :D .
wjacobf
New Member
Posts: 2
Joined: Sun Jun 23, 2013 8:00 pm

Re: Android Apps

#2

Post by wjacobf »

Most Android apps are written in Java. Although you can now write them in c, that route is harder.

To get started you can download the android sdk at: http://developer.android.com/sdk/index.html

The bundle comes with eclipe, ADT (eclipse plugin for android), and the sdk.

That is, imo, the best place to start.
Macy19757526
New Member
Posts: 3
Joined: Wed Oct 05, 2016 3:28 am
Location: Indiana, USA

Re: Android Apps

#3

Post by Macy19757526 »

Creating an Android app requires the SDK (Software Development Kit), an IDE (Integrated Development Environment) like Android Studio or Eclipse, the Java Software Development Kit (JDK) and a virtual device to test on. All this takes work to set up, and that’s before you’ve even started looking into things like Google Play Services, screen sizes, API levels…

here following are some tips:

Step 1: Download Android Studio
Step 2: Setting Up Android Studio
Step 3: Starting a New Project
Step 4: Making an Actual Thing
Step 5: How to Get Better At App Development

If you want the absolute easiest way to start, then just find some sample code that’s close to what you make and change it. No one is going to be able to explain all this to you in a way that makes any sense and if you worry about not grasping everything to begin with, you’ll never get anywhere.

So instead, dive in, get your hands dirty and learn on the job. It’s complicated and it’s frustrating but ultimately it’s highly rewarding and more than worth the initial effort.

Hope this helps!
Post Reply

Return to “Getting Started”