/DevsDNA-Application

In this repository you will find the code for our internal application, were you can read our lastest news, watch our youtube videos, follow our social networks and meet the members of our little big family and know a bit more about them

Primary LanguageC#

DevsDNA application banner

DevsDNA application

Welcome! In this repository you will find the code for our internal application, were you can read our lastest news, watch our youtube videos, follow our social networks and meet the members of our little big family and know a bit more about them. DevsDNA application is available for iOS and Android and you can download it directly form Google Play Store and Apple AppStore. If you want to know more about us, visit our web site at https://www.devsdna.com/ or contact us throught our social networks Twitter, Linkedin, Facebook, Instagram or Youtube.

Project

DevsDNA application has been developed with Xamarin Forms, using controls like CollectionView or CarouselView. Also, we use some community developed NuGet packages:

Getting Started

To compile the application you will need to include an archive called secrets.json in the root of the core project (DevsDNA.Application) with the data below:

{
 "AppCenterIOS": "<Your iOS App Center secret>",
 "AppCenterDROID": "<Your Android App Center secret>",
 "FacebookAccessToken": "<Your Facebook Page Access Token>",
 "TwitterApiKey": "<Your Twitter App Key>",
 "TwitterApiSecretKey": "<Your Twitter App Key Secret>",
 "NotificationHubName": "<Your Azure Notification Hub name>",
 "NotificationHubConnectionString": "<Your Azure DefaultListenSharedAccessSignature>"
}

if you want to know more about what is and how Client secrets work, take a look at Mobile.BuildTools

Screenshots

Android

DevsDNA main screen on Android DevsDNA news detail screen on Android

iOS

DevsDNA main screen on iOS DevsDNA news detail screen on iOS

Contributing

Any contribution is welcomed and appreciated. Feel free to make a PR or open an issue, we love to hear from you :)

Licensing

This project is published under MIT License.

MIT License

Copyright (c) 2020 DevsDNA

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.