File Type Analyzer Intro
My next tiny online tool for analyzing file types
www.sisik.eu/file
Sometimes when I'm cross-compiling native C libraries for Android, I like to check the ABI of the final .so library file. Some project's don't compile straight away and I need to hack the build system before I get my compiled l...
Mixing Audio Into Video on Android
If you're working on a camera app, you might also be interested in video post processing.
Even though you might be tempted to use external libraries (like ffmpeg), Android already offers powerful APIs that enable video processing.
Using Android's built-in APIs can give you some additional...
Android's Enterprise APIs related to device administration offer many interesting features.
With a device owner app, you are able to perform many privileged tasks that are normally not available to regular apps. You can lock your app to the screen to create a kiosk app, update your app wi...
Create Video From Images - Time-lapse on Android
Playing and recording video is one of the most important features of an Android device. Video now became one of the main ways for spreading information and many times it is the preferred way of presenting educational information before text.
Android offers various APIs that enable video playbac...
Online Histogram Tool Intro
Recently I've been playing with Android's Bitmap processing using NDK (C++) and RenderScript. I used these technologies to create an Image Histogram. I later decided to create a similar tool for web using WebAssembly
www.sisik.eu/histo
The online tool has the following features
- can extract...