Click here to Skip to main content
15,895,606 members

Comments by Touch Me Not (Top 3 by date)

Touch Me Not 4-Nov-22 10:29am View    
I asked specific question here... maybe someone else will try to answer, if you can't please don't put others off.
thanks for your time.
Touch Me Not 2-Nov-22 10:03am View    
Hi @Richard MacCutchan,

Thanks for the reply.

This is a Android Studio (Java) application it is supposed to do the following:

1: It Loads the Excel file where the whole data is stored the file name already given.
2: The data is pulled and then stored to access date and 5 other columns of data.
3: The data is used to match the current date and display that date data in the given variables, to use it on daily basis such as if the date is 1/1/2022 then it should search for that date and display that date data which are 5 other columns to show the different times of the day.
4: There is a timer set to do the daily repetition,it which doesn't seem to be working the purpose of that is to pull the stored data on daily basis and display it in accordance to that date.
5: The timer is given to update the each remaining time from the next prayer time to allow users to see how much time is left for the next prayer.
6: The times are Fajr, Zuhar, Asr, Maghrib, Isha, these are different times of the day which shows the current prayer times for that day.
7: The timer which supposed to deduct the time from the next prayer time is supposed to show how much time is remaining doesn't seem to be working and the whole code due to that or maybe something else doesn't work, and it doesn't display the next day timings upon the date change (this we will need after the Isha prayer time change, obviously once this whole thing starts working!)

Please have a look at the picture to refer for further details? I hope this help now?

https://postimg.cc/9DhGhFw9

Thanks again for your time :)
Touch Me Not 1-Nov-22 19:26pm View    
So what do you think i should do? I haven't done this before so do apologies for my part of ignorance here... do you think i should remove the code? or just post the partial bit where it loops etc?