~/Home ~/Notes ~/Categories

Android Basics

17 October, 2021  ·   Android
  https://developer.android.com/

Config

Layouts

TextView

ImageView

Importing images in android studio.

Note: Note: A constraint in the context of the Layout Editor represents a connection or alignment of a view to another view, the parent layout, or an invisible guideline. For example, a view can be constrained to be a certain distance from the edge of its container, or always be to the right of another view, or always the top view inside a container. - Android documentation

Translating

Accessibility

Note: Android provides many tools for users. For example, TalkBack is the Google screen reader included on Android devices. TalkBack gives users spoken feedback so that users can use their device without looking at the screen. Read more about accessibility in the developer reference guide. - Android documentation


For more info Refer :

 android-config  views  layouts  android-beginner
Kotlin basics↠