Tag Archives: Android

Work with 1С web-service from Android application

When working with front-office for the cafe, the task appeared to access 1С web-service from application developed on Android. Google gave me several answers on how to work with SOAP using the library ksoap2-android. They helped to transfer the simple types, but when it comes to transfer an array, I had to think a little.
Continue reading Work with 1С web-service from Android application

Creation of simple mobile application in 1C for Android

Publications: Creation of simple mobile application in 1С for Android
1С released a new platform 8.3.2 whose feature is an ability to develop the configuration for the mobile platforms. The bottom line is that after all manipulations we receive the finished packages .apk (for Android) and .zip (for iOS) that can be installed on the mobile devices. This file you can place on Google Play or AppStore and it can be downloaded those who need this mobile application.

The basic idea is that the 1С programmer can do this and completely control the development. In this case, there is no need of knowledge in the field of mobile application development (for example, java)!
Continue reading Creation of simple mobile application in 1C for Android