Hello,
I am desktop app developer. I am new in xamarin.I want to create invoice making app for mobile online. So, which platform i select i cannot understand.
can i select android blank app or cross platform android app with android.form or native ?. please suggest me some steps how to start to making invoice mobile app? I search lots of articles but can not under stand.
please suggest me.
Thanking You.
can i select android blank app or cross platform android app with android.form or native
If you want to develop the app on cross platform, try to create a Xamarin.Forms
application. Xamarin enables developers to share an average of 90% of their application across platforms. This pattern allows developers to write all of their business logic in a single language.
If you are targeting a platform such as Android, just create a Xamarin.Android
application. When choosing the template, select the template according to your needs. If the list does not contain what you want, select the Blank option.
please suggest me some steps how to start to making invoice mobile app?
You could use ListView
or CollectinView
to display the goods. Create a layout as checkout interface and add the views to according the needs to display the invoice.
Answers
If you want to develop the app on cross platform, try to create a
Xamarin.Forms
application. Xamarin enables developers to share an average of 90% of their application across platforms. This pattern allows developers to write all of their business logic in a single language.If you are targeting a platform such as Android, just create a
Xamarin.Android
application. When choosing the template, select the template according to your needs. If the list does not contain what you want, select the Blank option.You could use

ListView
orCollectinView
to display the goods. Create a layout as checkout interface and add the views to according the needs to display the invoice.Thank you @Jarvan
I make one on thunkable (web block based platform to for Android and ios) but now I will do it on Xamarin and this will be my steps
you need to send a third party to certificate
I hope help you