Skip to main content

Posts

Showing posts with the label how to develop news app in android studio

Develop News App In Android Studio

Develop News App in Android Studio- link for api - newsapi.org activity_detailed.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:app="http://schemas.android.com/apk/res-auto"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:orientation="vertical"     tools:context=".DetailedActivity"> <ScrollView     android:layout_width="match_parent"     android:layout_height="match_parent">     <LinearLayout         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:orientation="vertical">         <androidx.cardview.widget.CardView             android:layout_widt...