• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

hybrid

 
Ranch Hand
Posts: 600
11
Android Python Open BSD VI Editor Slackware
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Somebody playing with flutter plugin in Android? I really enjoy dart/flutter stack, and is production ready, now is possible to implement in Android kotlin code, do you have some experience to share at this regard?
 
Rancher
Posts: 660
10
Android Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where you get this news? I've been playing with flutter since last year, but never heard about this.
 
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was always possible to use Java code in Flutter apps; why should it not be possible to use Kotlin as well, or why should that be new? A quick search brings up many writeups on this very topic, like https://medium.com/swlh/make-an-android-app-with-kotlin-flutter-and-react-native-32333041b9e8, https://blog.kotlin-academy.com/flutter-and-kotlin-multiplatform-relationship-890616005f57, https://www.calloftechies.com/2019/06/how-to-use-java-or-kotlin-with-flutter.html and https://www.nplix.com/2019/09/flutter-how-to-start-android-activity.html.
 
Giovanni Montano
Ranch Hand
Posts: 600
11
Android Python Open BSD VI Editor Slackware
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:It was always possible to use Java code in Flutter apps; why should it not be possible to use Kotlin as well, or why should that be new? A quick search brings up many writeups on this very topic, like https://medium.com/swlh/make-an-android-app-with-kotlin-flutter-and-react-native-32333041b9e8, https://blog.kotlin-academy.com/flutter-and-kotlin-multiplatform-relationship-890616005f57, https://www.calloftechies.com/2019/06/how-to-use-java-or-kotlin-with-flutter.html and https://www.nplix.com/2019/09/flutter-how-to-start-android-activity.html.



I am busy with this subject because want to convince my lead to move to flutter instead to have two separate swift kotlin code bases  or using Kotlin multiplatform. Is true that was always possible to use in native, then also that there is the channel possibility to access to native code, but was a painful process. Still today there are some limitations, https://flutter.dev/docs/development/add-to-app. I heard from not official voices that the google team should come up around december with a more official plugin to make the implementation process easier. I am quite a fan of this platform, and I am optimistic about his future adoption.
 
Slideshow boring ... losing consciousness ... just gonna take a quick nap on this tiny ad ...
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic