Skip to content
View jk2pr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jk2pr

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
jk2pr/README.md

Hi πŸ‘‹, I'm Jitendra Prajapati

A passionate Mobile developer

Coding

jk2pr

  • 🌱 I’m currently learning Jetpack Compose, Kotlin Multiplatform (KMP)
  • πŸ“ I regularly write articles on https://jkprajapati.medium.com/
  • πŸ’¬ Ask me about Android, Kotlin, flutter, KMM (Kotlin Multiplatform Mobile)
  • πŸ“« How to reach me [email protected]

Blogs posts

Connect with me:

jitendraprajapati 2130718 @jkprajapati

Languages and Tools:

android aws docker figma firebase flutter git java jenkins kotlin linux mongodb postman swift

jk2pr

Pinned Loading

  1. toBinary toBinary
    1
    fun convert(number: Int): List<Int> {
    2
    
                  
    3
        var n = number
    4
        val array = mutableListOf<Int>()
    5
    
                  
  2. ClockWidget ClockWidget Public

    This is Dual Clock Widget, to demonstrate how to create widget in android

    Kotlin 5

  3. Demo to print Christmas tree Demo to print Christmas tree
    1
    public class StarPrint {
    2
    
                  
    3
    
                  
    4
        public static void main(String[] args) {
    5
            int n = 10;