Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Well i am trying to find a good software which helps me in coding. Hassle free and a bit helpy?
As of now eclipse is generally used by most of the people around the world. You can download the same either from eclipse official site and download the plugin for the same
Or you can use Android studio for the same. To do the same you can download it from the official android developers site https://developer.android.com/sdk/index.html .
Do keep in mind that after some time, android studio may be used more by people as it is developed only for android development and also google is stopping to provide support for eclipse.
One more thing that, once you download the software, you will need to install sdk's for the api level for which you want to develop
All the support for development for android is available at the above mentioned link. Information about all the libraries are also available at the same. For more resources, you can always use youtube for the possible leacture series and also use stackoverflow and codata whenever you are stuck.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
i study a course of development android application, i want to see a real professional code.
Is have a way to find in web a real working android applications and inspect their code for learning purpose?
Have a look at
https://github.com/google/iosched/tree/master/android
Google I/O is a developer conference held each year with two days of deep technical content featuring technical sessions and hundreds of demonstrations from developers showcasing their technologies.
This project is the Android app for the conference. The app supports devices running Android 4.0+, and is optimized for phones and tablets of all shapes and sizes
You can explore online repository hosting platform Github for Android projects and for others,too. There are huge number of good projects.
Android provides official sample applications projects for each API version. You can download them via SDK manager and also from google's android developer site
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In my company we have started development in android application.
Our problem is there are multiple developers for same application and usually need to work on same files so it is really difficult to integrate work each one of us does. Also we are looking for versioning system also .
For php development we used VSS where on one file only developer can work which was fine but unable to use it for android since we moved to ubuntu and everyone is having their own eclipse setup.
Please suggest solution.
Thanks in advance.
So you are looking for a versionning control system. I recommend to use GIT, you can host the remote on github (as it's free for public repository), on bitbucket (for 5 users private repository) or on your own server with GitLab
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I would like to do a mobile native app (Android & iOS) with OpenStreetMap. I need to work with maps offline for trekking.
I read about OSMDroid, MapsForge for Android, but I need to do in iOS too. Could you recommend me some libraries, tips etc for these mobile OS?
Thank you
The OSM "stackexchange like" help might be a better place for this question.
See for example: https://help.openstreetmap.org/questions/8066/ios-android-sdk
Check also the OSM wiki: https://wiki.openstreetmap.org/wiki/Frameworks for possible alleys to explore.
If you are ok with a commercial library check out skobbler's OSM SDK - they offer offline maps and a free tier plan that might be large enough for your needs. (minus the marketing talk, the SDKs can be downloaded here)
If you are an company/enterprise then also have a look at cloudmade (as far as I know they changed their policy and supported only enterprise plans).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
This might sound like a duplicate question but trust me its not.
I have an Android app. It contains WebView to display webpages. Now I am planning to go live with the app on ios too. Now having two different codes and maintaining them is a difficult task.
Is there a way I can develop app in both the platforms with minimum maintenance issues. With minimum maintenance I mean more reusable code that can be use on both the platforms.
I have heard that it can be done using Chromium Project but am unable to find supporting docs for the same on internet.
Any suggestions?? or reference materials??
For what I know there is no way you could use your Java code and the XML files (including your WebView) in IOS application. the language/platform are different.
What you could do is to develop a web application that looks as a mobile application for example using JQueryMobile and the export it using the already suggested PhoneGap framework to any platform you would like.
You should try one of the several frameworks out there, being PhoneGap (http://phonegap.com) an interesting option.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm interested in developing an android app that makes use of an OpenCV android port at http://code.google.com/p/android-opencv/. Particularly, I want to use SURF features which comes embedded in the OpenCV framework but I'm not sure if then I will be able to sell this app.
Anyway, is there any non-free app making use of any of the OpenCV android ports?
SURF is a patented algorithm. You need permissions to use it in commercial applications. SURF comes with OpenCV because there its being used for "academic" or "research" purposes, without any commercialization involved.
Read the license files of the particular port you are using.
The two different ports I googled and looked at in the past two minutes seem quite clear.