Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Free Android App Host

  1. #1
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Free Android App Host

    I was curious if anyone knew of any free hosts for android app data.
    My app would need:
    1. Access to a database to store user data and other information
    2. The ability to make webservice calls (basic php would be fine)
    3. The ability to run a scheduled background process or two

    I'm looking for something free, because I'm doing this as a hobby project and I have no idea how much money (if any) the app will generate.
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Free Android App Host

    You might consider, at the very least if you have not done so already, purchasing a domain name. This will allow you to deploy the app which points to this domain name, but gives you the flexibility to point the domain name to whatever service you use on the back-end. For hosts, you might consider checking out Google App engine and Amazon web services, I believe both offer free levels of service.

  3. The Following User Says Thank You to copeg For This Useful Post:

    GregBrannon (September 2nd, 2014)

  4. #3
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Free Android App Host

    I've used an Amazon EC2 instance for a year (just started paying for it). They are complex to configure and I wouldn't recommend them unless scalability is an issue but they are free for the first year which is nice.

    Honestly, $80 for a years hosting and a domain name over at godaddy or crazydomains will pay for itself just in administration time. Everything you need is pre-configured; CPanel, PHP, MySQL, FTP, SSH and you can cron tasks.
    Computers are fascinating machines, but they're mostly a reflection of the people using them.
    -- Jeff Atwood

Similar Threads

  1. Android Tutorial: Shared Management of Ad-Free and Ad-Supported App Versions
    By aussiemcgr in forum Java Programming Tutorials
    Replies: 0
    Last Post: August 7th, 2014, 04:38 PM
  2. Creating an android app.
    By absineo in forum Android Development
    Replies: 3
    Last Post: May 13th, 2014, 05:02 PM
  3. QA for Android app
    By deependeroracle in forum Android Development
    Replies: 1
    Last Post: February 28th, 2014, 10:23 AM
  4. Free Web Host That Allows Java
    By aussiemcgr in forum Java Theory & Questions
    Replies: 3
    Last Post: August 26th, 2011, 11:05 AM