Sacrament Agenda App for Android

kahughes
New Member
Posts: 4
Joined: Sat Apr 25, 2015 8:17 am

Sacrament Agenda App for Android

#1

Post by kahughes »

I have been developing an Android app over the past few months for sacrament meeting agenda. I will upload the source code to github soon and share the link with this site to allow for other to develop further, if they wish. This is the first version and is quite restrictive but works really well for standard sacrament meeting with 3 speakers and intermediate hymn. https://drive.google.com/open?id=0B1K5u ... kFwN3AyZUU
I have started to develop a version 2 where the agenda items can be added and moved around, so will be a lot more dynamic but this is time consuming and I don't really have that much time.

The app separates the different items needed for a sacrament meeting (https://drive.google.com/open?id=0B1K5u ... GNsQVNDTDg). You can add different information at different points throughout the week and can change the date items so can be rescheduled. I have served on the bishopric and as bishop for the past 10 years so I designed the app be easily navigable and be able to make quick last minute changes.

All the options (ward and stake business, acknowledgements and announcements all hang together through the agenda item. To add items click on the blue header bar. To edit items click on the item you wish to edit. To delete items swipe right on the item you want to delete.

I have also added a web service option to the app. It makes things so much easier because items to be added by any member of the bishopric and sync with all devices. This works on the principle of last saved is the most up to date. So depending on sync times could over-write other edits. So a sync first is always recommended ;)

The web service option require you to have an online database. It uses mysql and php. I will also share the script to create the tables needed for the database and I will also share the php file that is needed to interface with the app and database. It is only one file (but with a lot of if statements!).

I have used this for a few months now and works well and hopefully with a bit of collaboration the app can be improved.

The app can be downloaded from here https://drive.google.com/open?id=0B1K5u ... Wp6Vk4xcnc

Some screenshots
https://drive.google.com/open?id=0B1K5u ... jl2RjJ0OGM
https://drive.google.com/open?id=0B1K5u ... VZDQXJia2M
https://drive.google.com/open?id=0B1K5u ... kFwN3AyZUU
https://drive.google.com/open?id=0B1K5u ... 0k3QU9PXzQ
https://drive.google.com/open?id=0B1K5u ... GNsQVNDTDg

php file: https://drive.google.com/open?id=0B1K5u ... HNENU1jZVE
The sql code to create the table: https://drive.google.com/open?id=0B1K5u ... TRXUzM5clU

I'm sure if you want to try this out you will have loads of questions. If you need answers then let me know.

Thanks
User avatar
sbradshaw
Community Moderators
Posts: 6249
Joined: Mon Sep 26, 2011 9:42 pm
Location: Utah
Contact:

Re: Sacrament Agenda App for Android

#2

Post by sbradshaw »

Thanks for your work – this looks like it could be really useful!
Samuel Bradshaw • If you desire to serve God, you are called to the work.
kahughes
New Member
Posts: 4
Joined: Sat Apr 25, 2015 8:17 am

Re: Sacrament Agenda App for Android

#3

Post by kahughes »

This is the link to the github site. If you have any questions, just ask.

https://github.com/littlehugs/SacramentAgenda
User avatar
sbradshaw
Community Moderators
Posts: 6249
Joined: Mon Sep 26, 2011 9:42 pm
Location: Utah
Contact:

Re: Sacrament Agenda App for Android

#4

Post by sbradshaw »

I don't currently have a calling where I need to keep a sacrament agenda, and my bishopric isn't as tech-oriented as I am, but hopefully others will be able to test it out and give some good feedback.
Samuel Bradshaw • If you desire to serve God, you are called to the work.
leonardomaia
New Member
Posts: 4
Joined: Tue Oct 08, 2013 5:22 pm

Re: Sacrament Agenda App for Android

#5

Post by leonardomaia »

Hi Brother, I have a project to make two websites in Ruby on Rails, and I wanna use web service to know the call and the leader is login in application.

Do you help me how I use and where do I find this web service of the lds login?
Leonardo Maia
eblood66
Senior Member
Posts: 3907
Joined: Mon Sep 24, 2007 9:17 am
Location: Cumming, GA, USA

Re: Sacrament Agenda App for Android

#6

Post by eblood66 »

leonardo_maia wrote:Hi Brother, I have a project to make two websites in Ruby on Rails, and I wanna use web service to know the call and the leader is login in application.

Do you help me how I use and where do I find this web service of the lds login?
The church does not provide a web service for that information that is available for use by 3rd party applications.
leonardomaia
New Member
Posts: 4
Joined: Tue Oct 08, 2013 5:22 pm

Re: Sacrament Agenda App for Android

#7

Post by leonardomaia »

eblood66 wrote:
leonardo_maia wrote:Hi Brother, I have a project to make two websites in Ruby on Rails, and I wanna use web service to know the call and the leader is login in application.

Do you help me how I use and where do I find this web service of the lds login?
The church does not provide a web service for that information that is available for use by 3rd party applications.

Ok! Thanks!!

But, do you know how can I make a system that check these informations for security of the application?
Exemple:
Only a Stake President can do some things in system.
A member without call only has view permition.

Do you understand?

Thank you!
Leonardo Maia
russellhltn
Community Administrator
Posts: 34419
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

Re: Sacrament Agenda App for Android

#8

Post by russellhltn »

Without access to the church systems, that's not possible. And I've not seen the church express any interest in supporting 3rd developers outside of FamilySearch applications.

Either you're going to have to trust people to be who they say they are, or you'll need to discard that idea.
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
davidejohnson
New Member
Posts: 1
Joined: Mon Apr 17, 2017 10:25 am

Re: Sacrament Agenda App for Android

#9

Post by davidejohnson »

kahughes wrote:I have been developing an Android app over the past few months for sacrament meeting agenda...

I have started to develop a version 2 where the agenda items can be added and moved around, so will be a lot more dynamic but this is time consuming and I don't really have that much time...

I have used this for a few months now and works well and hopefully with a bit of collaboration the app can be improved.
I love your app. Unfortunately, I have zero programming ability. Have you made any headway on a version 2? I'd love to see any improvements /additional functionality you may have added.

Thanks!
kahughes
New Member
Posts: 4
Joined: Sat Apr 25, 2015 8:17 am

Re: Sacrament Agenda App for Android

#10

Post by kahughes »

davidejohnson,
I have not made much headway on a version 2. I did some development on the Android app making the agenda items a bit more dynamic, such as adding additional speakers, hymns, musical items etc. I did try recreating it on a html 5 app just to see how easy it would be. I haven't really worked on it in nearly a year. Over the past few months I have thought about getting back into it. If I do manage to get something working I will update this thread.
Post Reply

Return to “Mobile Applications”