[Add] Docs Android roadmap: tabs and edittext (#6764)

* [Add] Docs Android roadmap: tabs and edittext

* Update src/data/roadmaps/android/content/edittext@boMz0HZlMAsLdCZlpUo-H.md

* Update src/data/roadmaps/android/content/tabs@pEBpXv3Jf1AzBNHlvVrG8.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/6768/head
Brian Rodriguez 7 months ago committed by GitHub
parent a81fd615d9
commit 694d7b1ecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/data/roadmaps/android/content/edittext@boMz0HZlMAsLdCZlpUo-H.md
  2. 7
      src/data/roadmaps/android/content/tabs@pEBpXv3Jf1AzBNHlvVrG8.md

@ -0,0 +1,7 @@
# EditText
`EditText` is a fundamental UI element in Android Studio, used for allowing users to input and edit text within an application. It is a subclass of `TextView` that provides additional features to handle user input.
Visit the following resources to learn more:
- [@official@Android developers: EditText](https://developer.android.com/reference/android/widget/EditText)

@ -0,0 +1,7 @@
# Tabs
Tabs in Android Studio are a UI component used to organize content into multiple sections, allowing users to navigate between them by selecting the corresponding tab. This component is commonly used when there is a need to present different types of content in a single screen, like different categories, settings, or pages within an app.
Visit the following resources to learn more:
- [@official@Android developers: Material Tabs](https://developer.android.com/reference/com/google/android/material/tabs/package-summary)
Loading…
Cancel
Save