Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

100M+ memory saver



saving memory by reducing the size of the preload image in zygote process and forked app process
通过降低孵化器进程预加载的图片资源大小降低zygote内存占用,可以有效降低所有由孵化进程孵化出来的app进程的内存占用量,在android5.0系统中测试,系统正常开机后进入待机,可以降低100M左右内存占用。
saving mobile phone power and decreasing jank by reducing surfaceview resolution, get idea from qcom performace team.
通过降低SurfaceView游戏的分辨力来降低手机功耗和卡顿,通过使用高通Trepn Profiler工具分析,GPU负载可降低50%。注意,该模式只适合使用GLSurfaceView的游戏才有效果,目前大部分使用Unity3D的游戏都可支持,比如王者荣耀。


Author(s): 

app2vr

Support/Discussion URL: 

https://github.com/llikz/app2vr/issues

Package: 

com.hmct.xposed.one.hand

Version name: 

3.00.03 Beta

Release type: 

Stable (low risk of bugs)

Download: 

com.hmct.xposed.one.hand_v300003_54a5e2.apk (328.21 KB)

Number of downloads: 

491 in total · 491 in the last 24 hours

MD5 checksum: 

54a5e27c4e854d2764dd0200397e45ba

Uploaded on: 

Monday, May 29, 2017 - 18:25

Changes: 

add game power save feature.
add crash crash analysis feature power by umeng.
增加降功能特性。
增加异常收集特性。

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project