Improve accessibility in copy (#26279)
Linking words like 'here' or 'link' can be problematic for people using a screenreader or other accessibility technology. In a list of links on a page, 'here' or 'link' will not give enough context to decide what to click on.
This commit is contained in:
committed by
Christopher McCormack
parent
19112af36d
commit
4ca38304d9
@ -24,16 +24,18 @@ From simple games and utility apps to full-blown music players, there are many o
|
|||||||
|
|
||||||
There is definitely a learning curve to get used to the Android framework, but once you understand the core components that make up the app, the rest will come naturally.
|
There is definitely a learning curve to get used to the Android framework, but once you understand the core components that make up the app, the rest will come naturally.
|
||||||
|
|
||||||
The learning curve involved in Android has a relatively smaller slope compared to learning other technologies such as NodeJS. It is also relatively easier to understand and make contributions towards Android Open Source Project(AOSP) hosted by Google. The project can be found [here](https://source.android.com/)
|
The learning curve involved in Android has a relatively smaller slope compared to learning other technologies such as NodeJS. It is also relatively easier to understand and make contributions to the [Android Open Source Project](https://source.android.com) (AOSP) hosted by Google.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
Check out the guides in this folder to learn about the 4 [core components](core-components/index.md) that make up an Android app and how you can get started with a sample app, and then delve into the more advanced topics such as fragments and the Gradle build system. Then check out the material design specifications guide as well to learn how to make your apps beautiful and user-friendly.
|
Check out the guides in this folder to learn about the 4 [core components](core-components/index.md) that make up an Android app and how you can get started with a sample app, and then delve into the more advanced topics such as fragments and the Gradle build system. Then check out the material design specifications guide as well to learn how to make your apps beautiful and user-friendly.
|
||||||
|
|
||||||
### Setting Up and Getting Started with Android Studio
|
### Setting Up and Getting Started with Android Studio
|
||||||
Visit this [link](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and install the latest JDK.
|
Go to the [Java SE Download page](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and install the latest JDK.
|
||||||
Now download the Android Studio and SDK tools bundle from [here](https://developer.android.com/studio/).
|
|
||||||
|
Download the Android Studio and SDK tools bundle from the [Android Studio Download page](https://developer.android.com/studio/).
|
||||||
|
|
||||||
Install the Android Studio and SDK following the set up. Keep note of the SDK location.
|
Install the Android Studio and SDK following the set up. Keep note of the SDK location.
|
||||||
|
|
||||||
If you face any error go to settings later to solve it.
|
If you face any error go to settings later to solve it.
|
||||||
|
|
||||||
Lastly, learn to integrate 3rd party libraries and Firebase services to add numerous functionalities to your app. It would be helpful if you go through the official documentation for each component.
|
Lastly, learn to integrate 3rd party libraries and Firebase services to add numerous functionalities to your app. It would be helpful if you go through the official documentation for each component.
|
||||||
|
Reference in New Issue
Block a user