Temples order is based on This Website
Developed by professors and students at Brigham Young University Hawawii
-
add new temple to the end of temple_names.txt in res/raw. If adding multiple, add them in the order announced. Follow the format of the other temple names in the file. Copy the new temples into res/raw-en and res/raw-zh as well.
-
add a text file for each temple into each of these three folders: raw, raw-en, and raw-zh. Name each file following the naming convention used in the templenames.txt, and add the .txt extension. If you're using Linux, I recommend the "touch" command, which will let you create all your files at once in each folder.
-
Fill the new text files with relevant information, like any announcement, groundbreaking, or dedication dates. Follow the format found in existing temple files.
add new temple webp images in drawable:
1. small: 200x200
2. large: 500x500
Images should be cropped into circles.
in TempleView.java, adjust field howManyTemples to the number of total temples. This will be equal to the number of lines in temple_names.txt
UPDATE ---> This should no longer be necessary through the implementation of the countTemples function. The number of temples should be retrieved by itself from the temple_names.txt file in raw
Aloha! Thanks for checking out Temples Timeline Android version. Maybe you are a student interested in this app or anyone came across, anyway if you are introduced here by Brother Draper (or any other processors at BYU-H) and/or want to work on this app, please contact me at litian_zhang17@163.com and let me know your email, I can add you to the project!