928 new features of WINDEV 28, WEBDEV 28 and WINDEV Mobile 28

AND FOR ANDROID 600 N e w f e a t u r e W D W B WM ALL THE COMMON NEW FEATURES FOR MOBILE APPS Development for Android has never been as powerful as with WINDEV Mobile 28. The amount of powerful features at your disposal keeps grow- ing. Android evolves, and so does WINDEV Mobile 28, most nota- bly with its support for Android 13 . WINDEV Mobile 28 for Android benefits from: • the common new features in version 28 • plus the common new features for mobile devices • plus new features specific to Android. 601 N e w f e a t u r e W D W B WM ANDROID 13 SUPPORT WINDEV Mobile 28 supports the latest version of Android. Benefit of this new feature in version 28: Stay up to date 602 N e w f e a t u r e W D W B WM NATIVE KOTLIN WINDEV Mobile is open to third-party languages. Kotlin is a programming language mainly used for Android development. In version 28, you can write Kotlin code in the code editor directly. Syntax highlighting makes it easier to write and read code in this language. Note: Java is still supported, of course. // saves a video preview image at a given position fun getVideoFramePreview ( videoPath : String , position : Long , saveToPath : String ) { var bitmap : Bitmap ? = null val retriever = MediaMetadataRetriever () // loads the video retriever . setDataSource ( videoPath ) ... } Benefit of this new feature in version 28: Interoperability 603 N e w f e a t u r e W D W B WM RETRIEVE THE RESULT OF AN ACTIVITY FROM THIRD-PARTY LIBRARIES AND ANDROID APIS Most payment apps use clear implementations of Activities In a WINDEV Mobile application, you can use external libraries and APIs. In Android, some libraries and APIs open specific windows, known as "Activities", which perform specific processes: • mobile payment • Bluetooth visibility • OAuth login request WINDEV Mobile 28 allows you to easily retrieve the results of these Activities. The new AndroidActivityResultProcedure function allows you to specify the WLanguage procedure that will be called when the Activity is closed. This WLanguage procedure will receive the result as a param- eter. Benefit of this new feature in version 28: Interoperability 604 N e w f e a t u r e W D W B WM PER-PIXEL POSITIONING FOR BUTTON ICONS You can now position icons with pixel precision inside but- tons. Benefit of this new feature in version 28: Higher precision, more possibilities 605 N e w f e a t u r e W D W B WM CHRONO TYPE SUPPORT The Chrono type is now supported in Android. Benefit of this new feature in version 28: It's about time... N ew f e a t u r e s i n W I ND E V 2 8 WE BD E V 2 8 W I ND E V Mo b i l e 2 8 66

RkJQdWJsaXNoZXIy NDQ0OA==