[Q] xamarin android Development - Android Q&A, Help & Troubleshooting

Hi,
I am new to xamarin Visual studio android app deveopment . Please guide me for develop it.
Thanks in advance.

First you should learn c# then learn android api's and libraries

Related

[Q] Step by Step Android application development by Android SDK

Dear all
Is there any good resource to learn android application developing through android SDK or any other better suggestion for this.
With Thanks
Safi
See here: http://www.talkandroid.com/google-android-application-guide/.
thanks the one...!!!

Could some1 point me in the right direction plz?!

Hi,
I would say that my knowledge of JAVA is fair enough, intermediate. I just started developing on android for the sole purpose of creating a few book applications.
Are there any tutorials/guides that you guys would recommend that i can follow in order to do so please?
Many thanks.
Without offend you... please search in Google, there are many Android tutorials, like this.
First, you need to setup Java SE, Android SDK, Eclipse and ADT Plugin for Eclipse (in that order), then you can begin to develop
RoberGalarga said:
Without offend you... please search in Google, there are many Android tutorials, like this.
First, you need to setup Java SE, Android SDK, Eclipse and ADT Plugin for Eclipse (in that order), then you can begin to develop
Click to expand...
Click to collapse
Thanks for that mate. I've set all that up already. I was looking for making apps for ebooks in particular. Are you aware of any tutorials for that please?
Thanks.
Nope, sorry dude, I only know general tutorials like above
if you know java, now you only need to know the android classes.
learn the classes you need use from here:
developer.android.com

[help] i need to become a dev please help me

HI people i need to become a android developer....
i have basic knowledge about c++
i have been through lot of guides and how to's and now i am confused of what do i need to know about android like do i need to know some other programming language or what...
please reply with what type of knowledge do i need to have to develop android and please help me i really want to be a dev...
Java is the most important language for an android developer
If you know C++, java will be easy.
Install adt (eclipse with the android sdk) and read the getting started here: http://developer.android.com/

[Q] c++ and android studio

what language does androois studio work with?
i have downloaded it but the vids ive seen on it are in java. is java only supported?
im learning c++, anyway i can still develope with c++?

SQLite In Android App

Hello,
I am newbie in android app development.
I am going to make a sqlite database with my small android application with xamarin platform.
Before that I want to know about how it can be done with native in Java development with android studio.
If you have find any good tutorial then please share.
Thanks.
Making a SQLite in android app is not a big complex thing if it is coded up carefully.
Here I have found an android sqlite tutorial with example for beginners like you and I have referred this to my other trainees also.
It is simple example with android studio with detailed explanation.
You need to create table first, with required colomn names in separate java class in android studio.
Make sure you make primary key with auto increment in all the tables.
Then you need to trigger sqlite queries to add, edit or delete record in database.
Comment back if you have more questions for this topic.

Categories

Resources