Open in app
Home
Notifications
Lists
Stories

Write
Hamed Seify
Hamed Seify

Home

Published in CodeX

·Aug 21, 2021

Dart Apprentice — Part II

Since softwares are growing everyday, developers need higher level of programming knowledge to provide better solutions in less time. In this part I’ll present rest of the Dart Apprentice book to you that will include collections, functions and classes in Dart. If you are not familiar with basic of dart…

22 min read

Dart Apprentice — Part II
Dart Apprentice — Part II

Published in CodeX

·Aug 16, 2021

Dart Apprentice — Part I

One of the newest technology in developing cross-platforms softwares is Flutter, that not only can use to develop IOS and Android apps, but also can be used to develop desktops softwares such as Windows and Linux and Macos. In this article I’m going to present a summary of Dart Apprentice…

Dart

13 min read

Dart Apprentice — Part I
Dart Apprentice — Part I

May 2, 2020

Simple example of startActivityForResult in Anko

Ones it happens to me that i want start an activity and waiting for result but cannot find any example how much as i search about it. If you want to start an activity and need its result in Anko, you can use below code: val REQUEST_CODE=123 startActivityForResult<AnActivity>(REQUEST_CODE) override fun onActivityResult(requestCode: Int, resultCode: Int, data:Intent?) { super.onActivityResult(requestCode, resultCode, data) when (requestCode) { REQUEST_CODE -> //do what you want } }

Anko

1 min read

Hamed Seify

Hamed Seify

Hello World!

Following
  • Mohsen Mirhoseini

    Mohsen Mirhoseini

  • Keivan Esbati

    Keivan Esbati

  • Ali Muzaffar

    Ali Muzaffar

  • Adib Faramarzi

    Adib Faramarzi

  • Deepak Abbot

    Deepak Abbot

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable