Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Anwesh43/StoryView

Repository files navigation

StoryView

A library to create awesome stories in your app similar to new Whatsapp status update.

Usage

Creating a Story(In Activity)

 Story story = Story.getInstance(this);

Creating a Status(In Activity)

 Status status = Status.newInstance(BitmapFactory.decodeResource(getResources(),R.drawable.kol),"Kings Of Leon",new Date());

Adding status to a Story

 story.addStatus(status);

Adding profile to the story

 story.setProfilePart(BitmapFactory.decodeResource(getResources(),R.drawable.profile_img),"Anwesh");

Showing the story

 story.show();

Demo

About

A android library to create stories in your app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /