SkillAgentSearch skills...

Materialup

Unofficial MaterialUp API Wrapper for Android.

Install / Use

/learn @Alelak/Materialup
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Material Up Api Wrapper

Unofficial Material Up API Wrapper for Android.

<img src="screenshots/screenshot.png" width="400">

Usage

Get popular posts:

MaterialUp.getPosts(page, MaterialUp.SORT.POPULAR, new MaterialUpCallback() {
    @Override
	public void onSuccess(List <Post> posts, Response response) {
		// do stuff with posts!
	}

	@Override
	public void onFailure(Request request, IOException e) {
		// show a toast!

	}
});

Get latest posts:

MaterialUp.getPosts(page, MaterialUp.SORT.LATEST, new MaterialUpCallback() {
    @Override
	public void onSuccess(List <Post> posts, Response response) {
		// do stuff with posts!
	}

	@Override
	public void onFailure(Request request, IOException e) {
		// show a toast!

	}
});

Download

Gradle:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    // ... other dependencies here
    compile'com.github.Alelak:materialup:1.1.3'
}

Related Skills

View on GitHub
GitHub Stars51
CategoryDevelopment
Updated4mo ago
Forks14

Languages

Java

Security Score

92/100

Audited on Nov 5, 2025

No findings