Skip to content
Pro
Block or report user

Report or block wangerekaharun

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse
Block or report user

Report or block wangerekaharun

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Pinned

  1. A guide in creating a reccuring background intent service that executes tasks in the background thread withouth fail

    Java 13 12

  2. Kotlin weather app demo

    Kotlin 5

  3. Sample Code for implementing paging library with Kotlin Coroutines

    Kotlin 34 13

  4. Sample application that uses the jetpack navigation components

    Kotlin

  5. 1
        @Query("SELECT * FROM song WHERE songId = :songId")
    2
        suspend fun getSong(songId: String): Song
    3
    
                  
    4
        @Insert
    5
        suspend fun insertSong(song: Song)
  6. 1
    
                  
    2
    suspend fun <T : Any> safeApiCall(call: suspend () -> Result<T>, errorMessage: String): Result<T> = try {
    3
        call.invoke()
    4
    } catch (e: Exception) {
    5
        Result.Error(IOException(errorMessage, e))

517 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

June 2020

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.