diff --git a/src/data/roadmaps/android/content/edittext@boMz0HZlMAsLdCZlpUo-H.md b/src/data/roadmaps/android/content/edittext@boMz0HZlMAsLdCZlpUo-H.md index e69de29bb..da30afbd5 100644 --- a/src/data/roadmaps/android/content/edittext@boMz0HZlMAsLdCZlpUo-H.md +++ b/src/data/roadmaps/android/content/edittext@boMz0HZlMAsLdCZlpUo-H.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) \ No newline at end of file diff --git a/src/data/roadmaps/android/content/tabs@pEBpXv3Jf1AzBNHlvVrG8.md b/src/data/roadmaps/android/content/tabs@pEBpXv3Jf1AzBNHlvVrG8.md index e69de29bb..04caef9e6 100644 --- a/src/data/roadmaps/android/content/tabs@pEBpXv3Jf1AzBNHlvVrG8.md +++ b/src/data/roadmaps/android/content/tabs@pEBpXv3Jf1AzBNHlvVrG8.md @@ -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) \ No newline at end of file