Xamarin Android Tutorial - Getting Started with SQLite Databases

Xamarin Android Tutorial - Getting Started with SQLite Databases

Rhys Teaches Programming

7 лет назад

17,988 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Normalworld__
@Normalworld__ - 01.02.2021 15:31

and how can i access the file freom windows?

Ответить
@olcatgaming859
@olcatgaming859 - 22.12.2020 01:05

I fucking love you ma'am i have 2 hours to finalize my application for this finals and this is the fastest tutorial ever

Ответить
@piyushsingh1985
@piyushsingh1985 - 18.12.2020 19:02

Cheers/ Your tutorial made my life simple/ cool and easy i like it

Ответить
@sarce1979
@sarce1979 - 20.01.2020 21:32

Simple and easy tutorial, thank's you for this..

Ответить
@James-zr1lu
@James-zr1lu - 23.12.2019 10:25

Nice, simple, clear and well explained. What more could you ask for?

Ответить
@isarel5925
@isarel5925 - 29.10.2019 08:08

Tiffany I need help with this video. It’s is very user friendly but I want to be able to test it with IOS. Can you help me? Or how I can punish something similar but for the user to be able to add comment to a set of data I copy into a table. What is your email ?

Ответить
@endlesscomputercoder6132
@endlesscomputercoder6132 - 03.02.2019 12:53

voice devexpress tutorial you ?

Ответить
@mehdiafrasyabi1366
@mehdiafrasyabi1366 - 30.12.2018 20:31

Thanks, Your Traning was useful.

Ответить
@rezazanganeh1112
@rezazanganeh1112 - 11.11.2018 09:58

thanks Tiffany

Ответить
@engosm2009
@engosm2009 - 14.08.2018 00:25

awesome

Ответить
@SelmanErhanekici
@SelmanErhanekici - 18.07.2018 19:33

Thanks Tiffany Thats what I looking for

Ответить
@tamirmoav3774
@tamirmoav3774 - 31.05.2018 19:26

two questions please:
1 - why do you create database each time you press the button? isn't it right to do it only once and the click will only insert a row?
2 - what does it mean +delgate? on the click? is that a method?

Ответить
@junaidmalik660
@junaidmalik660 - 18.04.2018 23:02

thanks, 1 life saved :D

Ответить
@dragansantos1577
@dragansantos1577 - 11.04.2018 22:06

Hey! How make a alter table? for example: i need add column on contact table, the column will are a "adress"

Ответить
@johngechure
@johngechure - 17.03.2018 15:37

wow such a helpful video thanks

Ответить
@rohanshetty431
@rohanshetty431 - 16.02.2018 08:42

While clicking on STORE DATA button, my application is not able to create database , it will close my app, same will happen while clicking on GET DATA button...So can you please give me some suggestion.

Ответить
@johnlucy9713
@johnlucy9713 - 26.01.2018 20:45

These tutorials are wonderful. I really appreciate you taking the time to produce up to date (ish) material that is level appropriate for folks who have coding experience but aren't familiar with working in Xamarin.

Ответить
@mail4ejaz
@mail4ejaz - 23.01.2018 11:58

There is an error in this code. In getbutton this line is wrong TextView displayText = FindViewById<Button>(Resource.Id.displayText);
it must be TextView displayText = FindViewById<TextView>(Resource.Id.displayText); <Button> -> <TextView>

Ответить
@markgraham2312
@markgraham2312 - 04.01.2018 21:17

Excellent! Could you use the emulator in Visual Studio to illustrate execution? That way the video won't be out of focus when you run the app and you also can debug through the code while seeing it on the app. Thanx.

Ответить
@tobidada1354
@tobidada1354 - 15.12.2017 03:22

Thanks for this Tiffany... helped me out of a nasty error.

Ответить
@leleDisaji
@leleDisaji - 12.10.2017 15:14

compliments for the tutorial.
very clear
how do I do if I want to use a sqlite database?
string path must be my connection string?
i am using visual studio. how i get it?
I mean a database already with values that can be used in my application
thanks

Ответить
@rivpinghoe5664
@rivpinghoe5664 - 01.10.2017 11:51

Great Job. Awesome !

Ответить
@OmaralaaHEROMORA
@OmaralaaHEROMORA - 15.09.2017 18:40

by far the bets tutorial I've ever seen for SQLite

Ответить
@shabanaparveen2422
@shabanaparveen2422 - 15.08.2017 13:32

Perferct!!!! i was trying to find something very simple and easy to understand video and i am lucky to find your video. Kudos :-)

Ответить
@adyblu3
@adyblu3 - 18.07.2017 15:21

The easiest to understand sqlite tutorial, thank you so much :)

Ответить
@billymartin6497
@billymartin6497 - 15.06.2017 02:38

What do I do if I don't want to create a new database, but load a pre-filled database that is in my Assets/databases directory?

Ответить
@sschannel4550
@sschannel4550 - 26.05.2017 18:09

Wow, this is what I call a tutorial; simple and quick. I`m trying to start working with SQLite but all of other tutorials are so long complicate and boring to watch. And this I done it in about 20min and understand the basic and now I`m ready for more advance stuffs. Thank you for making this awesome video, good job!

Ответить
@jiyaanjuli3182
@jiyaanjuli3182 - 25.04.2017 20:43

bascally where is the database in visual studio how i see and check it?

Ответить
@vinix74
@vinix74 - 27.03.2017 23:56

Thanks Tiffany !! Im learning so much!
When i click im my getButton, instead of returning the values of the class Contacts, it returns: App name + Class name, eg: App4.Contatcs, can you help me to fix it ?

Ответить