Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 501 Bytes

File metadata and controls

11 lines (7 loc) · 501 Bytes

Android_Framework

include handler, looper, message to facilitate a swift creation of customized framework

Retrieve the fundamental elements from Android.

It inlcudes Handler, Looper, Thread, Message... The intention is to provide a swift creation wat of customized procedure based upon Google's robust fundamental elements.

To take use of it, simply modify Makefile of yours & execute "make" and include related header files.

Please notice that currently it is only supported at Linux platform.