Mobile application with the same intent of a bulk sms - mobile-application

Please I have an idea to build a mobile application for my church, although I have started building it. But I need an advice as to how to go about certain things. I dont want to work amidst.
The main idea
The users of the app will receive daily bible verses and encouraging words from the administrator.
Events and announcement for church services wld be sent to all users of the application.
Please what are the things I shld read about if I want to build such an application. I would be grateful if someone could give me a foreknowledge of what I am doing. Thanks in advance.

Related

I need an advice about Multi Customer Deployment for ReactNative App

My team will make an application for business solution. We need a way for deployment because we have customers more than 5, but we want to use just one build for our app. And we have a problem, because we don't want to publish our app to appstore or playstore, we want to serve directly our customer's clients. And there is a handicap, because our customer's networks are restricted. We have searched for a lot of ways, but none of us can take us to the conclusion.
Can you guide us if anyone live in a similar situation?
Thank you,
Mert
Try this, use just one build for your app, upload and share it.
https://www.diawi.com/

How would I make my own feed/marketplace? [React Native]

I am so curious about how companies make their own marketplace within an application? I am trying to achieve a marketplace where individuals can sell products on a mobile application. So when a user logs into the app they are met with a live feed of various products. Something similar to the GOAT app, eBay, or Etsy. Usually, I know where to start, however, I have never dealt with an idea so complex. I know it can be done because it has been done multiple times over. However, I am asking if someone could provide me with some guidance. I did some Googling but came out empty-handed. Is there a video tutorial or a step-by-step guide on something like this? I also do not mind buying a course if I can achieve this effect!
Currently, what I have now are three pages! A working signup and login screen with a firebase backend that authenticates a user's email and password. It leads to my home page which is very basic. Just a header with tab navigation! I know it is very barebones... however I came here to see if I can be provided with some steps from here. Maybe even a proper technology stack.
Thank you in advance for any help!
Here are some examples of apps with live marketplaces:
https://appsftw.com/app/looklive-shopping-app-discover-celebrity-fashion
https://itunes.apple.com/us/app/shop-sell-save-with-ebay/id282614216?mt=8
https://itunes.apple.com/us/app/goat-shop-sneakers/id966758561?mt=8
Hey research marketplaces with ready app react-native template like this template e-commerce . But you need some knowledge about react-native or you can ask a freelancers.

Does Devtrack have an API that i could use with a chatbot ( slack )?

I want to build a chatbot in Slack that can use some information that is stored in Devtrack.
For example for the QA guys instead of receiving email notifications they could see them directly in the slack channel with the links to the problems.
Any advice or any information on how i could achieve something like this would be much appreciated.
Teambot is an open source project with main goal to make development of Slack chatbots extremely easy. With few words this is a solution that works on nodejs and has architecture that makes your bot extremely extendable. You will be able to develop a skill for your bot that could accomplish the integration you need. I think you can also develop such an integration with let say Jenkins to be notified anytime particular job fails. I could help you with Teambot if you decided to give it a try.

Creating a QBOE Time Entry App for Win 8

My company uses Quick Books Online for its accounting, and that's where we go to log our time against projects. In an effort to make time entry easier, and a way to learn how to write a Windows 8 Metro app, I thought it would be a useful project that simplified time tracking, application that could automatically submit my time to QB. The thought would be users would use their own QBO logins so it would be able to see their time entries.
I have been looking around the api for QBOE and can't seem to tell if its possible to connect to a QBOE account with non admin credentials. Is what I am thinking even possible?
No, this is not possible. You will need something in the middle to talk between QB and your application.
There are a number of different timesheet apps on appcenter that you might look at. https://appcenter.intuit.com/category/time-tracking

How to get in touch with the users of your WP7 apps?

This is a problem that every developer will face when building their apps: how to contact the reviewer of your app to notify them of an update, new release, help topics, etc?
Some things I am thinking:
Include an RSS feed in your app which you can update to notify the users of the app.
Include a twitter feed regarding your app. How to go about this?
Include a way for the users to subscribe to a mailing list. This way, I can send a mass-email to the users who opted-in? Any suggestions here?
Any other ways that you think this can/should be done? Any existing solutions you can point me to will be great. Thanks in advance.
One way, for contacting a specific user who created a review of an application is to go to Zune Social (at http://social.zune.net/home) and create a new message. You can then enter the Zune Tag of the user who created a review.
Personally, I'd try to do all three - have a web page/site, with an RSS feed, and a subscription link (so they can subscribe to the RSS feed via email) and then post any updates to your twitter account as well.
You can't really force a user to do any of these, but having the options available, and linked from inside your app on the about page is probably good practise.
You could also include some kind of "Update Available" feature inside the application. Try to make this as unobtrusive as possible obviously. Obviously if they've still got the app installed they'll get an update notification from the marketplace anyway.
Sam
Besides the suggestions made by samjudson, I'll also recommend having a support-page with a direct option to send a email to you. Here's a example of a support-page from one of my applications. I've received lot of emails with suggestions for improvements, or complains about bugs. And since it's by email, it gives you the option to respond directly to people.
Another thing about reviews. Don't take them to serious. Most people only rate negatively (since humans like to complain), and by such a lot of reviews are often misinformed, outdated, or the users just been plain ignorant.