Recent content by gob0

  1. G

    Windows PC for app development

    If you know JavaScript, learning Phaser is not too hard (documentation is good and examples cover a large part of Phaser objects). There's also a forum: Phaser - HTML5 Game Devs Forum
  2. G

    Windows PC for app development

    Hi folks, The goal of Cordova is to bundle javascript into native app. So it only make this, an it make it nicely. You can use vanilla JS but you'll have to reinvent a lot of things, so adding javascript & CSS frameworks allow you to build a complete app quickly. It's the same point with...
  3. G

    Windows PC for app development

    Using SSD drive (or multiple drives -1 for system, 1 for data-) is a good idea to "boost" your computer (and that f*cking android emulator)
  4. G

    Zoop: Pick them all (Christmas Edition)

    Hi, a small update is available. Please feel free to give us feedback (including negatives). Thanks! Jump to Game on PlayStore
  5. G

    [Game] Zoop: Catch them all

    Hi, a small update is available. Please feel free to give us feedback (including negatives). Thanks! Jump to Game on PlayStore
  6. G

    Can you edit already published apps on your phone then install it?

    You mean "authorize app from unknown sources"? I'm not sure it's enough, i think (to tell the truth, i hope) the "apk signature" contains a CRC code based on original apk content. So changing apk content will modify CRC and "break the signature" (i'm not sure my words are crystal clear)
  7. G

    Is there a way/app(?) to increase screen brightness ABOVE 100 in Lollipop OS ?

    Re: Is there a way/app(?) to increase screen brightness ABOVE 100% in Lollypop OS ? Hi, the brightness of a screen is limited by the screen itself. It works like a bubble light: if it's a 40W, you can obtain the maximum of light with 40W. Putting more power will explode the bubble light. For...
  8. G

    To develop an app is coding compulsary?

    Re: to develop an app coding is compulsary Honestly, using such tool may be a good solution. But without technical background, it will be very hard to build a "good" app. By "good", i mean a combo of user friendly, speed, scalable implementation (and other criterias but i think you got my...
  9. G

    To develop an app is coding compulsary?

    Re: to develop an app coding is compulsary Five to six figures, depends on functionalities needed and deadline.
  10. G

    What does work better? Donation or Pro version.

    Hi, after testing ads (google, mopub and a third one -lost the name-), we decided to go like Raptor007 and offers free limited app and full app. It's too soon to tell if it's a good thing or not to earn money but i can say for sure: - developer (me) is happy to avoid ads frameworks and the...
  11. G

    What is the exact size for G4 paper?

    Re: what is the exact size for G4 paper ? A look at wiki would give you this page: https://en.wikipedia.org/wiki/Paper_size BTW, why asking a such question on Android forum?
  12. G

    To develop an app is coding compulsary?

    Re: to develop an app coding is compulsary Are you ready to spend lot of time learning?
  13. G

    To develop an app, is coding compulsary?

    Re: to develop an app coding is compulsary Well, i'm not a driver but i want to be Nascar champion :D Hopefully, it's easier to live from coding than from nascar driving. Are you ready to spent a lot of time learning?
  14. G

    Zoop: Pick them all (Christmas Edition)

    Hi, this is my last game: Pick them all (Christmas Edition) Zoop the tiger celebrates Christmas and help Santa to distribute gifts. Arriving at the first cottage, the elves are throwing gifts and treats! But they also throw snowballs, false gifts and even Christmas Grinch! Help Zoop to...
  15. G

    what game engine do you use for your android game?

    I'm using Phaser.io and i'll give a shot to LibGDX.