Recent content by Justify23

  1. J

    [New][Android App]Into The Woods: Puzzle Game

    I would like to introduce to everyone my first game. Into the Woods: Puzzle Game. Inspired from a story of a fairy tale. Help the main character traversed into a dark world by answering simple but complex questions. Sometimes you think you know the answer to simple questions until there come a...
  2. J

    Samsung Galaxy J5

    oh really? I didn't see it sorry
  3. J

    New user

    Thanks guys!
  4. J

    [App] [4.0+] Have a break and laugh with Mr Jokes

    I will check this out.
  5. J

    An App That Force Stops All apps

    I am using Close All Apps but again it won't assure you that those apps that you closed won't be open again.
  6. J

    [FREE][APP] Clashroom Flashlight

    I would like to present my simple application: Clashroom Flashlight. I am a new developer and just learned android development through youtube tutorials. This is my second app which offers the following: 1. Convert your device into a flashlight by using the camera flash 2. Simple design and...
  7. J

    What's the easiest way to make an app for dummies?

    I started learning development by watching thenewboston tutorial. After that I try to learn some basic vocabulary in programming so when I need some answers I can easily search it through the net. For now I already published 2 apps by using the basic things that the tutorial had provided
  8. J

    Why cant I find my app on the play store

    Try going on your development console and open the app from there if you can find it there and not on the app store it means your app is lower than the rank 50 required to show your app. To find it use "App_Name" including the " ".
  9. J

    Best ways to promote app for newbies

    Same issue with me, I had released apps for almost a month now and the installs are around 50 - 100 so you're not doing so bad. If you have a budget you can pay for advertisers and paid installs but if not you can post your app to group and forums to ask for suggestions and tests.
  10. J

    Why my onBackPressed() method is not working for me?

    to go back to where? if you're referring to another activity you should initiate an intent and call the activity you wanted to go back. the code you provided doesn't provide much as you didn't include what view you are referring to.
  11. J

    Best banner ads provider in terms of ECPM

    I'm a new developer and wanted to get more ideas on how to earn from making simple apps. For now I have 2 apps in the apps store and I only placed banners so the users won't be annoyed with so many ads. Currently I've used Admob(which I got a 1 month ban), StartApp(which only gives me 1cent for...
  12. J

    Tips to promote app?

    You are doing good, I released my app 2 weeks ago and I only have 50-100 installs xP. If you have the budget go for advertisers but if not try posting to forums or groups.
  13. J

    Am I Being Scammed by my Developer?

    Based on experience, some old SDK has issues with security from Google and Apple store. The cost maybe for the SDK or all for the upgrade of the SDK but you need to check this to them.
  14. J

    how to increase the traffic on apps and games??

    You can do it in 2 ways: 1. Pay advertisers to advertise your app/game in either cross promotion and paid reviews. 2. Put an effort to talk to a lot of people in groups and forums to test your game. This may take some time but it is somehow applicable to those developers who have no budget.
  15. J

    App uninstall inside app

    Did you mean to create an application with multiple features and somehow you wanted the users to have the freedom to add or remove features inside the app? With my basic knowledge in programming just put the feature in one Class then create a boolean variable which can be accessed through a...