Materialup
Unofficial MaterialUp API Wrapper for Android.
Install / Use
/learn @Alelak/MaterialupREADME
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
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.5kCommit, push, and open a PR
