[FREE GAME] Now, stop flying - General Marketing & SEO

Hello,
I'm french schoolboy and developer in my spare time. I'm trying to make known my first android application. This is a small, simple and fun game completely free.
The goal is very simple, you control a fly with your finger. It must grow earthworms off the screen to save a frog. I let you discover for yourself the game!
Here is the link to the google play: play.google.com/store/apps/details?id=com.lepoulpevert.Nowstopflying&hl=fr
More a place to the facebook page: facebook.com/now.stop.flying
If you read this message, Thanks

Related

My First Android App - Released to the market - Named "PicAround" :)

Hi Guys,
I have just released a new app for the Android users.
I am an excited entrepreneur/developer, worked and developed the App all by myself
The app is free and I would like the world to enjoy it
I am posting here for 2 reason.
The Obvious one: to reach out! :fingers-crossed:
But the more important one:
I would love your feedback and notes and maybe some tips for how to get it out there with no budget
All of my friends are already running "alpha" for me on their personal devices.... but it`s only the tip of the iceberg from a technical point of view.
So this is where you guys come to the rescue :highfive:
So.... some details:
My App is Named: “PicAround”.
Basically PicAround is a "Mobile Camera App That Instantly Shares Everyone’s Event Pictures"
The App tries to reduce the hassle of getting your pictures from other people that were present at the event as you did. no need for emails Facebook, Dropbox, etc,
and it is easy to use:
Step 1. Select the event your are at from a list of local events (GPS Based)
Step 2. Capture the moment with the PicAround camera!
Everybody’s pictures taken at the event will be saved to a shared album instantly!
I believe it will match perfectly for large scale events, such as weddings, concerts, football games and so on..
You can find it on the app store:
Just search "PicAround"
I will also post a blog post soon enough about the process of developing the app - the server side.... tools and so on....
Hope you give it a try and like it
Hi there,
Nice idea! Congrats for the work.
My remarks:
1) Why do you force your users to use Facebook?
1.1) App opened and the first thing that poped up was Facebook login screen. I closed it and then.... that's it. I couldn't do anything else with the app. Just saw the logo. Had to leave the app and come back again to,, again, see the Facebook screen.
1.2) I was shown the Facebook login screen, asking to entenr my e-mail and password. I do have Facebook installed in my phone, so I would expect just to press OK and seamlessly log into Facebook, without having to enter my credentials... are you using API 3.0?
Give me a shout if you need some help with point 1.2, I have implemented it.
I left you rating/review to support ya
Cheers and good luck!
Ps: Dont forget to update this post with links do Google Play and Screenshots when you have 10+ messages in this Forum
Hi , thanks for the remarks
PhilCals said:
Hi there,
Nice idea! Congrats for the work.
My remarks:
1) Why do you force your users to use Facebook?
1.1) App opened and the first thing that poped up was Facebook login screen. I closed it and then.... that's it. I couldn't do anything else with the app. Just saw the logo. Had to leave the app and come back again to,, again, see the Facebook screen.
1.2) I was shown the Facebook login screen, asking to entenr my e-mail and password. I do have Facebook installed in my phone, so I would expect just to press OK and seamlessly log into Facebook, without having to enter my credentials... are you using API 3.0?
Give me a shout if you need some help with point 1.2, I have implemented it.
I left you rating/review to support ya
Cheers and good luck!
Ps: Dont forget to update this post with links do Google Play and Screenshots when you have 10+ messages in this Forum
Click to expand...
Click to collapse
Hi, thanks for the relay and remarks:
I would like to respond to some of your remarks and maybe you will have some tip for me.
The events are public, meaning: all people at the area of the event can take pictures (currently there are no restriction).
So the least I am doing is to display a layout over the image with the name of the person who took it.
If I would create my own unique login mechanism (leaving the technical Burden aside) - users will be able to pick an unreal name - which I think is unfair to the users with real names
I could add login with google or some other login sdks available - do you think it will make it better? would you like to login with a different network instead?
In addition - In the future - I could use the social goodies Facbook offers (with the user approval of course) Which I would not be able to do without.
Currently (and in the future) I am not doing anything "bad" with the user info - only using it to display his name over his pictures at the event album.
As for SDK 3.0 - I was trying to use it - but is seems to fail - probably because the new SDK does not support android 2.1(update) versions (SDK < 8 not support) - it is not official (or at least I could not find a reference for it) - so I submitted a defect to Facebook about that.
(cannot post the url for the defect yet - 8 more to go - but I can email it if needed.)
I do not want to leave 2.1 behind as long as I have the option (my phone is 2.1 nexus one!! )
Would love any tips about this issue. (I have tried hard to use the native sdk).
about the timing of when to popup the facebook login screen...
If I would not do that immediately - then there is a chance that exactly at the moment the user is trying to take a picture - I would have to popup the login screen - sound bad to me.
(On the other hand - I am pretty sure - nobody will have his first try of the app - during an event - he would probably try it at home first).
What do you think about this? should I postpone the login screen to a later time? or maybe I could show an explanation to the user before the login, for the reasons I want her/him to login with facebook?
Again thanks for the replay and the Google Play review
Nice!
Hi,
This is feedback to tell you that this App is really great! It simplifies life and creates a whole new Idea for picture Sharing. Well Done On the app but I would Like to Advice you to keep on adding features overtime and if you dont already have sharing over social networks, it may help! Well Done Again!,
Regards,
Tripplemin
tripplemin said:
Hi,
This is feedback to tell you that this App is really great! It simplifies life and creates a whole new Idea for picture Sharing. Well Done On the app but I would Like to Advice you to keep on adding features overtime and if you dont already have sharing over social networks, it may help! Well Done Again!,
Regards,
Tripplemin
Click to expand...
Click to collapse
Hi,
Thanks for the feedback
I do have sharing... you can share to all networks using the native android sharing menu.
Thanks for the feedback

Practice App Ideas

I am new to Android App development. I need some simple application ideas to practice. please give me some ideas. I just made Rock, Paper, Scissor game. So easy games like this will be fine(I think )
Build a notepad app that lets you write and save notes. Build it steps where you increase the difficulty as you go on:
Make an app with a textbox that lets you enter text
Add a save button and learn how to execute code when the button is hit. Whenever you encounter any problems or don't know what to do, use Google! There are a lot of other running the same path as you and me who have encountered problems. The solution is almost always a search away!
Implement a save function that saves the content when the button is hit. When the user reopens the app load the text file and put the content in the textbox. Tip: Use SharedPreferences
Time to add support for multiple notes! Start off by learning how to move between activities (windows), in your notepad app add a button labeled "All notes" that sends you to another activity when clicked. Use Google to finds articles on how to do this.
Once you've figured out how to move between windows, it's time to create a list with all the notes. To display a list you use ListViews, before jumping in to showing the actual notes create a mock list containing your favorite cars, cats, Justin Bieber songs, whatever! Once you get a hang of it, move on to the next step
Learn how to store multiple strings instead of just one. Check out JSON, it's a simple data structure that lets you store.. data. Tip: store the notes in JSONObjects in a JSONArray. The final JSON-string can be stored in SharedPreferences.
Once you get a grip of JSON, add an add button, preferably in the ActionBar, that lets you add notes. Save the new note in the JSONArray.
Replace the cars or cats that are currently shown by the created lists.
Voilà, you have a fully functional notepad app and you've learned how to: move between activities, store data, ListViews, find solutions with Google etc. Good luck!
What are you aiming for, eventually ? Do you want to be a game developer, utility developer, are you aiming for a job developing apps ?
That might help you decide what kind of test apps to make.
If you go for a game you could spend a fair bit of time dealing with the graphical elements and gameplay without understanding the basics... so before you do that I'd suggest getting familiar with the building blocks (Activity, Intent, Service, Handler, Looper and so on) first.
jokernw said:
I am new to Android App development. I need some simple application ideas to practice. please give me some ideas. I just made Rock, Paper, Scissor game. So easy games like this will be fine(I think )
Click to expand...
Click to collapse
I started with memory game, you can go for it as well

[NEW][GAME]New Puzzle Game!

Hello Friends,
Fun new app, particularly challenging, with special humor- Currently increased to google play!
The aim of the game is to try to go through all the steps, and on the way to collect all strawberries and hidden shortcuts
link: play.google.com/store/apps/details?id=tooti.flowmind
enjoy,and dont forget to rare and comment! :fingers-crossed: :victory:

[Q] How i Market my android game to get good number of downloads and reviews?

Hello There
I am a android game developer i have developed more that 50+ apps for my client but recently i have devloped an Game /App for myself. Initially I thought that it is easy to grab the market by when i have few word with other developers and marketer i felt that it take a lot of strategies and proper implementation plan to grab good number of downloads and reviews.:angel:
Current I am looking for your ideas how to market my game : Letterpress - simple word game. You can search it in google play store
I am welcome for your suggestion and tips regarding this game.

I have Rift Apps ready to publish, except for Locomotion. Please help!

I just want to know how to use the touch controller to control 3-axis flight. Pretty much like AIRCAR at Oculus Store..
It should be so simple, but I meet impossible roadblocks everywhere I go. I got some 'help' at the Unity site, a guy sent a random, non described script. His only instruction was 'attach to object, run'. When I do, and push 'Play' in Unity Game window, instead of FLYING, I can only make some NUMBERS CHANGE in the Inspector, by moving the thumbstick, trigger, etc on the touch controllers. I'm sure I am step closer, but it doesn't feel that way.
With multiple apps ready for Dashboard submission STUPID TOUCH LOCOMOTION has held me in Stasis for MONTHS!
PLEASE FOR THE SAKE OF GOOD VR, HELP!

Categories

Resources