• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps I want to make a app and I don't know where to start

Hey guys I want to develope a app that consist of a really simple task.
I want to create 2 tables (sql or mysql) that can communicate with another mobiles with the same app.

I want both devices to be able to send and recibe the tables we will be sending, modifing too if possible.

Got any code or tutorial I can look into?
 
Last edited:
I moved this to the Application Development forum to get you some better exposure. Good luck with your ideas.:)
 
Seems to me, if you're desiring sharing data among Apps, one solution would be to use some Cloud Mobile Services with a database. The Apps can then talk to the Mobile Service which has the database. Microsoft Azure Cloud has and offers that capability.

With respect to getting code or learning concepts etc and so forth, Google.... is the answer to get you started.
 
What is you experience in development?

-No experience - Grab a simple Java Book my first book was Java in easy steps for like $6 on amazon, not in depth but got my feet wet. Then grab a beginning android development book that will help you setup an IDE (eclipse or Android studio) for android development. Then use google/youtube to help you along.

-Some experience- Then more information will be needed to help you, Android has a built support SLQlite databases but it sounds like you may just need to transfer data in a table not necessarily a database(transferring a database is a lot more complicated then just transferring data).
 
Back
Top Bottom