https://github.com/tidev/ti.framemetrics
Use the Android N FrameMetrics API in Axway Titanium
https://github.com/tidev/ti.framemetrics
titanium-module
Last synced: 5 days ago
JSON representation
Use the Android N FrameMetrics API in Axway Titanium
- Host: GitHub
- URL: https://github.com/tidev/ti.framemetrics
- Owner: tidev
- License: other
- Created: 2017-09-20T14:19:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T21:43:54.000Z (about 1 year ago)
- Last Synced: 2024-05-01T11:49:19.225Z (about 1 year ago)
- Topics: titanium-module
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ti.FrameMetrics
Use the Android FrameMetrics API in Axway Titanium.
## Summary
The Ti.FrameMetrics module allows you to gather performance information for rendered frames on Android N and above using Appcelerator Titanium.## Requirements
- Titanium Mobile SDK 7.0.0.GA or later## Example
Please see the full-featured example in `android/example/app.js`.## Build from Source
- Android: `appc ti build -p android --build-only` from the `android` directory> Note: Please do not use the (deprecated) `ant` for Android anymore.
> Those are unified in the above appc-cli these days.## Author
Yordan Banev, Axway Appcelerator## License
Apache 2.0## Contributing
Code contributions are greatly appreciated, please submit a new [pull request](https://github.com/appcelerator-modules/ti.framemetrics/pull/new/master)!