Skip to content
View Merthan's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Highlights

  • Pro

Block or report Merthan

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

Pinned Loading

  1. corona-warn-app/cwa-app-android corona-warn-app/cwa-app-android Public archive

    Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:

    Kotlin 2.4k 495

  2. Udacity_Project_CapstoneNotes Udacity_Project_CapstoneNotes Public

    Made back in 2017 when I started with Android

    Java 1

  3. The Best BaseFragment class ever cre... The Best BaseFragment class ever created
    1
    abstract class BaseFragment<VM : ViewModel>(@LayoutRes val layout: Int, private val viewModelClass: KClass<VM>) : Fragment() {
    2
    
                  
    3
        // Accessible, but generic, won't have specific methods/fields, see getSpecificBinding()
    4
        open var binding: ViewDataBinding? = null
    5
    
                  
  4. RandomGames RandomGames Public

    A Coding Challenge from 2019 including Kotlin, Koin, Databinding, MVVM, Coroutines and more

    Kotlin 2

  5. GOTHouses GOTHouses Public

    Made for a coding challenge where a API should be accessed and the results should be shown in a list which reveals more details when an item is clicked

    Kotlin 1

  6. cmosig/Blackbox cmosig/Blackbox Public

    Kotlin 4 1