nice blog to learn android from basics [closed] - android

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'm beginner to android, i want to know any simple tech tutorial which teaches me basics of android.
Right from installation to complex stuffs in android. I googled lot but just wanted to know if you guys provide me good one which helps me more.
thanks

Here is the best blog you are looking for http://coderbridge.com, also you can look for developer.android.com which is fair enough to learn android.

This is really the place to start.
http://developer.android.com/training/index.html
Click on "building your first app" and go from there.
Make sure to read all of the text.

Related

What is required knowledge for Android application development? [closed]

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 am wondering what I will require knowledge of to effectively develop an Android application in addition to where these skills can be acquired.
Thanks in advance!
Well you'll need to know Java but other than that it should be pretty simple. I built my first app about a month ago and only knew Java. It takes time to learn Java though.
Here is some links that might be helpful
http://thenewboston.org/list.php?cat=31
http://thenewboston.org/list.php?cat=6
If you are a beginner I would recommend you to start with Phonegap(Mobile application development framework).
This required only a basic knowledge of HTML,CSS and JS.

Where to Start with SDK Android [closed]

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
So I just downloaded the Android SDK App Development Software and would like to know where to start. I have NO experience in programing in anything but Delphi7. I dont mind if you just give me a website.
Thank you!
This question is gonna earn you a lot of negative votes. There are tons of stuff for starters just use google and this forum.
You need to have a basic knowledge of java. for android i would recommend the new boston series on youtube, for book 'Android 4 application development` and for online reference developers.android.com.
Go through training on android web site:
http://developer.android.com/training/basics/firstapp/index.html
First IDE of choise should be Eclipse.

Getting started on iOS - for Android developers? [closed]

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
Is there any good resource for getting started with iOS development if you're an Android developer?
I remember Microsoft had courses for Android developers to make them jump over to WP.
I'm looking for a similar thing (preferably in an online form) for iOS.
Thanks for any hints!
http://www.RayWenderlich.com has a wealth of iOS tutorials for beginners, experts, and programmers looking to pick up a new language.
This one in particular is written for someone who knows how to program but wants to learn Objective-C. https://www.raywenderlich.com/21320/objectively-speaking-a-crash-course-in-objective-c-ios6
Good Luck :) Welcome to the community.
Any of the apple developer tutorials are good for anyone jumping into iOS.
https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Guides
Standford's course is also very good. I'm following it right now and I highly recommend it.
https://itunes.apple.com/es/course/developing-ios-7-apps-for/id733644550
More info here: http://www.stanford.edu/class/cs193p

Need help setting up a sharedpreferences password screen on app start up [closed]

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
Ok, i tried to give it a small go on my own, but just ran into too many problems.
Can someone help me implement this? Or point me somewhere. The bad news is I am looking for a complete instruction guide to this :/
I am implementing it into the google tabview tutorial, although i don't think it matters.
Thanks for help. This should be a good reference for people in the future.
I've used this tutorial here to setup shared preferences in my apps.
http://www.codeproject.com/KB/Android/AndroidLiveWallpaper.aspx
To actually view how the settings are created, check the tutorial but download the source and review I remember there are bits missing from the tutorial about how to get it running.

Android AR Toolkits [closed]

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 have been looking around for a good Android AR toolkit to play with. I have found a few references but I am not really sure which ones to try. It seems to be a lot of work just to get any demo's working.
My requirement is that I want to be able to detect AR Markers/Tags. I would then look to add a 3D model based on the orientation of the marker/tag. A nice basic cube would be a great start :D
So do any of you have any recommendations?
I have just tried http://code.google.com/p/andar/ and it is not too bad. I would really like one that has some better project examples and well documented source code.
Oh, and as this is currently only for playing with I don't want to be paying any money for it.
You can try looking at NyARToolkit

Categories

Resources