Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Sep 19, 2015
1 parent f27dfb0 commit c61b7fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ int main(int argc, char *argv[])
/* QuickAndroid Initialization */
view.engine()->addImportPath("qrc:///"); // Add QuickAndroid into the import path
// Setup "drawable" image provider
QADrawableProvider* provider = new QADrawableProvider();
provider->setBasePath("qrc:///res");
view.engine()->addImageProvider("drawable",provider)
/* End of QuickAndroid Initialization */
Expand All @@ -84,7 +89,7 @@ An example program is available in the folder of [tests/quickandroidexample](tes

Remarks: Daily build for non-master branch may not be working.

![Screenshot](https://raw.githubusercontent.com/benlau/quickandroid/master/examples/quickandroidexample/docs/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/benlau/quickandroid/master/docs/screenshots/example1.png)

License
-------
Expand Down

0 comments on commit c61b7fc

Please sign in to comment.