Skip to content

tyl210110/Bubble-Notification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Arsenal

Demo

Examples list

Effect like QQ 5.0 and add an explosion animation.

How to use

<com.dk.view.drop.WaterDrop
	android:id="@+id/drop"
	android:layout_width="25dp"
	android:layout_height="25dp"
	android:gravity="center_vertical" />

WaterDrop drop = (WaterDrop) convertView.findViewById(R.id.drop);
	drop.setText(String.valueOf(position));
	drop.setOnDragCompeteListener(new OnDragCompeteListener() {

			@Override
			public void onDrag() {
				Toast.makeText(MainActivity.this, "remove:" + position,
						Toast.LENGTH_SHORT).show();
			}
		});

TODO

1.Support several different styles.

License

Copyright (c) 2014 Dean Ding

Licensed under the Apache License, Version 2.0

About

Bubble Notification with explosion animation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%