Skip to content
View a-certain-dude's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report a-certain-dude

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
a-certain-dude/README.md

πŸ‘½ About me:

object Joseph {
    val age: String = 23
    val from: String = "Asato - Oti Region, Ghana"
    val languages: List<String> = listOf("English", "Twi")
    val interests: List<String> = listOf("Mobile Development")
    val curiosity: String = "I'm a strong linux/Android defender :)"
    
    override fun toString(): String {
        return """
        Joseph:
        age: $age
        from: $from
        languages: $languages
        interests: $interests
        curiosity: $curiosity
		"""
    }
}

img-profile

πŸš€ Tools and Technologies:

Languages: | Kotlin | Python |
Infrastructure: Linux
Framework: | Android Jetpack | Ktor |
Storage: MySQL | Room|

πŸŽ“ Courses

Android Development with Jetpack compose
REST API with Ktor

Pinned Loading

  1. inventory-app inventory-app Public

    Inventory app makes use of Room database, demonstrating data persistence.

    Kotlin

  2. MarsPhotos MarsPhotos Public

    Using retrofit to connect to a webservice to get data.

    Kotlin

  3. Thirty-Days Thirty-Days Public

    Thirty days app is a trial to test my skill from planning and coding

    Kotlin

  4. Tip-Time Tip-Time Public

    Tip time is an app with the guid of the Googles free couse on Android Development

    Kotlin

  5. Woof Woof Public

    the woof app displays list items of dogs and hobbies. it demontrate how to make use of animations. expand more and expand less

    Kotlin

  6. amphibian amphibian Public

    Amphibian displays types of amphibians by making network request.

    Kotlin