I need to create a mobile application with the following features:
- Login through the social accounts (Facebook/Linkedin/Twitter/etc) and email
- Capture photos and apply effects
- Create tags and captions to these photos
- Identify the user localisation
- Publish the photo files in blogs and social websites
- Chat (optional )
Is it possible to do this application using C2? If so, is it worth it? And if not, what programs, like C2, you suggest?
- Login through the social accounts (Facebook/Linkedin/Twitter/etc) and email - totally doable
- Capture photos and apply effects - doable
- Create tags and captions to these photos - can be done but you need to know how to use ajax, and server side saving.
- Identify the user localisation - probably will cause your app to be banned... but is doable, by either using a custom plugin, or use the browser object and get location via javascript.(but you can also get the location with the cordova plugins for mobiles, purpose of detecting country etc... but exact position town area that is sounding like illegal privacy acts and i dont want to encourage you to do it, the googleplay store is filled with this type of games, that place mario games and asks for location and phone number access... which they dont need really... also you can get the area /location from the users facebook profile, etc. if that is mandatory.)
- Publish the photo files in blogs and social websites - doable
- Chat (optional ) - doable but you need to know multiplayer signal server or how to make a serverside hosted app that creates rooms, for each users and connects them based on their friends list etc.
there is no program like C2 that can do that! you are probably best to use a third partie service like the people above said, appmaker etc.
or just get the whatsapp source code and modify it for your purpose, there are plenty of clones on github and on internet for that.