andynjux / Bubble-Notification

Bubble Notification with explosion animation.

Home Page:www.dk-exp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

www.dk-exp.com


Languages

Language:Java 100.0%