I began studying Android development 3 weeks ago first with Eclipse because I have prior experience with it because of college, but every modern lib I try to add mentions Android Studio and Gradle and it seems like it could be better if I used both.
What are the pros e cons of Android Studio and Eclipse?
Is there any API I can use to get this kind of data? Google and Foursquare did not seem to help with that
thanks for your time
UPDATE: you people are amazing, thanks for the responses!
I work for a Brazilian mobile ad network that has two major Rails application and a lot of old school jQuery-based JavaScript that could be refactored into a Angular.js to improve code quality and maintainability.
I wanna hear from the Angular.js developer and enthusiasts, what reasons could I use to influence my boss into accepting Angular.js into the projects?
Thanks
I have a huge Rails app with many usage points: web interface, 2 APIs, etc. and I want to show a status page for this app, decoupled from the app itself, of course, like GitHub, Bitbucket, Basecamp and so many others have.
How do you make this service know that the main services are running? How do they communicate? If the main service is on Rails, what do you use to develop the monitoring/status website?
here where I work we develop a JavaScript wrapper for our API, to be used by our clients. We want to serve this from some place else than our server, use a good CDN and serve this file from there just like Google does with jQuery and so many other libs, for example.
So, what CDN should I use? Can you tell me why?
Thanks in advance