Posts

Showing posts from June, 2018

Android useful links which need to every android developer

Android useful links which need to every android developer  Official Android Developer site: https://developer.android.com/guide/ Vysor - To share our mobile remotely (Ex: to give a Demo of app) https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm Interesting references Material Icons: https://design.google.com/icons/ Image convert iOS to Android: https://github.com/Ninjanetic/ios2android https://github.com/asystat/Final-Android-Resizer Image loading and caching library: https://github.com/bumptech/glide Material Nav Drawer: https://github.com/mikepenz/MaterialDrawer Image propotional Scale : http://www.ryadel.com/en/android-proportionally-stretch-imageview-fit-whole-screen-width-maintaining-aspect-ratio/ Nine Patch: https://developer.android.com/studio/write/draw9patch.html Android : mp4 -> Basline Profile brew install ffmpeg ffmpeg -i notifications_video.mp4 -vf scale=-1:720 -c:v libx264