├── .gitattributes ├── .gitignore ├── Awesomekit.sln ├── Awesomekit ├── Awesomekit.Android │ ├── Assets │ │ ├── AboutAssets.txt │ │ └── Fonts │ │ │ ├── OpenSans-Light.ttf │ │ │ └── OpenSans-Regular.ttf │ ├── Awesomekit.Android.csproj │ ├── Awesomekit.Android.csproj.bak │ ├── MainActivity.cs │ ├── Properties │ │ ├── AndroidManifest.xml │ │ └── AssemblyInfo.cs │ ├── Renderers │ │ └── FlatButtonRenderer.cs │ ├── Resources │ │ ├── AboutResources.txt │ │ ├── Resource.Designer.cs │ │ ├── drawable-hdpi │ │ │ ├── icon.png │ │ │ ├── landing01.png │ │ │ ├── landing02.png │ │ │ ├── landing03.png │ │ │ └── logo.png │ │ ├── drawable-xhdpi │ │ │ ├── icon.png │ │ │ ├── landing01.png │ │ │ ├── landing02.png │ │ │ ├── landing03.png │ │ │ └── logo.png │ │ ├── drawable-xxhdpi │ │ │ ├── icon.png │ │ │ ├── landing01.png │ │ │ ├── landing02.png │ │ │ ├── landing03.png │ │ │ └── logo.png │ │ ├── drawable │ │ │ ├── icon.png │ │ │ └── splash.xml │ │ ├── layout │ │ │ ├── Tabbar.axml │ │ │ └── Toolbar.axml │ │ └── values │ │ │ ├── Colors.xml │ │ │ └── styles.xml │ ├── SplashScreen.cs │ └── app.config ├── Awesomekit.iOS │ ├── AppDelegate.cs │ ├── Awesomekit.iOS.csproj │ ├── Entitlements.plist │ ├── Info.plist │ ├── Main.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Resources │ │ ├── Fonts │ │ │ ├── OpenSans-Light.ttf │ │ │ └── OpenSans-Regular.ttf │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-76.png │ │ ├── Icon-76@2x.png │ │ ├── Icon-Small-40.png │ │ ├── Icon-Small-40@2x.png │ │ ├── Icon-Small-40@3x.png │ │ ├── Icon-Small.png │ │ ├── Icon-Small@2x.png │ │ ├── Icon-Small@3x.png │ │ ├── LaunchScreen.storyboard │ │ ├── landing01.png │ │ ├── landing01@2x.png │ │ ├── landing01@3x.png │ │ ├── landing02.png │ │ ├── landing02@2x.png │ │ ├── landing02@3x.png │ │ ├── landing03.png │ │ ├── landing03@2x.png │ │ ├── landing03@3x.png │ │ ├── logo.png │ │ ├── logo@2x.png.png │ │ └── logo@3x.png.png │ └── app.config └── Awesomekit │ ├── App.xaml │ ├── App.xaml.cs │ ├── Awesomekit.csproj │ ├── Helpers │ ├── Extentions │ │ └── CointanerExtentions.cs │ └── PageAttribute.cs │ ├── Models │ └── Slide.cs │ ├── ViewModels │ ├── BaseViewModel.cs │ ├── LandingPageViewModel.cs │ └── MainPageViewModel.cs │ ├── Views │ ├── LandingPage.xaml │ ├── LandingPage.xaml.cs │ ├── MainPage.xaml │ ├── MainPage.xaml.cs │ ├── SlideView.xaml │ └── SlideView.xaml.cs │ └── app.config └── Mockaps ├── calendar-286x508.jpg ├── dashboard-286x508.jpg ├── features-286x508.jpg ├── file-directory-286x508.jpg ├── films1-286x508.jpg ├── find-friends-286x508.jpg ├── friends-286x508.jpg ├── gps-286x508.jpg ├── home-screen-286x508.jpg ├── music-player-286x508.jpg ├── place-286x508.jpg ├── product-list-286x508.jpg ├── recipes-286x508.jpg ├── rndm_0018_25.psd-286x508.jpg ├── rndm_0019_26.psd-286x508.jpg ├── rndm_0020_27.psd-286x508.jpg ├── rndm_0021_28.psd-286x508.jpg ├── rndm_0022_29.psd-286x508.jpg ├── rndm_0024_30.psd-286x508.jpg ├── rndm_0025_31.psd-286x508.jpg ├── rndm_0026_32.psd-286x508.jpg ├── rndm_0027_33.psd-286x508.jpg ├── rndm_0028_34.psd-286x508.jpg ├── rndm_0029_35.psd-286x508.jpg ├── rndm_0030_36.psd-286x508.jpg ├── rndm_0031_37.psd-286x508.jpg ├── rndm_0032_38.psd-286x508.jpg ├── rndm_0033_39.psd-286x508.jpg ├── rndm_0035_40.psd-286x508.jpg ├── rndm_0036_41.psd-286x508.jpg ├── rndm_0037_42.psd-286x508.jpg ├── rndm_0038_43.psd-286x508.jpg ├── rndm_0039_44.psd-286x508.jpg ├── rndm_0040_45.psd-286x508.jpg ├── rndm_0041_46.psd-286x508.jpg ├── rndm_0042_47.psd-286x508.jpg ├── rndm_0043_48.psd-286x508.jpg ├── rndm_0044_49.psd-286x508.jpg ├── rndm_0045_5.psd-286x508.jpg ├── rndm_0046_50.psd-286x508.jpg ├── rndm_0047_51.psd-286x508.jpg ├── rndm_0048_52.psd-286x508.jpg ├── rndm_0049_53.psd-286x508.jpg ├── rndm_0050_54.psd-286x508.jpg ├── rndm_0051_55.psd-286x508.jpg ├── rndm_0052_56.psd-286x508.jpg ├── rndm_0053_57.psd-286x508.jpg ├── rndm_0054_58.psd-286x508.jpg ├── rndm_0055_59.psd-286x508.jpg ├── rndm_0056_6.psd-286x508.jpg ├── rndm_0057_60.psd-286x508.jpg ├── rndm_0058_61.psd-286x508.jpg ├── rndm_0059_62.psd-286x508.jpg ├── rndm_0060_63.psd-286x508.jpg ├── rndm_0061_64.psd-286x508.jpg ├── rndm_0062_65.psd-286x508.jpg ├── rndm_0063_66.psd-286x508.jpg ├── rndm_0064_67.psd-286x508.jpg ├── rndm_0065_68.psd-286x508.jpg ├── rndm_0066_69.psd-286x508.jpg ├── rndm_0067_7.psd-286x508.jpg ├── rndm_0068_70.psd-286x508.jpg ├── rndm_0069_71.psd-286x508.jpg ├── rndm_0070_72.psd-286x508.jpg ├── rndm_0071_73.psd-286x508.jpg ├── rndm_0072_74.psd1-286x508.jpg ├── rndm_0073_75.psd-286x508.jpg ├── rndm_0074_76.psd-286x508.jpg ├── rndm_0075_77.psd-286x508.jpg ├── rndm_0076_78.psd-286x508.jpg ├── rndm_0077_79.psd-286x508.jpg ├── rndm_0078_8.psd-286x508.jpg ├── rndm_0079_80.psd-286x508.jpg ├── rndm_0080_81.psd-286x508.jpg ├── rndm_0081_82.psd-286x508.jpg ├── rndm_0082_83.psd-286x508.jpg ├── rndm_0083_84.psd-286x508.jpg ├── rndm_0084_85.psd-286x508.jpg ├── rndm_0085_86.psd-286x508.jpg ├── rndm_0086_87.psd-286x508.jpg ├── rndm_0087_89.psd-286x508.jpg ├── rndm_0088_9.psd-286x508.jpg ├── rndm_0089_90.psd-286x508.jpg ├── rndm_0090_91.psd-286x508.jpg ├── rndm_0091_92.psd-286x508.jpg ├── rndm_0092_93.psd-286x508.jpg ├── rndm_0093_94.psd-286x508.jpg ├── rndm_0094_95.psd-286x508.jpg ├── rndm_0095_96.psd-286x508.jpg ├── sign-in-286x508.jpg ├── statistics-286x508.jpg ├── statistics-3-286x508.jpg ├── statistics-4-286x508.jpg ├── subscribtion-286x508.jpg └── user-profile-286x508.jpg /.gitattributes: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Set default behavior to automatically normalize line endings. 3 | ############################################################################### 4 | * text=auto 5 | 6 | ############################################################################### 7 | # Set default behavior for command prompt diff. 8 | # 9 | # This is need for earlier builds of msysgit that does not have it on by 10 | # default for csharp files. 11 | # Note: This is only used by command line 12 | ############################################################################### 13 | #*.cs diff=csharp 14 | 15 | ############################################################################### 16 | # Set the merge driver for project and solution files 17 | # 18 | # Merging from the command prompt will add diff markers to the files if there 19 | # are conflicts (Merging from VS is not affected by the settings below, in VS 20 | # the diff markers are never inserted). Diff markers may cause the following 21 | # file extensions to fail to load in VS. An alternative would be to treat 22 | # these files as binary and thus will always conflict and require user 23 | # intervention with every merge. To do so, just uncomment the entries below 24 | ############################################################################### 25 | #*.sln merge=binary 26 | #*.csproj merge=binary 27 | #*.vbproj merge=binary 28 | #*.vcxproj merge=binary 29 | #*.vcproj merge=binary 30 | #*.dbproj merge=binary 31 | #*.fsproj merge=binary 32 | #*.lsproj merge=binary 33 | #*.wixproj merge=binary 34 | #*.modelproj merge=binary 35 | #*.sqlproj merge=binary 36 | #*.wwaproj merge=binary 37 | 38 | ############################################################################### 39 | # behavior for image files 40 | # 41 | # image files are treated as binary by default. 42 | ############################################################################### 43 | #*.jpg binary 44 | #*.png binary 45 | #*.gif binary 46 | 47 | ############################################################################### 48 | # diff behavior for common document formats 49 | # 50 | # Convert binary document formats to text before diffing them. This feature 51 | # is only available from the command line. Turn it on by uncommenting the 52 | # entries below. 53 | ############################################################################### 54 | #*.doc diff=astextplain 55 | #*.DOC diff=astextplain 56 | #*.docx diff=astextplain 57 | #*.DOCX diff=astextplain 58 | #*.dot diff=astextplain 59 | #*.DOT diff=astextplain 60 | #*.pdf diff=astextplain 61 | #*.PDF diff=astextplain 62 | #*.rtf diff=astextplain 63 | #*.RTF diff=astextplain 64 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | 4 | # User-specific files 5 | *.suo 6 | *.user 7 | *.userosscache 8 | *.sln.docstates 9 | 10 | # User-specific files (MonoDevelop/Xamarin Studio) 11 | *.userprefs 12 | 13 | # Build results 14 | [Dd]ebug/ 15 | [Dd]ebugPublic/ 16 | [Rr]elease/ 17 | [Rr]eleases/ 18 | x64/ 19 | x86/ 20 | bld/ 21 | [Bb]in/ 22 | [Oo]bj/ 23 | [Ll]og/ 24 | 25 | # Visual Studio 2015 cache/options directory 26 | .vs/ 27 | # Uncomment if you have tasks that create the project's static files in wwwroot 28 | #wwwroot/ 29 | 30 | # MSTest test Results 31 | [Tt]est[Rr]esult*/ 32 | [Bb]uild[Ll]og.* 33 | 34 | # NUNIT 35 | *.VisualState.xml 36 | TestResult.xml 37 | 38 | # Build Results of an ATL Project 39 | [Dd]ebugPS/ 40 | [Rr]eleasePS/ 41 | dlldata.c 42 | 43 | # DNX 44 | project.lock.json 45 | project.fragment.lock.json 46 | artifacts/ 47 | 48 | *_i.c 49 | *_p.c 50 | *_i.h 51 | *.ilk 52 | *.meta 53 | *.obj 54 | *.pch 55 | *.pdb 56 | *.pgc 57 | *.pgd 58 | *.rsp 59 | *.sbr 60 | *.tlb 61 | *.tli 62 | *.tlh 63 | *.tmp 64 | *.tmp_proj 65 | *.log 66 | *.vspscc 67 | *.vssscc 68 | .builds 69 | *.pidb 70 | *.svclog 71 | *.scc 72 | 73 | # Chutzpah Test files 74 | _Chutzpah* 75 | 76 | # Visual C++ cache files 77 | ipch/ 78 | *.aps 79 | *.ncb 80 | *.opendb 81 | *.opensdf 82 | *.sdf 83 | *.cachefile 84 | *.VC.db 85 | *.VC.VC.opendb 86 | 87 | # Visual Studio profiler 88 | *.psess 89 | *.vsp 90 | *.vspx 91 | *.sap 92 | 93 | # TFS 2012 Local Workspace 94 | $tf/ 95 | 96 | # Guidance Automation Toolkit 97 | *.gpState 98 | 99 | # ReSharper is a .NET coding add-in 100 | _ReSharper*/ 101 | *.[Rr]e[Ss]harper 102 | *.DotSettings.user 103 | 104 | # JustCode is a .NET coding add-in 105 | .JustCode 106 | 107 | # TeamCity is a build add-in 108 | _TeamCity* 109 | 110 | # DotCover is a Code Coverage Tool 111 | *.dotCover 112 | 113 | # NCrunch 114 | _NCrunch_* 115 | .*crunch*.local.xml 116 | nCrunchTemp_* 117 | 118 | # MightyMoose 119 | *.mm.* 120 | AutoTest.Net/ 121 | 122 | # Web workbench (sass) 123 | .sass-cache/ 124 | 125 | # Installshield output folder 126 | [Ee]xpress/ 127 | 128 | # DocProject is a documentation generator add-in 129 | DocProject/buildhelp/ 130 | DocProject/Help/*.HxT 131 | DocProject/Help/*.HxC 132 | DocProject/Help/*.hhc 133 | DocProject/Help/*.hhk 134 | DocProject/Help/*.hhp 135 | DocProject/Help/Html2 136 | DocProject/Help/html 137 | 138 | # Click-Once directory 139 | publish/ 140 | 141 | # Publish Web Output 142 | *.[Pp]ublish.xml 143 | *.azurePubxml 144 | # TODO: Comment the next line if you want to checkin your web deploy settings 145 | # but database connection strings (with potential passwords) will be unencrypted 146 | #*.pubxml 147 | *.publishproj 148 | 149 | # Microsoft Azure Web App publish settings. Comment the next line if you want to 150 | # checkin your Azure Web App publish settings, but sensitive information contained 151 | # in these scripts will be unencrypted 152 | PublishScripts/ 153 | 154 | # NuGet Packages 155 | *.nupkg 156 | # The packages folder can be ignored because of Package Restore 157 | **/packages/* 158 | # except build/, which is used as an MSBuild target. 159 | !**/packages/build/ 160 | # Uncomment if necessary however generally it will be regenerated when needed 161 | #!**/packages/repositories.config 162 | # NuGet v3's project.json files produces more ignoreable files 163 | *.nuget.props 164 | *.nuget.targets 165 | 166 | # Microsoft Azure Build Output 167 | csx/ 168 | *.build.csdef 169 | 170 | # Microsoft Azure Emulator 171 | ecf/ 172 | rcf/ 173 | 174 | # Windows Store app package directories and files 175 | AppPackages/ 176 | BundleArtifacts/ 177 | Package.StoreAssociation.xml 178 | _pkginfo.txt 179 | 180 | # Visual Studio cache files 181 | # files ending in .cache can be ignored 182 | *.[Cc]ache 183 | # but keep track of directories ending in .cache 184 | !*.[Cc]ache/ 185 | 186 | # Others 187 | ClientBin/ 188 | ~$* 189 | *~ 190 | *.dbmdl 191 | *.dbproj.schemaview 192 | *.jfm 193 | *.pfx 194 | *.publishsettings 195 | node_modules/ 196 | orleans.codegen.cs 197 | 198 | # Since there are multiple workflows, uncomment next line to ignore bower_components 199 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 200 | #bower_components/ 201 | 202 | # RIA/Silverlight projects 203 | Generated_Code/ 204 | 205 | # Backup & report files from converting an old project file 206 | # to a newer Visual Studio version. Backup files are not needed, 207 | # because we have git ;-) 208 | _UpgradeReport_Files/ 209 | Backup*/ 210 | UpgradeLog*.XML 211 | UpgradeLog*.htm 212 | 213 | # SQL Server files 214 | *.mdf 215 | *.ldf 216 | 217 | # Business Intelligence projects 218 | *.rdl.data 219 | *.bim.layout 220 | *.bim_*.settings 221 | 222 | # Microsoft Fakes 223 | FakesAssemblies/ 224 | 225 | # GhostDoc plugin setting file 226 | *.GhostDoc.xml 227 | 228 | # Node.js Tools for Visual Studio 229 | .ntvs_analysis.dat 230 | 231 | # Visual Studio 6 build log 232 | *.plg 233 | 234 | # Visual Studio 6 workspace options file 235 | *.opt 236 | 237 | # Visual Studio LightSwitch build output 238 | **/*.HTMLClient/GeneratedArtifacts 239 | **/*.DesktopClient/GeneratedArtifacts 240 | **/*.DesktopClient/ModelManifest.xml 241 | **/*.Server/GeneratedArtifacts 242 | **/*.Server/ModelManifest.xml 243 | _Pvt_Extensions 244 | 245 | # Paket dependency manager 246 | .paket/paket.exe 247 | paket-files/ 248 | 249 | # FAKE - F# Make 250 | .fake/ 251 | 252 | # JetBrains Rider 253 | .idea/ 254 | *.sln.iml 255 | 256 | # CodeRush 257 | .cr/ 258 | 259 | # Python Tools for Visual Studio (PTVS) 260 | __pycache__/ 261 | *.pyc -------------------------------------------------------------------------------- /Awesomekit.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 15 4 | VisualStudioVersion = 15.0.26403.7 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Awesomekit.Android", "Awesomekit\Awesomekit.Android\Awesomekit.Android.csproj", "{1E70B625-5614-442A-A0B3-C3F4FEA08EE1}" 7 | EndProject 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Awesomekit", "Awesomekit\Awesomekit\Awesomekit.csproj", "{508C17F1-C62B-4F17-A52B-96FB55EF22BB}" 9 | EndProject 10 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Awesomekit.iOS", "Awesomekit\Awesomekit.iOS\Awesomekit.iOS.csproj", "{BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}" 11 | EndProject 12 | Global 13 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 14 | Ad-Hoc|Any CPU = Ad-Hoc|Any CPU 15 | Ad-Hoc|ARM = Ad-Hoc|ARM 16 | Ad-Hoc|iPhone = Ad-Hoc|iPhone 17 | Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator 18 | Ad-Hoc|x64 = Ad-Hoc|x64 19 | Ad-Hoc|x86 = Ad-Hoc|x86 20 | AppStore|Any CPU = AppStore|Any CPU 21 | AppStore|ARM = AppStore|ARM 22 | AppStore|iPhone = AppStore|iPhone 23 | AppStore|iPhoneSimulator = AppStore|iPhoneSimulator 24 | AppStore|x64 = AppStore|x64 25 | AppStore|x86 = AppStore|x86 26 | Debug|Any CPU = Debug|Any CPU 27 | Debug|ARM = Debug|ARM 28 | Debug|iPhone = Debug|iPhone 29 | Debug|iPhoneSimulator = Debug|iPhoneSimulator 30 | Debug|x64 = Debug|x64 31 | Debug|x86 = Debug|x86 32 | Release|Any CPU = Release|Any CPU 33 | Release|ARM = Release|ARM 34 | Release|iPhone = Release|iPhone 35 | Release|iPhoneSimulator = Release|iPhoneSimulator 36 | Release|x64 = Release|x64 37 | Release|x86 = Release|x86 38 | EndGlobalSection 39 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 40 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU 41 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU 42 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU 43 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU 44 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|ARM.Build.0 = Release|Any CPU 45 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU 46 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU 47 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU 48 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU 49 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU 50 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU 51 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU 52 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU 53 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|x64.Build.0 = Release|Any CPU 54 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU 55 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU 56 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|x86.Build.0 = Release|Any CPU 57 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU 58 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|Any CPU.ActiveCfg = Release|Any CPU 59 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|Any CPU.Build.0 = Release|Any CPU 60 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|Any CPU.Deploy.0 = Release|Any CPU 61 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|ARM.ActiveCfg = Release|Any CPU 62 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|ARM.Build.0 = Release|Any CPU 63 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|ARM.Deploy.0 = Release|Any CPU 64 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|iPhone.ActiveCfg = Release|Any CPU 65 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|iPhone.Build.0 = Release|Any CPU 66 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|iPhone.Deploy.0 = Release|Any CPU 67 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU 68 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU 69 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU 70 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|x64.ActiveCfg = Release|Any CPU 71 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|x64.Build.0 = Release|Any CPU 72 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|x64.Deploy.0 = Release|Any CPU 73 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|x86.ActiveCfg = Release|Any CPU 74 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|x86.Build.0 = Release|Any CPU 75 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.AppStore|x86.Deploy.0 = Release|Any CPU 76 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 77 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU 78 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU 79 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|ARM.ActiveCfg = Debug|Any CPU 80 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|ARM.Build.0 = Debug|Any CPU 81 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|ARM.Deploy.0 = Debug|Any CPU 82 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|iPhone.ActiveCfg = Debug|Any CPU 83 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|iPhone.Build.0 = Debug|Any CPU 84 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|iPhone.Deploy.0 = Debug|Any CPU 85 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU 86 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU 87 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU 88 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|x64.ActiveCfg = Debug|Any CPU 89 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|x64.Build.0 = Debug|Any CPU 90 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|x64.Deploy.0 = Debug|Any CPU 91 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|x86.ActiveCfg = Debug|Any CPU 92 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|x86.Build.0 = Debug|Any CPU 93 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Debug|x86.Deploy.0 = Debug|Any CPU 94 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU 95 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|Any CPU.Build.0 = Release|Any CPU 96 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|Any CPU.Deploy.0 = Release|Any CPU 97 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|ARM.ActiveCfg = Release|Any CPU 98 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|ARM.Build.0 = Release|Any CPU 99 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|ARM.Deploy.0 = Release|Any CPU 100 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|iPhone.ActiveCfg = Release|Any CPU 101 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|iPhone.Build.0 = Release|Any CPU 102 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|iPhone.Deploy.0 = Release|Any CPU 103 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU 104 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU 105 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU 106 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|x64.ActiveCfg = Release|Any CPU 107 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|x64.Build.0 = Release|Any CPU 108 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|x64.Deploy.0 = Release|Any CPU 109 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|x86.ActiveCfg = Release|Any CPU 110 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|x86.Build.0 = Release|Any CPU 111 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1}.Release|x86.Deploy.0 = Release|Any CPU 112 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU 113 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU 114 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU 115 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|ARM.Build.0 = Release|Any CPU 116 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU 117 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU 118 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU 119 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU 120 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU 121 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|x64.Build.0 = Release|Any CPU 122 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU 123 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Ad-Hoc|x86.Build.0 = Release|Any CPU 124 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|Any CPU.ActiveCfg = Release|Any CPU 125 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|Any CPU.Build.0 = Release|Any CPU 126 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|ARM.ActiveCfg = Release|Any CPU 127 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|ARM.Build.0 = Release|Any CPU 128 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|iPhone.ActiveCfg = Release|Any CPU 129 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|iPhone.Build.0 = Release|Any CPU 130 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU 131 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU 132 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|x64.ActiveCfg = Release|Any CPU 133 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|x64.Build.0 = Release|Any CPU 134 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|x86.ActiveCfg = Release|Any CPU 135 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.AppStore|x86.Build.0 = Release|Any CPU 136 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 137 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|Any CPU.Build.0 = Debug|Any CPU 138 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|ARM.ActiveCfg = Debug|Any CPU 139 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|ARM.Build.0 = Debug|Any CPU 140 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|iPhone.ActiveCfg = Debug|Any CPU 141 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|iPhone.Build.0 = Debug|Any CPU 142 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU 143 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU 144 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|x64.ActiveCfg = Debug|Any CPU 145 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|x64.Build.0 = Debug|Any CPU 146 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|x86.ActiveCfg = Debug|Any CPU 147 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Debug|x86.Build.0 = Debug|Any CPU 148 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|Any CPU.ActiveCfg = Release|Any CPU 149 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|Any CPU.Build.0 = Release|Any CPU 150 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|ARM.ActiveCfg = Release|Any CPU 151 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|ARM.Build.0 = Release|Any CPU 152 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|iPhone.ActiveCfg = Release|Any CPU 153 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|iPhone.Build.0 = Release|Any CPU 154 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU 155 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU 156 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|x64.ActiveCfg = Release|Any CPU 157 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|x64.Build.0 = Release|Any CPU 158 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|x86.ActiveCfg = Release|Any CPU 159 | {508C17F1-C62B-4F17-A52B-96FB55EF22BB}.Release|x86.Build.0 = Release|Any CPU 160 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone 161 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone 162 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone 163 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone 164 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator 165 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator 166 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone 167 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone 168 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone 169 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|ARM.ActiveCfg = AppStore|iPhone 170 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|iPhone.ActiveCfg = AppStore|iPhone 171 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|iPhone.Build.0 = AppStore|iPhone 172 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator 173 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator 174 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|x64.ActiveCfg = AppStore|iPhone 175 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.AppStore|x86.ActiveCfg = AppStore|iPhone 176 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|Any CPU.ActiveCfg = Debug|iPhone 177 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|ARM.ActiveCfg = Debug|iPhone 178 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|iPhone.ActiveCfg = Debug|iPhone 179 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|iPhone.Build.0 = Debug|iPhone 180 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator 181 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator 182 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|x64.ActiveCfg = Debug|iPhone 183 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Debug|x86.ActiveCfg = Debug|iPhone 184 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|Any CPU.ActiveCfg = Release|iPhone 185 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|ARM.ActiveCfg = Release|iPhone 186 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|iPhone.ActiveCfg = Release|iPhone 187 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|iPhone.Build.0 = Release|iPhone 188 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator 189 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator 190 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|x64.ActiveCfg = Release|iPhone 191 | {BEF1DD15-5A18-46C3-B90F-3AD064CEFE7F}.Release|x86.ActiveCfg = Release|iPhone 192 | EndGlobalSection 193 | GlobalSection(SolutionProperties) = preSolution 194 | HideSolutionNode = FALSE 195 | EndGlobalSection 196 | EndGlobal 197 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Assets/AboutAssets.txt: -------------------------------------------------------------------------------- 1 | Any raw assets you want to be deployed with your application can be placed in 2 | this directory (and child directories) and given a Build Action of "AndroidAsset". 3 | 4 | These files will be deployed with you package and will be accessible using Android's 5 | AssetManager, like this: 6 | 7 | public class ReadAsset : Activity 8 | { 9 | protected override void OnCreate (Bundle bundle) 10 | { 11 | base.OnCreate (bundle); 12 | 13 | InputStream input = Assets.Open ("my_asset.txt"); 14 | } 15 | } 16 | 17 | Additionally, some Android functions will automatically load asset files: 18 | 19 | Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf"); 20 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Assets/Fonts/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarinium/awesomekit/3b690a6756453642434c2a40f1d0aa9ab8694b2d/Awesomekit/Awesomekit.Android/Assets/Fonts/OpenSans-Light.ttf -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Assets/Fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarinium/awesomekit/3b690a6756453642434c2a40f1d0aa9ab8694b2d/Awesomekit/Awesomekit.Android/Assets/Fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Awesomekit.Android.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Debug 5 | AnyCPU 6 | 8.0.30703 7 | 2.0 8 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1} 9 | {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10 | Library 11 | Properties 12 | Awesomekit.Droid 13 | Awesomekit.Android 14 | 512 15 | true 16 | Resources\Resource.Designer.cs 17 | Off 18 | Properties\AndroidManifest.xml 19 | true 20 | v7.1 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | true 30 | full 31 | false 32 | bin\Debug\ 33 | DEBUG;TRACE 34 | prompt 35 | 4 36 | True 37 | None 38 | armeabi,armeabi-v7a,x86 39 | 40 | 41 | pdbonly 42 | true 43 | bin\Release\ 44 | TRACE 45 | prompt 46 | 4 47 | False 48 | SdkOnly 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | {842bd2f9-e911-48bc-a31c-2ff069044aff} 96 | Awesomekit 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Awesomekit.Android.csproj.bak: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Debug 5 | AnyCPU 6 | 8.0.30703 7 | 2.0 8 | {1E70B625-5614-442A-A0B3-C3F4FEA08EE1} 9 | {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10 | Library 11 | Properties 12 | Awesomekit.Droid 13 | Awesomekit.Android 14 | 512 15 | true 16 | Resources\Resource.Designer.cs 17 | Off 18 | Properties\AndroidManifest.xml 19 | true 20 | v6.0 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | true 30 | full 31 | false 32 | bin\Debug\ 33 | DEBUG;TRACE 34 | prompt 35 | 4 36 | True 37 | None 38 | armeabi,armeabi-v7a,x86 39 | 40 | 41 | pdbonly 42 | true 43 | bin\Release\ 44 | TRACE 45 | prompt 46 | 4 47 | False 48 | SdkOnly 49 | 50 | 51 | 52 | ..\..\packages\Autofac.3.5.2\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Autofac.dll 53 | 54 | 55 | ..\..\packages\ExifLib.PCL.1.0.1\lib\portable-net45+sl50+win+WindowsPhoneApp81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10\ExifLib.dll 56 | 57 | 58 | ..\..\packages\Xamarin.Forms.2.3.4.224\lib\MonoAndroid10\FormsViewGroup.dll 59 | 60 | 61 | 62 | 63 | 64 | ..\..\packages\Prism.Core.6.3.0\lib\MonoAndroid10\Prism.dll 65 | 66 | 67 | ..\..\packages\Prism.Autofac.Forms.6.3.0\lib\MonoAndroid1.0\Prism.Autofac.Forms.dll 68 | 69 | 70 | ..\..\packages\Prism.Forms.6.3.0\lib\MonoAndroid1.0\Prism.Forms.dll 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | ..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Animated.Vector.Drawable.dll 79 | 80 | 81 | ..\..\packages\Xamarin.Android.Support.Design.23.3.0\lib\MonoAndroid43\Xamarin.Android.Support.Design.dll 82 | 83 | 84 | ..\..\packages\Xamarin.Android.Support.v4.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll 85 | 86 | 87 | ..\..\packages\Xamarin.Android.Support.v7.AppCompat.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll 88 | 89 | 90 | ..\..\packages\Xamarin.Android.Support.v7.CardView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll 91 | 92 | 93 | ..\..\packages\Xamarin.Android.Support.v7.MediaRouter.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll 94 | 95 | 96 | ..\..\packages\Xamarin.Android.Support.v7.RecyclerView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.RecyclerView.dll 97 | 98 | 99 | ..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll 100 | 101 | 102 | ..\..\packages\Xamarin.Forms.2.3.4.224\lib\MonoAndroid10\Xamarin.Forms.Core.dll 103 | 104 | 105 | ..\..\packages\Xamarin.Forms.2.3.4.224\lib\MonoAndroid10\Xamarin.Forms.Platform.dll 106 | 107 | 108 | ..\..\packages\Xamarin.Forms.2.3.4.224\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll 109 | 110 | 111 | ..\..\packages\Xamarin.Forms.2.3.4.224\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | {842bd2f9-e911-48bc-a31c-2ff069044aff} 143 | Awesomekit 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. 166 | 167 | 168 | 169 | 170 | 171 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/MainActivity.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | using Android.App; 4 | using Android.Content.PM; 5 | using Android.Runtime; 6 | using Android.Views; 7 | using Android.Widget; 8 | using Android.OS; 9 | using CarouselView.FormsPlugin.Android; 10 | 11 | namespace Awesomekit.Droid 12 | { 13 | [Activity(Theme = "@style/MainTheme", ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] 14 | public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity 15 | { 16 | protected override void OnCreate(Bundle bundle) 17 | { 18 | TabLayoutResource = Resource.Layout.Tabbar; 19 | ToolbarResource = Resource.Layout.Toolbar; 20 | 21 | base.OnCreate(bundle); 22 | InitControls(); 23 | 24 | global::Xamarin.Forms.Forms.Init(this, bundle); 25 | LoadApplication(new App()); 26 | } 27 | 28 | private void InitControls() 29 | { 30 | CarouselViewRenderer.Init(); 31 | } 32 | } 33 | } 34 | 35 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Properties/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | using Android.App; 5 | 6 | // General Information about an assembly is controlled through the following 7 | // set of attributes. Change these attribute values to modify the information 8 | // associated with an assembly. 9 | [assembly: AssemblyTitle("Awesomekit.Android")] 10 | [assembly: AssemblyDescription("")] 11 | [assembly: AssemblyConfiguration("")] 12 | [assembly: AssemblyCompany("")] 13 | [assembly: AssemblyProduct("Awesomekit.Android")] 14 | [assembly: AssemblyCopyright("Copyright © 2014")] 15 | [assembly: AssemblyTrademark("")] 16 | [assembly: AssemblyCulture("")] 17 | [assembly: ComVisible(false)] 18 | 19 | // Version information for an assembly consists of the following four values: 20 | // 21 | // Major Version 22 | // Minor Version 23 | // Build Number 24 | // Revision 25 | // 26 | // You can specify all the values or you can default the Build and Revision Numbers 27 | // by using the '*' as shown below: 28 | // [assembly: AssemblyVersion("1.0.*")] 29 | [assembly: AssemblyVersion("1.0.0.0")] 30 | [assembly: AssemblyFileVersion("1.0.0.0")] 31 | 32 | // Add some common permissions, these can be removed if not needed 33 | [assembly: UsesPermission(Android.Manifest.Permission.Internet)] 34 | [assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)] 35 | -------------------------------------------------------------------------------- /Awesomekit/Awesomekit.Android/Renderers/FlatButtonRenderer.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | using Android.App; 7 | using Android.Content; 8 | using Android.Graphics; 9 | using Android.OS; 10 | using Android.Runtime; 11 | using Android.Views; 12 | using Android.Widget; 13 | using Awesomekit.Droid.Renderers; 14 | using Xamarin.Forms; 15 | using Xamarin.Forms.Platform.Android; 16 | using Button = Xamarin.Forms.Button; 17 | 18 | [assembly: ExportRenderer(typeof(Button), typeof(FlatButtonRenderer))] 19 | namespace Awesomekit.Droid.Renderers 20 | { 21 | public class FlatButtonRenderer : ButtonRenderer 22 | { 23 | protected override void OnDraw(Canvas canvas) 24 | { 25 | base.OnDraw(canvas); 26 | } 27 | 28 | protected override void OnElementChanged(ElementChangedEventArgs