March 19, 2013

What is a good website to use to learn android app programing for free?

Q. Just looking for a site that offers the different preset variables along with the code examples, like w3schools instead for android programming. Thank you for your time.

A. http://www.youtube.com/mybringback


Do android program can be run to any android device?
Q. Do any kind of android program can be run to any android device like android phones, tablets or any device that runs android?

If no then please include problems that affects?

A. no


good books to learn android progamming and c# programming?
Q. I know java pretty well and im looking to get into some android programming (at least for fun, but hopefully to make a little side money). I've also dabbled in c# a little bit but i would like a book to really learn as much as possible and to have a reference.

I don't want the books to be crazy expensive and i would like for them to be relatively easy to read and understand. Any suggestions would be awesome thanks!

A. I personally don't like learning from books and would rather learn from the internet. Android has some great documentation which you could take advantage of. There are tutorials on Youtube too that you could take advantage of. C# is a language so it has many many tutorials all throughout the web; all you have to do is search for it.

Here's the link for the Android docs:
http://developer.android.com/guide/index.html

Here's one c# tutorial:
http://www.csharp-station.com/Tutorial.aspx

BTW for reference, there's no better source than the internet because it never gets outdated =P. Good luck.


How do you insert user input into an SQLite Database in Android?
Q. So I'm fairly new to Android programming, and I have an SQL database class set up, and I can add items to it just fine from within its own class. The problem is that I can't implement a method in my main class to add items to the database, it just crashes the application. How do I access the database from a separate class?
I have tried creating another instance, however since the database class is also an Activity, it crashes the program

A. If you create a new instance of the database class from the launcher activity to set it up, surely you could just create a few public methods in the database class to insert/update/delete etc from the launcher activity?





Powered by Yahoo! Answers

No comments:

Post a Comment