locked
About create invoice application for mobile phone. RRS feed

  • Question

  • User393170 posted

    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.

    Friday, April 10, 2020 11:57 AM

Answers

  • User382871 posted

    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.

    • Marked as answer by Anonymous Thursday, June 3, 2021 12:00 AM
    Monday, April 13, 2020 7:44 AM

All replies

  • User382871 posted

    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.

    • Marked as answer by Anonymous Thursday, June 3, 2021 12:00 AM
    Monday, April 13, 2020 7:44 AM
  • User393170 posted

    Thank you @Jarvan

    Sunday, April 19, 2020 12:24 PM
  • User399843 posted

    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

    1. Make a API to: validate users, feed with senders, receivers, products, prices, taxes ...., and save it to database and in Mexico you need to send a third party to certificate
    2. I have a list/grid with a FOB like gmail to add a new one
    3. First view/form its for general data (Who its invoicing and to whom) with a next button
    4. the next on its a tabbed view/form with a tab for items, other with taxes, serial numbers etc and the las one with totals

    I hope help you

    Tuesday, March 9, 2021 8:42 PM