Android ProgressDialogFragment


License

License

Categories

Categories

PDF Data
GroupId

GroupId

me.yuichi0301
ArtifactId

ArtifactId

pdfragment
Last Version

Last Version

1.1.5
Release Date

Release Date

Type

Type

aar
Description

Description

Android ProgressDialogFragment
Android ProgressDialogFragment
Project URL

Project URL

https://github.com/YuichiUchida/Android-ProgressDialogFragment
Source Code Management

Source Code Management

https://github.com/YuichiUchida/Android-ProgressDialogFragment.git

Download pdfragment

How to add to project

<!-- https://jarcasting.com/artifacts/me.yuichi0301/pdfragment/ -->
<dependency>
    <groupId>me.yuichi0301</groupId>
    <artifactId>pdfragment</artifactId>
    <version>1.1.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.yuichi0301/pdfragment/
implementation 'me.yuichi0301:pdfragment:1.1.5'
// https://jarcasting.com/artifacts/me.yuichi0301/pdfragment/
implementation ("me.yuichi0301:pdfragment:1.1.5")
'me.yuichi0301:pdfragment:aar:1.1.5'
<dependency org="me.yuichi0301" name="pdfragment" rev="1.1.5">
  <artifact name="pdfragment" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.yuichi0301', module='pdfragment', version='1.1.5')
)
libraryDependencies += "me.yuichi0301" % "pdfragment" % "1.1.5"
[me.yuichi0301/pdfragment "1.1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-v4 jar 21.0.3

Project Modules

There are no modules declared in this project.

Android-ProgressDialogFragment

Sample

Example image

Usage

public class SampleFragment extends ProgressDialogFragment {
	// your code of fragment
}

or if you use ActionBarSherlock

public class SampleFragment extends SherlockProgressDialogFragment {
	// your code of fragment
}
  • Display of indeterminate progress indicator
setContentShown(false);

Gradle

ProgressDialogFragment (support-v4):

dependencies {
    compile 'me.yuichi0301:pdfragment:1.1.+'
}

ProgressDialogFragment (native):

dependencies {
    compile 'me.yuichi0301:pdfragment-native:1.1.+'
}

SherlockProgressDialogFragment:

dependencies {
    compile 'com.android.support:support-v4:21.0.3'
    compile('me.yuichi0301:sherlockpdfragment:1.1.+') {
        exclude module: 'support-v4'
    }
}

Versions

Version
1.1.5