Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Does anybody know an open source app which I can download and use as a starting point?
I just want to add comments on a map. When I m at a bar for example, I want to open the app, see where I am on a map and be able to leave a comment which will be shown to other logged in users. Logged in users can reply to my comment.
Not too familiar with android development, that s why I need something to start with.
App or tutorial sources would be great.
you could use PassAndroid as a starting point: https://github.com/ligi/PassAndroid - also includes a map
Github has a vast amount of repositories with Android code in it.
I think you can start with this tutorial, to learn how to use maps on android.
After that, you can search for android projects on git hub.
Also, you need to learn how to work with web services, for every user can get the information in any device.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any way to get the total number of viewers of an activity in an android app? I searched, but the only thing I found was Google Analytics. but as far as I got, this API only shows the number of install uninstalls and some other features not the one that I want.
Appreciate your answers
From what I understand, you are trying to find how many users have visited an Activity in your app. The Google Analytics does give you that details. You can check the implementation here :
https://developers.google.com/analytics/devguides/collection/android/v4/screens#implementation
This is what you need.
Integrate Flurry Analytics in five minutes to get basic insights into
your users and app performance, or set up advanced analysis of complex
events to get a deep understanding of everything your users are doing.
From initial launch to the top of the charts, Flurry Analytics is free
at any scale and available for iOS, Android, Blackberry, Windows
Phone, and mobile web.
For more info:http://www.flurry.com/solutions/analytics
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm often away from home but I'd really like to use this time to develop an android application. Is there a possibility to do this in the browser? I heard of Orion, but if I understood it right it is just for normal php websites and stuff.
So is there an android ide for the browser (online) ?
It would be very nice if you could help me :)
Thank you!
As you want to write an Android app, I guess you have a device running that operating system.
There is an Android app that allows you to develop native apps directly on the device, in a surprisingly powerful IDE. The app is called AIDE and is available on Google Play: https://play.google.com/store/apps/details?id=com.aide.ui&hl=de
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
This is kind of just a general question. I am relatively new to Android programming and I find myself constantly on the android tutorials to get help on topics I want. Consequently a lot of my code resembles such tutorials. Is it bad for me to publish these applications if they use the android code tailored to my needs?
Thanks for your help. I know these moral issues are kind of tough.
If you take refernce from other android code written and released by others, check the license for the code and according use it in your code and can publish your app. For example any code released under GPL license can we used directly.
There are very helpful Tutorials:
http://vogella.com
http://androidhive.com.info
Not really - the purpose of these tutorials are to help you get started on your application. They are meant to serve as templates. But if you are taking licensed code from somewhere then you might want to be extra careful. But as long as you are using tutorials as just a template for your application, you are fine.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to start with Android applications development.
I'm very familiar with Computer application languages (Mainly Java, C++, C#, C , Assembly, Php, but some more).
I'm here to request reference for online android development courses in video, such as this course.
Any additional Android course in this style, will be welcomed.
thanks in advance.
The best way is to go to this site and select Android link which is this and then select the book you want and copy the whole name of the book and go to google and type
thebookname ext:pdf
this will show the pdfs and download the original file.This will save your money and time because shipping takes time...
and believe me you will find 97% of the books listed on orielly...
and i think the books from oreilly are very good.
and for begining you should download this
I got started with the Android Cookbook, which is, by their byline "A Crowd-sourced Cookbook on Writing Great Android® Apps"
It has several tutorials that are explained quite well - always handy to refer to the Developers Guide or here (SO), just in case something is not clear.
I hope this helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have to integrate linked in my android application. Can someone suggest me some framework.
https://github.com/mdinacci/linkedin-for-android/downloads
i used this link but not working. Any example will be helpful.
Thanks in Advance.
I know the question is over a year old. However, if you search on Google this question keeps coming up in the results. That's why I felt the need to provide another answer.
I found a nice library called socialauth-android exists to easily integrate the 10 popular social networks (Facebook, Twitter, MySpace, LinkedIn etc).
I have just checked its latest version(2.0) and it seems that it solved Linkedin new keys bugs which I faced earlier and now I am able to share status , get contacts and get user profile.
Please see socialauth-android website
The LinkedIn Libraries and Tools page has an Android Library listed.
It's actively developed (has groups and companies, two of the newest resources) was updated in September, and has good feedback on the forums.
I'd probably start there for Android development.