-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# WebCore | ||
A core android component for supporting html5 and 3D web rendering. | ||
A core android component for supporting html5 and 3D web rendering. Wicorn29 WebCore can also help to speed up your web browser and have a overall smoother web surfing experiance. Install the apk file onto your phone and test it with the next section. | ||
## Example Usage | ||
|
||
Here's a sample command you can run in `ADB` that shows disgnostics information using WebCore: | ||
|
||
```bash | ||
adb shell am start -n com.wicorn29.webcore/.MainActivity |