Please make next video on updating table of timetable when online. Thanks for the video. it is really helpful and rare to see such well explained tutorial videos in youtube.
@anupamdungdung94174 жыл бұрын
Thank you for the tutorials. Your explanation of each and every component is really helpful
@hemantsah85676 жыл бұрын
Would you be working more on this project.... I mean when will you upload your next video...
@nancykumari22684 жыл бұрын
Please help my ap showing crash when clicking on any days don’t know what’s wrong in it.there is no message in logcat only showing crashing exception...
@shrutikakarande54416 жыл бұрын
How do we generate a timetable from given number of teachers, subjects, time ,available classrooms and labs without overlapping any of the following data mentioned above
@kevinkamaluddin23376 жыл бұрын
How if i want the subject is an input from user not in the code? thank you
@ProfessorDK6 жыл бұрын
You can give an option to edit in each list item. By clicking on the option, the edit text in the list item gets enabled and the user can enter own data
@adharshmp1614 жыл бұрын
AAPT: error: 'wrap_content' is incompatible with attribute layout_weight (attr) float. ","tool":"AAPT"} this is showing can u help out
@simonmaina5176 жыл бұрын
am getting error after .setOval and after .setLetter someone help me letterImageView.setOval(true); letterImageView.setLetter(subjectArray[position].charAt(0));
@navithanarala70834 жыл бұрын
Hello sir ,I have been trying your time table but I constantly get an error : “can not resolve symbol array “..can u please help me with this ..
@hemantsah85676 жыл бұрын
Hello Sir, You haven't uploaded any video regarding Time Table App..
@ProfessorDK6 жыл бұрын
Will be out this Sunday :)
@aryansaxena31676 жыл бұрын
I m getting problem in my daydetails activity. when i click on respective days all the days are leading to the daily activity ,except for thursday..There is not any error in the gradle file. Can you help me with that?
@anshulrathi28706 жыл бұрын
what kind of layout are you using for describing subject details like Unit 1,2,3,4.etc
@ProfessorDK6 жыл бұрын
Relative layout :)
@dayakargoudbandari71936 жыл бұрын
when I click Tuesday it will close and sent to previous activity.. Lag cat shows like this... Before Android 4.1, method int android.support.v7.widget.DropDownListView.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView" What to do?
@joshualkausanorguba61126 жыл бұрын
thank you for the the tutorial,,,,when will you upload for part 9
@ProfessorDK6 жыл бұрын
Part 9 will be uploaded the coming weekend :)
@zubairahmed50846 жыл бұрын
the fruit of patience is sweetest bro.. prof. DK always delivers the best!!!!!!!
@sumas5626 жыл бұрын
Sir , how to add 2 tables and retrieve those different tables from Firebase database in android studio . sir plz provide video of this
@learneverything26946 жыл бұрын
Brother plz upload a video on how we add the time table on a database in firebase so that if any changes in a time table is happens so we can simply change the database and it automatically implemented on our app ...plzzz
@teenanandwani88236 жыл бұрын
Sir, in the day details you have added the timetable statistically... Is there any way to allow user to enter the day details and make their own time table???
@ProfessorDK6 жыл бұрын
Yes it is possible, you need to make use of an edit text to allow user to add stuff. A button at the top to allow the user to add as many edit texts that they might like. Now the main question is do u want to store these input data into an online database or a local one. If the changes one makes won't affect anyone else, a local database on your mobile would suffice. If not u can update the firebase database and it will load the new data to whoever is using the app. Hope it all makes sense. All the best :)
@joshalforque56636 жыл бұрын
Thank you for the tutorial🤗 But sir how can i edit delete update the timetable? Pls put on your next video its really important to put on edit update delete on timetable😀 Thank youuu
@ProfessorDK6 жыл бұрын
You can make the timetable dynamic by serving data from database :)
@anshulrathi28706 жыл бұрын
how to get value from 2nd TextView when there are 2 TextView in the single activity like i have a activity with tv1 as samester and tv2 as name of samester then how can i pass samester name and semester in next activity
@ProfessorDK6 жыл бұрын
Use shared preferences to store the value of the textviews and access the sharedPreference in next activity :)
@anshulrathi28706 жыл бұрын
example ?
@anshulrathi28706 жыл бұрын
any video u have made
@ProfessorDK6 жыл бұрын
No I haven't made any video
@monikaburhan27406 жыл бұрын
Sir merko kuch changes krne h coding m plss can u help
@ProfessorDK6 жыл бұрын
Kya changes?
@zubairahmed50846 жыл бұрын
sir aap ko help kardein ge for sure!!!!
@amitjadhav78306 жыл бұрын
when i click on timetable. TimeTable Demo keeps stoping please help dk sir
@ProfessorDK6 жыл бұрын
Check your logcat for errors :)
@AnkitKumar-gv2if5 жыл бұрын
@@ProfessorDK 2019-08-18 13:32:08.819 1882-1906/? E/memtrack: Couldn't load memtrack module this is the error how to resolve it
@zubairahmed50846 жыл бұрын
bro aweeesommme videoooo
@parammoradiya30316 жыл бұрын
I want to make app that generate time table automatically please tell me about that....
@ProfessorDK6 жыл бұрын
Then you must load the data from a database. The database can be constantly changed and the app becomes dynamic :)
@letslearncomputerprogramming6 жыл бұрын
you design the time table in row and col
@akshayhiremath81436 жыл бұрын
Sir tell me how many tutorials are left for this? Please
@ProfessorDK6 жыл бұрын
3 more :)
@akshayhiremath81436 жыл бұрын
Professor DK thank u sir but pls try to upload as soon
@mehrajud-dinbhat80486 жыл бұрын
Sir... I think the best thing was to get the timetable from the database.. And i was waiting for that..... Please sir tell me how can i do that
@ProfessorDK6 жыл бұрын
Stay tuned for that. It will be covered too :)
@talgatmelisbekov35016 жыл бұрын
Can you make tutor with drawer
@ProfessorDK6 жыл бұрын
You can watch my tutorial on Material Navigation Drawer :)