Xamarin
Start from template
11 min
start your xamarin project using a pre built template introduction in this section you learn how to get started with a visual studio template and get ready to use back4app in 5 easy steps prerequisites to complete this quickstart, you need https //visualstudio microsoft com/pt br/ and https //dotnet microsoft com/pt br/apps/xamarin an app created at back4app see more on https //www back4app com/docs/get started/new parse app 1 get the template download the template at https //github com/back4app/xamarin quickstart example you can do that using the following command line $ curl lok https //github com/back4app/xamarin quickstart example/archive/master zip && unzip master zip 2 open the project template open visual studio click on open project / solution open project / solution 3\ navigate to the project folder and click on open open 3 install required nuget packages we need some additional libraries for this example we will get them through nuget packages right click on app’s name in the solution explorer and click on manage nuget packages nuget packages 2\ press on browse, search and install the packages parse by parse parse by parse and xamarin android support v7 appcompat by xamarin inc xamarin android support v7 appcompat by xamarin inc 3\ wait for the installations to complete 4 setup app’s credentials update your strings values to set up the app’s credentials parse xamarin sdk uses these settings to connect to the back4app servers open your strings file /app1/resources/values/strings xml /app1/resources/values/strings xml 2\ go to your app dashboard at back4app website 3\ navigate to app’s settings click on features features > core settings core settings and press settings settings 4\ return to your strings xml strings xml file and paste your applicationid applicationid and dotnetkey dotnetkey see more at our https //www back4app com/docs/get started/new parse app 5 testing your connection build your app in a device or virtual device ( shift shift + f10 f10 ) 2\ wait until the hello world! hello world! screen appears as below 3\ login at https //www back4app com/ 4\ find your app and click on dashboard dashboard 5\ click on core core 6\ go to browser browser if everything works properly, you should find a class named installation installation as follows next steps at this point, you have learned how to get started with android apps you are now ready to explore https //www back4app com/product/parse server and https //www back4app com/product/addons learn more by walking around http //docs parseplatform org/dotnet/guide/