Code Monkey home page Code Monkey logo
class Github {
    var username: String = ""
    var contacts: Map<String, String> = mapOf()
    var aliases: List<String> = listOf()
    var location: String = ""
    var age: String = ""
    var occupation: String = ""
    var operatingSystem: String = ""

    fun init() {
        username = "Imdvlpr99"
        contacts = mapOf(
            "Instagram" to "yuhu_saps",
            "LinkedIn" to "Agung Jaya"
        )
        aliases = listOf("imdvlpr", "dev")
        location = "localhost, Indonesia"
        age = "Undefined"
        occupation = "Freelance Developer"
        operatingSystem = "Windows, Linux"
    }
}

fun main() {
    val github = Github()
    github.init()

    // Accessing the properties
    println("Username: ${github.username}")
    println("Contacts: ${github.contacts}")
    println("Aliases: ${github.aliases}")
    println("Location: ${github.location}")
    println("Age: ${github.age}")
    println("Occupation: ${github.occupation}")
    println("Operating System: ${github.operatingSystem}")
}

Agung Jaya's Projects

android-cleanarchitecture-kotlin icon android-cleanarchitecture-kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.

android-kotlin-mvp-architecture icon android-kotlin-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView

chat-app icon chat-app

Make Chat App Like Whatsapp using Firebase and Firestroe

chatty icon chatty

A chat built with flutter using Firebase Cloud Firestore

daily-buddy icon daily-buddy

An ToDo List App to track daily activity, integrated with REST API

dotsindicator icon dotsindicator

Three material Dots Indicators for view pagers in Android !

sobat-dompet icon sobat-dompet

An app to track expense and income, integrated with indonesia e-wallet services (currently GoPay and OVO)

watchflix icon watchflix

Movie App using TMDb API, integrated with Firebase Cloud Firestore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.