Sawan Kumar
Published © MIT

Kotlin Step-by-Step Tutorial for Beginners

Kotlin, a great new language!

IntermediateProtip6 hours3,933
Kotlin Step-by-Step Tutorial for Beginners

Things used in this project

Hardware components

Android kotlin
×1

Software apps and online services

Android Studio
Android Studio

Story

Read more

Custom parts and enclosures

Tell Me How

Schematics

Demo of Kotlin Keddit app

Code

Code snippet #1

Plain text
Array
(
    [0] => WP_Term Object
        (
            [term_id] => 21
            [name] => Android
            [slug] => android
            [term_group] => 0
            [term_taxonomy_id] => 21
            [taxonomy] => category
            [description] => 
            [parent] => 0
            [count] => 78
            [filter] => raw
            [cat_ID] => 21
            [category_count] => 78
            [category_description] => 
            [cat_name] => Android
            [category_nicename] => android
            [category_parent] => 0
        )

    [1] => WP_Term Object
        (
            [term_id] => 292
            [name] => Android News
            [slug] => android-news
            [term_group] => 0
            [term_taxonomy_id] => 292
            [taxonomy] => category
            [description] => 
            [parent] => 0
            [count] => 15
            [filter] => raw
            [cat_ID] => 292
            [category_count] => 15
            [category_description] => 
            [cat_name] => Android News
            [category_nicename] => android-news
            [category_parent] => 0
        )

    [2] => WP_Term Object
        (
            [term_id] => 85
            [name] => Android Projects
            [slug] => android-projects
            [term_group] => 0
            [term_taxonomy_id] => 85
            [taxonomy] => category
            [description] => 
            [parent] => 0
            [count] => 33
            [filter] => raw
            [cat_ID] => 85
            [category_count] => 33
            [category_description] => 
            [cat_name] => Android Projects
            [category_nicename] => android-projects
            [category_parent] => 0
        )

    [3] => WP_Term Object
        (
            [term_id] => 84
            [name] => Android Source Code
            [slug] => android-source-code
            [term_group] => 0
            [term_taxonomy_id] => 84
            [taxonomy] => category
            [description] => 
            [parent] => 0
            [count] => 36
            [filter] => raw
            [cat_ID] => 84
            [category_count] => 36
            [category_description] => 
            [cat_name] => Android Source Code
            [category_nicename] => android-source-code
            [category_parent] => 0
        )

    [4] => WP_Term Object
        (
            [term_id] => 2
            [name] => Featured
            [slug] => featured
            [term_group] => 0
            [term_taxonomy_id] => 2
            [taxonomy] => category
            [description] => It is list of posts given by Editorial hand-picked. May be you enjoy all of this articles.
            [parent] => 0
            [count] => 62
            [filter] => raw
            [cat_ID] => 2
            [category_count] => 62
            [category_description] => It is list of posts given by Editorial hand-picked. May be you enjoy all of this articles.
            [cat_name] => Featured
            [category_nicename] => featured
            [category_parent] => 0
        )

    [5] => WP_Term Object
        (
            [term_id] => 348
            [name] => Kotlin
            [slug] => kotlin
            [term_group] => 0
            [term_taxonomy_id] => 348
            [taxonomy] => category
            [description] => 
            [parent] => 0
            [count] => 12
            [filter] => raw
            [cat_ID] => 348
            [category_count] => 12
            [category_description] => 
            [cat_name] => Kotlin
            [category_nicename] => kotlin
            [category_parent] => 0
        )

)

Keddit - Kotlin first app

A Reddit Android client using Kotlin (Retrofit, RxJava, RxAndroid...)

Credits

Sawan Kumar

Sawan Kumar

1 project • 3 followers
TellMeHow is a technology blog with Android and Java tutorial. Daily update with latest tutorials, tips and tricks

Comments