Skip to content
View AhmedNMahran's full-sized avatar
๐Ÿš€
Read Quran, and Develop ๐Ÿ‘
๐Ÿš€
Read Quran, and Develop ๐Ÿ‘
Block or Report

Block or report AhmedNMahran

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

  1. Breezy Breezy Public

    Weather tracking app with KMP and Compose, for my series: *Kotlin Multiplatform: Learn by Creating* on medium

    Kotlin 21

  2. compose-ktor-chat-client compose-ktor-chat-client Public

    This is a sample to demonstrate how to use Compose with Ktor Websockets, did it in this session during MENADD https://www.youtube.com/watch?v=QL3Jk_RZqO8

    Kotlin 9 2

  3. ktor-socket-server ktor-socket-server Public

    ktor server for chat app

    Kotlin 7 2

  4. MultiPlatform-Compose MultiPlatform-Compose Public

    Sample Compose for android, desktop and web

    Kotlin 1

  5. list_activity.xml list_activity.xml
    1
    <androidx.constraintlayout.widget.ConstraintLayout 
    2
        xmlns:android="http://schemas.android.com/apk/res/android"
    3
        xmlns:app="http://schemas.android.com/apk/res-auto"
    4
        android:layout_width="match_parent"
    5
        android:layout_height="match_parent">
  6. SampleListActivity.kt SampleListActivity.kt
    1
    class SampleListActivity : AppCompatActivity() {
    2
      
    3
    override fun onCreate(savedInstanceState: Bundle?) {
    4
      
    5
      setContentView(R.layout.list_activity)