#100daysofkotlin 搜尋結果

Catching the 🏏 highlights over morning tea. Then a walk and settle in for day 4 of my #100DaysOfKotlin. It's a good start to the day. Happy Fridays Twitterverse!

nitya's tweet image. Catching the 🏏 highlights over morning tea. Then a walk and settle in for day 4 of my #100DaysOfKotlin. 

It's a good start to the day.
Happy Fridays Twitterverse!

For the first time ever, I'm going to do #the100dayproject. I'm starting #100DaysOfKotlin: one #sketchnote per day! 👩🏻‍💻💁🏻‍♀️

yalematta's tweet image. For the first time ever, I'm going to do #the100dayproject. I'm starting #100DaysOfKotlin: one #sketchnote per day! 👩🏻‍💻💁🏻‍♀️

Day 3 of #100DaysOfCode & #100DaysOfKotlin • Learned how to change theme of an android project • Adding app icons and other icons

avionmission's tweet image. Day 3 of #100DaysOfCode & #100DaysOfKotlin

• Learned how to change theme of an android project
• Adding app icons and other icons

#100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.

THUFU7's tweet image. #100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.

Day 99 #100DaysOfKotlin Worked on the following projects to help better understand Compose: - Task Manager - Article App - Quadrants Learnt about containers: - rows - columns - box - surface - wrapping one container in another - alignment Working on a Business App

akebu6's tweet image. Day 99 #100DaysOfKotlin

Worked on the following projects to help better understand Compose:
- Task Manager
- Article App
- Quadrants

Learnt about containers:
- rows
- columns
- box
- surface
- wrapping one container in another
- alignment

Working on a Business App
akebu6's tweet image. Day 99 #100DaysOfKotlin

Worked on the following projects to help better understand Compose:
- Task Manager
- Article App
- Quadrants

Learnt about containers:
- rows
- columns
- box
- surface
- wrapping one container in another
- alignment

Working on a Business App
akebu6's tweet image. Day 99 #100DaysOfKotlin

Worked on the following projects to help better understand Compose:
- Task Manager
- Article App
- Quadrants

Learnt about containers:
- rows
- columns
- box
- surface
- wrapping one container in another
- alignment

Working on a Business App

Day 89 #100DaysOfKotlin Completed the login part, now moving to the signup activity. I learnt a lot whilst coding this part such as RecyclerView, ViewGroups, getting images from the server and displaying them on an android phone

akebu6's tweet image. Day 89 #100DaysOfKotlin

Completed the login part, now moving to the signup activity. 
I learnt a lot whilst coding this part such as RecyclerView, ViewGroups, getting images from the server and displaying them on an android phone

Days 78&78 #100DaysOfKotlin 2000+ LOC, 48 hours of coding, 6 hours of sleep combined, 6 hours debugging and still the app crashes 🤣 I should have written tests before

akebu6's tweet image. Days 78&78 #100DaysOfKotlin

2000+ LOC, 48 hours of coding, 6 hours of sleep combined, 6 hours debugging and still the app crashes 🤣 I should have written tests before

#100DaysOfCode #100daysofKotlin Day 2/100 Learnt about for loop and for ranges for ascending, descending and skipping of values.

THUFU7's tweet image. #100DaysOfCode #100daysofKotlin Day 2/100 Learnt about for loop and for ranges for ascending, descending and skipping of values.

#100DaysOfCode #100DaysOfKotlin Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin

THUFU7's tweet image. #100DaysOfCode #100DaysOfKotlin  Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin
THUFU7's tweet image. #100DaysOfCode #100DaysOfKotlin  Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin
THUFU7's tweet image. #100DaysOfCode #100DaysOfKotlin  Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin

#100DaysOfCode of #100DaysofKotlin Today, Its action time. Enough Planning. Going to write base classes for my app in #Kotlin on my #vagrant based #centos machine. #a3point

ZareefAhmed's tweet image. #100DaysOfCode of #100DaysofKotlin Today, Its action time. Enough Planning. Going to write base classes for my app in #Kotlin on my #vagrant based #centos machine. #a3point

#androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun You can check the type of any object using 'is' keyword .

mustfaibra's tweet image. #androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun
You can check the type of any object using 'is' keyword .

Day1 - Finished Lesson1(Introduction), Lesson2(Kotlin Basics) - Basics of variables and operators, Conditions, String basics - Declaring null variables & lists - Arrays & Lists & For #100daysOfKotlin #100DaysOfCode

vetagible's tweet image. Day1
- Finished Lesson1(Introduction), Lesson2(Kotlin Basics)
- Basics of variables and operators, Conditions, String basics
- Declaring null variables & lists
- Arrays & Lists & For

#100daysOfKotlin 
#100DaysOfCode

December is getting busy - Jumpstarted a @kotlin #AndroidDev project that's been on my mind for a while! Kickstarting #100DaysOfKotlin learning kotlin.fyi/home/100days/ Follow these for daily updates: @kotlinfyi dev.kotlin.fyi kotlin.fyi

nitya's tweet image. December is getting busy - Jumpstarted a @kotlin #AndroidDev project that's been on my mind for a while!

Kickstarting #100DaysOfKotlin learning
kotlin.fyi/home/100days/

Follow these for daily updates:
@kotlinfyi 
dev.kotlin.fyi
kotlin.fyi

#Androiddev #100DaysOfCode #100DaysOfKotlin #coding_is_fun Kotlin null-safety is one of most great to have features , it reduce the NPE by 20% according to the official site , here is how you can use it

mustfaibra's tweet image. #Androiddev #100DaysOfCode #100DaysOfKotlin #coding_is_fun
Kotlin null-safety is one of most great to have features , it reduce the NPE by 20% according to the official site , here is how you can use it

Day 8 of #100DaysOfKotlin was HUGE! 🤯 Mastered Kotlin Maps (mutable/immutable), then dived into higher-order functions like filter, map & forEach. Chaining them is magic! ✨ Wrapped up with a "Class Report" challenge using parallel lists. So much learning! #Kotlin #Coding

P_r_a_t_i_k_149's tweet image. Day 8 of #100DaysOfKotlin was HUGE! 🤯 Mastered Kotlin Maps (mutable/immutable), then dived into higher-order functions like filter, map & forEach. Chaining them is magic! ✨ Wrapped up with a "Class Report" challenge using parallel lists. So much learning! #Kotlin #Coding
P_r_a_t_i_k_149's tweet image. Day 8 of #100DaysOfKotlin was HUGE! 🤯 Mastered Kotlin Maps (mutable/immutable), then dived into higher-order functions like filter, map & forEach. Chaining them is magic! ✨ Wrapped up with a "Class Report" challenge using parallel lists. So much learning! #Kotlin #Coding
P_r_a_t_i_k_149's tweet image. Day 8 of #100DaysOfKotlin was HUGE! 🤯 Mastered Kotlin Maps (mutable/immutable), then dived into higher-order functions like filter, map & forEach. Chaining them is magic! ✨ Wrapped up with a "Class Report" challenge using parallel lists. So much learning! #Kotlin #Coding

🚀 #100DaysOfKotlin 🗓️ Day 1 — Getting my hands on core Kotlin before diving deep into Jetpack Compose ✅ Variables, Functions, Data Classes ✅ Null Safety & Smart Casting ✅ when Expression ✅ Loops, Lambdas, & Filtering Tasks #AndroidDev #JetpackCompose #Kotlin #100DaysOfCode

Mansi__Bhandari's tweet image. 🚀 #100DaysOfKotlin
🗓️ Day 1 — Getting my hands on core Kotlin before diving deep into Jetpack Compose 
✅ Variables, Functions, Data Classes
✅ Null Safety & Smart Casting
✅ when Expression
✅ Loops, Lambdas, & Filtering Tasks
#AndroidDev #JetpackCompose #Kotlin #100DaysOfCode

#100DaysOfAndroid #100DaysOfCode #100DaysOfKotlin #AndroidDev I’m happy to share that on 29 December 2022 I was able to successfully graduate from the #Android #Kotlin Developer #Nanodegree program. 🥳🎉 Thanks, @udacity for this great course 🙏❤️😊 🔗 confirm.udacity.com/KCK5SKFP

MuhamadAbubaker's tweet image. #100DaysOfAndroid #100DaysOfCode #100DaysOfKotlin #AndroidDev

I’m happy to share that on 29 December 2022 I was able to successfully graduate from the #Android #Kotlin Developer #Nanodegree program. 🥳🎉

Thanks, @udacity for this great course 🙏❤️😊

🔗 confirm.udacity.com/KCK5SKFP

Doing 100days of Kotlin. Ill be using this book #AtomicKotlin. Will share my experience along the way. So help me God! #RoadToCertifiedAAD #100DaysOfKotlin #AndroidDev #AndroidEngineer

techbro254's tweet image. Doing 100days of Kotlin. Ill be using this book #AtomicKotlin. Will share my experience along the way. So help me God!

#RoadToCertifiedAAD #100DaysOfKotlin #AndroidDev #AndroidEngineer

Asymptotic Behavior is counting only bigger “n” with power. For example: f(n)=3n+5 is f(n)=n or f(n)=3n^2+5 is f(n)=n^2.



Best - Omega notation (Ω) > Average - Theta notation (θ) > Worst - Big O notation (O) #dsa #100daysofkotlindsa #100daysofkotlin #kotlin #datastructuresandalgorithms #kotlindsa #dsakotlin

Worst case analysis: Worst case defines the maximum time required by an algorithm to produce the output. It's also represented as a Big O notation (O).



Day 7/100: ✅ Calculate the tip ✅ End of unit quiz ✅ Unit review ✅ Make a unit converter app: XML Layouts and UI interactions @AndroidDev #100daysofcodechallenge #100DaysOfCode #100daysofkotlin #learningkotlin #androidbasics #codelabs

bkim294's tweet image. Day 7/100:

✅ Calculate the tip
✅ End of unit quiz
✅ Unit review
✅ Make a unit converter app: XML Layouts and UI interactions 

@AndroidDev

#100daysofcodechallenge   #100DaysOfCode  #100daysofkotlin #learningkotlin  #androidbasics #codelabs

Day 6/100: ✅ Tip calculator app introduction ✅ Classes and inheritance in Kotlin ✅ Create XML Layouts for Android ✅ Create app of my own choice @AndroidDev #100daysofcodechallenge #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs

bkim294's tweet image. Day 6/100:

✅ Tip calculator app introduction
✅ Classes and inheritance in Kotlin
✅ Create XML Layouts for Android
✅ Create app of my own choice 

@AndroidDev 

#100daysofcodechallenge  #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs
bkim294's tweet image. Day 6/100:

✅ Tip calculator app introduction
✅ Classes and inheritance in Kotlin
✅ Create XML Layouts for Android
✅ Create app of my own choice 

@AndroidDev 

#100daysofcodechallenge  #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs

Day 5/100: ✅ Finish: Lemonade app project ✅ Review Unit 1:Kotlin Basics @AndroidDev #100daysofcodechallenge #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs

bkim294's tweet image. Day 5/100:

✅ Finish: Lemonade app project
✅ Review Unit 1:Kotlin Basics

@AndroidDev 

#100daysofcodechallenge  #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs
bkim294's tweet image. Day 5/100:

✅ Finish: Lemonade app project
✅ Review Unit 1:Kotlin Basics

@AndroidDev 

#100daysofcodechallenge  #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs
bkim294's tweet image. Day 5/100:

✅ Finish: Lemonade app project
✅ Review Unit 1:Kotlin Basics

@AndroidDev 

#100daysofcodechallenge  #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs

未找到 "#100daysofkotlin" 的結果

Day 3 of #100DaysOfCode & #100DaysOfKotlin • Learned how to change theme of an android project • Adding app icons and other icons

avionmission's tweet image. Day 3 of #100DaysOfCode & #100DaysOfKotlin

• Learned how to change theme of an android project
• Adding app icons and other icons

#100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.

THUFU7's tweet image. #100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.

#day2 of 💯 #100daysofkotlin #100DaysOfCode working with #kotlin #generictypes I created a function that can take two argument types of any kind. Then another function to format my print out, which also has generic types 👽🤠😉😈<T> #alias_one11

Alias_One11's tweet image. #day2 of 💯 #100daysofkotlin #100DaysOfCode  working with #kotlin #generictypes I created a function that can take two argument types of any kind. Then another function to format my print out, which also has generic types 👽🤠😉😈&amp;lt;T&amp;gt; #alias_one11
Alias_One11's tweet image. #day2 of 💯 #100daysofkotlin #100DaysOfCode  working with #kotlin #generictypes I created a function that can take two argument types of any kind. Then another function to format my print out, which also has generic types 👽🤠😉😈&amp;lt;T&amp;gt; #alias_one11
Alias_One11's tweet image. #day2 of 💯 #100daysofkotlin #100DaysOfCode  working with #kotlin #generictypes I created a function that can take two argument types of any kind. Then another function to format my print out, which also has generic types 👽🤠😉😈&amp;lt;T&amp;gt; #alias_one11

#day3 out of 💯 #100daysofkotlin #100DaysOfCode Creating an object, copying it & then changing its values. Then destructuring an object & changing its variable names & accessing a variable member, not inside the constructor of the class, to output everything.

Alias_One11's tweet image. #day3 out of 💯 #100daysofkotlin #100DaysOfCode Creating an object, copying it &amp;amp; then changing its values. Then destructuring an object &amp;amp; changing its variable names &amp;amp; accessing a variable member, not inside the constructor of the class, to output everything.
Alias_One11's tweet image. #day3 out of 💯 #100daysofkotlin #100DaysOfCode Creating an object, copying it &amp;amp; then changing its values. Then destructuring an object &amp;amp; changing its variable names &amp;amp; accessing a variable member, not inside the constructor of the class, to output everything.
Alias_One11's tweet image. #day3 out of 💯 #100daysofkotlin #100DaysOfCode Creating an object, copying it &amp;amp; then changing its values. Then destructuring an object &amp;amp; changing its variable names &amp;amp; accessing a variable member, not inside the constructor of the class, to output everything.
Alias_One11's tweet image. #day3 out of 💯 #100daysofkotlin #100DaysOfCode Creating an object, copying it &amp;amp; then changing its values. Then destructuring an object &amp;amp; changing its variable names &amp;amp; accessing a variable member, not inside the constructor of the class, to output everything.

#100DaysOfCode #100DaysOfKotlin Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin

THUFU7's tweet image. #100DaysOfCode #100DaysOfKotlin  Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin
THUFU7's tweet image. #100DaysOfCode #100DaysOfKotlin  Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin
THUFU7's tweet image. #100DaysOfCode #100DaysOfKotlin  Day 9/100 I learnt about Pairs, Deconstruction and Collections in Kotlin

#100DaysOfCode #100daysofKotlin Day 2/100 Learnt about for loop and for ranges for ascending, descending and skipping of values.

THUFU7's tweet image. #100DaysOfCode #100daysofKotlin Day 2/100 Learnt about for loop and for ranges for ascending, descending and skipping of values.

#100DaysOfCode of #100DaysofKotlin Today, Its action time. Enough Planning. Going to write base classes for my app in #Kotlin on my #vagrant based #centos machine. #a3point

ZareefAhmed's tweet image. #100DaysOfCode of #100DaysofKotlin Today, Its action time. Enough Planning. Going to write base classes for my app in #Kotlin on my #vagrant based #centos machine. #a3point

#day1 out 💯 #100daysofkotlin working with kotlin list. Creating a console game which give a player instance weapons & loot stored in a list. I’m never using java again if I don’t have too 😆😂🤣👂🏾 #100DaysOfCode #alias_one11

Alias_One11's tweet image. #day1 out 💯 #100daysofkotlin working with kotlin list. Creating a console game which give a player instance weapons &amp;amp; loot stored in a list. I’m never using java again if I don’t have too 😆😂🤣👂🏾 #100DaysOfCode #alias_one11
Alias_One11's tweet image. #day1 out 💯 #100daysofkotlin working with kotlin list. Creating a console game which give a player instance weapons &amp;amp; loot stored in a list. I’m never using java again if I don’t have too 😆😂🤣👂🏾 #100DaysOfCode #alias_one11
Alias_One11's tweet image. #day1 out 💯 #100daysofkotlin working with kotlin list. Creating a console game which give a player instance weapons &amp;amp; loot stored in a list. I’m never using java again if I don’t have too 😆😂🤣👂🏾 #100DaysOfCode #alias_one11
Alias_One11's tweet image. #day1 out 💯 #100daysofkotlin working with kotlin list. Creating a console game which give a player instance weapons &amp;amp; loot stored in a list. I’m never using java again if I don’t have too 😆😂🤣👂🏾 #100DaysOfCode #alias_one11

#androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun You can check the type of any object using 'is' keyword .

mustfaibra's tweet image. #androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun
You can check the type of any object using &apos;is&apos; keyword .

For the first time ever, I'm going to do #the100dayproject. I'm starting #100DaysOfKotlin: one #sketchnote per day! 👩🏻‍💻💁🏻‍♀️

yalematta's tweet image. For the first time ever, I&apos;m going to do #the100dayproject. I&apos;m starting #100DaysOfKotlin: one #sketchnote per day! 👩🏻‍💻💁🏻‍♀️

End of Day 1: Took more time than expected because Kotlin is a new experience to me. Done though! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

shchilak's tweet image. End of Day 1: Took more time than expected because Kotlin is a new experience to me. Done though! github.com/sriharshachila…
#100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

End of Day 2! Learnt about RecyclerView and CardView, reading images from drawable resources, Kotlin let, with, apply and also functions and function expressions in Kotlin. Happy new year!! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

shchilak's tweet image. End of Day 2! Learnt about RecyclerView and CardView, reading images from drawable resources, Kotlin let, with, apply and also functions and function expressions in Kotlin.

Happy new year!!
 github.com/sriharshachila…
#100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

Day 4 complete! Learnt a lot about fragments, menu resources, array resources, xml typed arrays, custom action views in menu items, Spinners, lateinit in Kotlin, and ScrollView and FrameLayout! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

shchilak's tweet image. Day 4 complete! Learnt a lot about fragments, menu resources, array resources, xml typed arrays, custom action views in menu items, Spinners, lateinit in Kotlin, and ScrollView and FrameLayout! github.com/sriharshachila…
#100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode
shchilak's tweet image. Day 4 complete! Learnt a lot about fragments, menu resources, array resources, xml typed arrays, custom action views in menu items, Spinners, lateinit in Kotlin, and ScrollView and FrameLayout! github.com/sriharshachila…
#100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode
shchilak's tweet image. Day 4 complete! Learnt a lot about fragments, menu resources, array resources, xml typed arrays, custom action views in menu items, Spinners, lateinit in Kotlin, and ScrollView and FrameLayout! github.com/sriharshachila…
#100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

Day 3 just ended: I learnt about intents, Kotlin's Suppress annotation, picking images, layout weights, function references and two ways of reading images. Enjoy the gulab jamoons! github.com/sriharshachila… #100DaysOfAndroid #100DaysOfKotlin #100DaysOfCode

shchilak's tweet image. Day 3 just ended: I learnt about intents, Kotlin&apos;s Suppress annotation, picking images, layout weights, function references and two ways of reading images. Enjoy the gulab jamoons! github.com/sriharshachila…
#100DaysOfAndroid
#100DaysOfKotlin
#100DaysOfCode

Loading...

Something went wrong.


Something went wrong.


United States Trends