Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I hope you are doing well.
I have a project to do at school, it's about developing an API to link three applications from different platforms to a single database. It will be a desktop, mobile and web application. But problem, I've never developed an API and I don't know where to start. I would like you to tell me how to do it (which language to use, which software I need and if you can advise me on specific courses), or at least give me indications on how to search. I heard that we could develop some with Python which is a language that I use often, so if there are indications that can go in this direction as well. Thank you so much.
Based on knowledge about python i recommend to use Flask framework to create your api and you can find a lot of youtube videos can help you
i hope that i was helpful for you good luck
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I found these 3 app on Play Store and want to base my learning course on what tehnology are they make.
https://play.google.com/store/apps/details?id=com.TreetopCrew.VirtualBeggar
https://play.google.com/store/apps/details?id=com.outerminds.tubular
https://play.google.com/store/apps/details?id=org.nanobit.cheftown
So my questions are how to make it and focus my learning on technologies they use. What frameworks is best to use and stuff like that.
I know to make basics app till now, with standard design and fuctionality, but want to learn more.
I know that the last one is little more complex, but I have a free time and want to learn, so any help will be appreciate.
Thx
I would suppose you received down votes as this is not really a question for stackoverflow. As commonsware stated, it is best practice to reach out to the developers and see if they are willing to divulge any info on what they used to develop their apps. As well there are multiple resources out there for starting game development in android. One that comes to my mind is XDA, but even just using google to dig around.
Here is a link to a game development thread on XDA
http://forum.xda-developers.com/showthread.php?t=1753131
And here is a link to the development thead mentioned in XDA
http://www.kilobolt.com
Stackoverflow is more designed and targeted to specific code problems/questions. It is not meant for individuals to ask for "how do i make this" questions.
For reference, please see the link below on what should be asked here on Stackoverflow
https://stackoverflow.com/help/on-topic
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I know how to design and develop android application which works offline.But now i want to move towards dynamic android app,which works totally online like facebook,quora,newshunt.Where should i start please give me a way.
Thanks
I personally am completely self-taught when it comes to android, and, well, its been a journey.
For me, a big turning point was
"http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/"
It really gives you a good idea of what it takes to create an app that is connected to the internet, and it isn't hard to implement yourself. Mind you, before, you were working with just android, but once you integrate network connectivity and a server backend, the levels of complexity multiply.
If you're a solo-developer, just getting started, the Google App Engine does a pretty good job of making everything very easy to use, so I might recommend that. It has a free trial of all their cloud services which is $300 for 2 months.
https://cloud.google.com/appengine
Amazon AWS also is attempting to create a similar system, but they are seemingly geared to more enterprise-level operations.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm planning on making an app that can access posts from a WordPress blog and display them. I would start with iOS but I could use cross-platform frameworks too. I'm looking for something more programming-oriented instead of a drag and drop interface so that I can have extensive options for further development. What is the best code-based way to display blog posts from a WordPress site? I'm aiming towards something similar to the CNET app. Does anyone know how they made theirs?
I would just install a theme that is responsive, so that it's mobile friendly. By the way you asked the question, this sounds pretty ambitious. However, if you want to get your feet wet, consider looking into PhoneGap / Cordova perhaps.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
A very, very simple question. I am developing an app for Android in Eclipse using the SDK of Android an so on, nothing special. My app is going to be a geo-location type. Like this.
I'm a newbie in the AR applications. I have seen some SDK's like Wikitude, that help us developing this kind of apps.
The question is: Is it really necessary to download an alternative SDK for this, or, in theory, I could built it by myself without any extra-download? (more hard-working and time, i guess).
Thank you people.
Is it really necessary to download an alternative SDK for this, or, in theory, I could built it by myself without any extra-download?
Wikitude and similar frameworks were written by programmers. Other programmers could write one as well. Hence, in theory, if you are a programmer, you could write one.
However, since something like Wikitude probably has in excess of a hundred developer-years worth of engineering in it by this point, you may wish to use an existing framework, unless you have a rather long timeframe for developing the app.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm new to the android. What are the exact pre-requisites for android programming. As I know the basics of java, will it be helpful in learning the android programming?
Google around for tutorials. I learnt Android with no experiance in Java.
Take a look at these site
http://www.vogella.com/android.html
http://developer.android.com/index.html
Yes, it'll be. How can you develop Android app without knowing java? DEITEL- Android How to Program
will give you the basic java you need to start android development. But sooner or latter, it would help if you take java seriously. Resources are rampant on the web, just google them.