Awesome
<img src="images/banner.png" alt="DevsDNA application banner" height="145" >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:
- ReactiveUI
- Refit
- Html Agility Pack
- LottieXamarin
- Sharpnado.Shadows
- Xamarin.Plugin.SharedTransitions
- FFImageLoading
- Mobile.BuildTools
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>"
}
- AppCenterIOS/AppCenterDROID: AppCenter secret keys for iOS and Android. The app uses AppCenter for anonymous log error, crashes and usage inside the app. More info at https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/xamarin
- FacebookAccessToken: Needed to read the posrt for our Facebook page. To get a token, you need to have a Facebook page, a developer account and get a Page Access Token
- NotificationHubName/NotificationHubConnectionString: Keys used to communicate with Azure Notification Hub. This keys are used to connect and register devices with Notification Hub. More info at https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/azure-services/azure-notification-hub
if you want to know more about what is and how Client secrets work, take a look at Mobile.BuildTools
Screenshots
Android
<img src="images/mainScreenAndroid.jpg" alt="DevsDNA main screen on Android" width="210" /> <img src="images/detailScreenAndroid.jpg" alt="DevsDNA news detail screen on Android" width="210" />
iOS
<img src="images/mainScreenIOS.png" alt="DevsDNA main screen on iOS" width="210" /> <img src="images/detailScreenIOS.png" alt="DevsDNA news detail screen on iOS" width="210" />
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.