Here is an Android Simple APP make with java to see the power of node-urlresolver-api
App integrated with:
-
A video player (exoplayer based)
- Pinch zoom in/out support
- Play local files support
- Play hls.m3u8 support
- Open from intent like standard video player
-
Google Admob integrated
-
A download manager with pause/resume/delete/open support
-
Here is the apk file download link
-
Here is the repository contains code of resolver api
-
Screenshots
- Steps to customize and compile App:
- Refactor package
- Set your resolver api domain on [app-package].util.Conses.java
- Set your Admob ads/app IDs on string.xml
- [optional] set your device id to see Google test Ads on [app-package].util.Utils.java (setTestAdsEnabled method)
- Compile and enjoy!!