Releasing Jaha Manga

3 months ago i have an idea to create an mobile apps to read manga from mobile phone. This is the screenshot for the first app Screenshot_2014-08-01-13-54-12.png

But unfortunately google reject my apps. I think it cause by the name “Manga Reader” and last week i’m continuing to change the package name of our app and after working for it this is the new release of the apps with new design

1.png

And finally i revamped the logo to the new branding logo OCT (1).png

You can get it from the playstore now for Free!

https://play.google.com/store/apps/details?id=com.antares.jahamanga

 
1
Kudos
 
1
Kudos

Now read this

Fast inverse square root

Fast inverse square root in hexadecimal 0x5f3759df is used to count the x The code implementation is from Quake III Arena source code : float Q_rsqrt( float number ) { long i; float x2, y; const float threehalfs = 1.5F; x2 = number *... Continue →