Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Himmelein committed Oct 27, 2012
1 parent 9a2b85e commit 192252a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Mindroid.txt
@@ -0,0 +1,5 @@
To do:
- Add the Binder IPC interface by implementing the Messenger class.
- Take a look at the Chrome project to do a Windows port (e.g. condition_variable_win.cc).
- ...

9 changes: 3 additions & 6 deletions README.md
@@ -1,4 +1,6 @@
## Mindroid is mainly a messaging and concurrency framework for native C++ development ##
## Mindroid is mainly a concurrency and messaging framework for native C++ development ##

### Mindroid would even make Alan Kay comfortable with C++ :-) ###

Most ideas for this framework come from Google's Android Java messaging and concurrency classes.
This small framework is very handy not only for Android developers :-).
Expand All @@ -20,8 +22,3 @@ and furthermore it also enables you to schedule messages and runnables to be exe
The AsyncTask class enables proper and easy use of concurrency in a multithread environment.
For more information about this class see Google's "Painless Threading" article. (Source: Google Android Developer Reference).

To do:
- Add the Binder IPC interface by implementing the Messenger class.
- Take a look at the Chrome project to do a Windows port (e.g. condition_variable_win.cc).
- ...

0 comments on commit 192252a

Please sign in to comment.