Skip to content

Commit f175a55

Browse files
Create README.md
1 parent 09330f5 commit f175a55

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

DashclockWhatsapp2/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Unofficial Whatsapp Extension for Dash Clock
2+
3+
How to write a DashClock Extension: Whatsapp Extension example
4+
5+
This repository contains example source code
6+
7+
For more info about the blog :
8+
* [NotificationListenerService and a Whatsapp extension for Dashclock]
9+
http://gmariotti.blogspot.com/2013/08/notificationlistenerservice-and.html
10+
11+
**It uses a Notification Listener Service (4.3+). You have to enable it in Android Settings**
12+
13+
## Pre-Requisites
14+
15+
The following libraries need to cloned and manually added to project.
16+
17+
* [DashClock API](http://code.google.com/p/dashclock/wiki/API)
18+
19+
![ScreenShot](https://github.com/gabrielemariotti/androiddev/raw/master/DashclockWhatsapp2/Whts.png)
20+
21+
22+
Credits
23+
-------
24+
25+
Author: Gabriele Mariotti ([email protected])
26+
27+
License
28+
-------
29+
30+
Copyright 2013 Gabriele Mariotti
31+
32+
Licensed under the Apache License, Version 2.0 (the "License");
33+
you may not use this file except in compliance with the License.
34+
You may obtain a copy of the License at
35+
36+
http://www.apache.org/licenses/LICENSE-2.0
37+
38+
Unless required by applicable law or agreed to in writing, software
39+
distributed under the License is distributed on an "AS IS" BASIS,
40+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41+
See the License for the specific language governing permissions and
42+
limitations under the License.

0 commit comments

Comments
 (0)