Registry / utility / support-v4

support-v4

JSON →
libraryr7javamavenunverified

The Support Package includes static 'support libraries' that you can add to your Android application in order to use APIs that are either not available for older platform versions or that offer 'utility' APIs that aren't a part of the framework APIs.

<dependency> <groupId>com.google.android</groupId> <artifactId>support-v4</artifactId> <version>r7</version> </dependency>
INSTALL
IMPORT
SIG · SUPPORT-V4
S
support-v4
utilityjavavr7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fragment
android.support.v4.app.Fragment

Creates a basic Android Fragment using the support library.

import android.support.v4.app.Fragment; public class MyFragment extends Fragment { @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { return inflater.inflate(R.layout.fragment_my, container, false); } }
Debug
Known issues
breakingThis library is deprecated; use AndroidX instead.
fix
Migrate to AndroidX (e.g., androidx.fragment.app.Fragment).
affects: all
Upgrade
Version history
r7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
support-v4 — mvn dependency:get support-v4 · libregistry