Android Tutorial : SQLite Database With Multiple Tables

preview_player
Показать описание
Subscribe to ou Channel for more tutorials on mobile development :

- The tutorial and the full source code are available on :

- Android Tutorial : Custom ListView With Images And Textes:

- Android Tutorial : How To Switch Between Activities And Send Data Between Them :

Рекомендации по теме
Комментарии
Автор

Thank you very much sir! Not just for the database code but mostly for the listview/adapter code, it helped me understand how to use these things. Subscribed

path_ethics
Автор

Thanks you so much for this very instructive video. i downloaded the source code directly from net and imported it in my eclipse and it contained alot of errors

lovepankie
Автор

Hi, Would like to know how to do the same example using content provider/content resolver ??

rashmivenkat
Автор

it worked for me only with one table! when I added another table trying to do simple INSERT clause - I got runtime error. so I read a little about and people said they had the same problems and they splitted their adapters using abstract method.
can you help me with that?

tamirmoav
Автор

in Dao package in DBHelper.java class
in the end of this class why you make another constructor

public DBHelper(Context context, String name, SQLiteDatabase.CursorFactory factory, int version) {
super(context, DATABASE_NAME, factory, DATABASE_VERSION);
}

amrgamal
Автор

Hello, how would I go about editing the contents of a specific company?  Also,  how would I be able to edit company/employee information when using the app? Clicking on a company either brings up the option to delete it or shows the employees associated with that company so I don't understand how I would be able to edit its contents. Please help. Thankyou

ShadzSVC
Автор

thank you so much! it really helped me :)

idanassis
Автор

Android, IOS Tutorials Hello, how would I go about editing the contents of a specific company?  Also,  how would I be able to edit company/employee information when using the app? Clicking on a company either brings up the option to delete it or shows the employees associated with that company so I don't understand how I would be able to edit its contents. Please help. Thankyou

ShadzSVC
Автор

It works TY SO MUCH MAN BTW this is a great job. The code is so clear an easy to understand THX MAN. GOD BLESS YA HUSSEIN. I liked and subscribed to ur channel need more videos like dat.

jamalkygo
Автор

Sir we create other table in that then show the error like no such table..values are not inserted?

bbnlvijayawad
Автор

The web page containing the source code cannot be found?

ryananthony
Автор

Is it possible to create recyclerview on that situation instead of listview?

hushnudbekumarov
Автор

Thank you! Very helpful tutorial. How to get the source code?

leonidustenko
Автор

Can you please demonstrate this using content provider along with CURD operations

naveenkumarmkNvn
Автор

thank u for this wonderful video, ,, very helpful 

pradeepjoyal
Автор

There is a small bug in code. EmployeeDAO.java should be + " = ?", ". Otherwise the list of employees per company is not displayed correctly.

jamesbowman
Автор

+Ryan Anthony : The website is down due some problems that we are facing because we are migrating the website to a new hosting client. Thank you for your understanding

Android-ios-tutorials
Автор

Help please anyone... How to show list employee based on the company.. because i using this code and the company didnt show the correct data (just showing 1 employee from it)

pierrepersada
Автор

I have 6 tables. How can i join all of them??i understand when join two tables, but i should join 6 tables.

manggalawiryawan
Автор

But the link for the source code isn't working. So how to get it ?

arnaudkenfack
visit shbcf.ru