美文网首页Android收藏集码农的世界
Android开发者在Google Play上赚美元

Android开发者在Google Play上赚美元

作者: a4232a78d40d | 来源:发表于2018-03-20 19:35 被阅读117次

前言

分享前段时间开发的一个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上赚美元

    本文链接:https://www.haomeiwen.com/subject/skubqftx.html