Posts

Showing posts from March, 2025

List View : Planet Application

Image
 Output Step 1: Create Layout: item_list_layout android:layout_height="wrap_content" <ImageView         android:id="@+id/imageView"         android:layout_width="100dp"         android:layout_height="100dp"         android:layout_margin="16dp"         android:layout_marginStart="16dp"         app:layout_constraintBottom_toBottomOf="parent"         app:layout_constraintStart_toStartOf="parent"         app:layout_constraintTop_toTopOf="parent" />       <TextView         android:id="@+id/planet_name"         android:layout_width="wrap_content"         android:layout_height="wrap...