- First Step: Downloading Android Studio Program
- The software can be downloaded from the following website:
- http://developer.android.com/sdk/index.html
- Follow the program's instructions to finish download
- Learning how to code
- If you are new to the android studio software and/or coding in general, here are some great tutorials on basic coding
- http://code.tutsplus.com/tutorials/getting-started-with-android-studio--mobile-22958
- http://developer.android.com/samples/index.html
- https://www.codecademy.com/learn/all
- Designing the desired application
- In order to actually create an app, a design must be created to base it off of
- Once the main pages are designed on paper, the app can begin to come to life with the program
- Creating the Countdown Timer page of the application
- http://stackoverflow.com/questions/25314562/displaying-minutes-correctly-in-android-countdowntimer?rq=1
- https://examples.javacodegeeks.com/android/core/os/handler/android-timer-example/
- How to make a login with a connecting service
- https://www.youtube.com/watch?v=QxffHgiJ64M&list=PLe60o7ed8E-TztoF2K3y4VdDgT6APZ0ka&index=1
- https://developers.google.com/identity/sign-in/android/sign-in#before_you_begin
- Creating a schedule/calendar page
- http://www.viralandroid.com/2015/11/android-calendarview-example.html
- Linking buttons on Main Page to other pages on application
- http://stackoverflow.com/questions/24610527/how-do-i-get-a-button-to-open-another-activity-in-android-studio
- How to get application to run in background of phone
- https://www.youtube.com/watch?v=GAOH7XTW7BU
Tutorials
Subscribe to:
Comments (Atom)
No comments:
Post a Comment