Android开发者在Google Play上赚美元

前言

分享前段时间开发的一个Camera实时滤镜与图片滤镜处理的App。之前也没了解过这块知识,借此机会学习了一下。主要涉及到的内容:

  • Android Camera开发
  • Opengl ES 开发
  • 使用GLSL开发滤镜
  • 如何在Google Play上线App
  • 如何在App中嵌入Admob广告

过程

Android Camera开发

参考:https://blog.csdn.net/lb377463323/article/details/77071054.

Opengl ES 开发

参考:https://learnopengl-cn.github.io/
参考:http://docs.gl/

GLSL开发滤镜

参考:https://github.com/wshxbqq/GLSL-Card
参考:https://github.com/wuhaoyu1990/MagicCamera.git

源码

源码地址:http://www.techj.cn/sourcecode/photolover
密码是最后一个滤镜的名字:http://www.techj.cn/download/photolover.apk

效果

WechatIMG21.jpeg
WechatIMG22.jpeg
WechatIMG23.jpeg

你可能感兴趣的:(Android开发者在Google Play上赚美元)