#100daysofkotlin search results
Starting small with the basics of Kotlin #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
Why Kotlin? What would you add to this list? #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
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! 👩🏻💻💁🏻♀️
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.
#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
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
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 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 .
#kotlin #100DaysOfKotlin #AndroidDev #androiddevelopment . I think my design makes sense #materialdesign
Day1 - Finished Lesson1(Introduction), Lesson2(Kotlin Basics) - Basics of variables and operators, Conditions, String basics - Declaring null variables & lists - Arrays & Lists & For #100daysOfKotlin #100DaysOfCode
#100DaysOfCode #codingisfun #100DaysOfKotlin #androiddev This is how for loops work in kotlin , much simple , clean & clear than doing the same in java .
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
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
#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
Kotlin Data Structures and Algorithms ✅ #dsa #100daysofkotlindsa #100daysofkotlin #kotlin #datastructuresandalgorithms #kotlindsa #dsakotlin
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
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
Starting small with the basics of Kotlin #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
Why Kotlin? What would you add to this list? #100DaysOfKotlin #AndroidDev #sketchnoting4all #sketchnoting
#100DaysOfCode #100DaysofKotlin Day 5/100. Learnt a lot today on Compact functions, Kotlin Filters and Kotlin Lambdas.
Property = field + getter + setter #100DaysOfKotlin #AndroidDev #sketchnoting4all #letssketchtechmeetup
Day 3 of #100DaysOfCode & #100DaysOfKotlin • Learned how to change theme of an android project • Adding app icons and other icons
#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
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
#androiddev #100DaysOfCode #100DaysOfKotlin #codingisfun You can check the type of any object using 'is' keyword .
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
Day1 - Finished Lesson1(Introduction), Lesson2(Kotlin Basics) - Basics of variables and operators, Conditions, String basics - Declaring null variables & lists - Arrays & Lists & For #100daysOfKotlin #100DaysOfCode
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
Day 45 #100DaysOfKotlin solved more problems dealing with BigDecimal. Here is a solution to one of them
Day 5/100: ✅ Finish: Lemonade app project ✅ Review Unit 1:Kotlin Basics @AndroidDev #100daysofcodechallenge #100daysofcode #100daysofkotlin #learningkotlin #androidbasics #codelabs
Day 60 of #100DaysOfKotlin - learnt about Enums - finished the Coffee Machine project 🥳 (will share the repo link once I get my laptop back) - going to start find a graduate project to finally graduate 😅
#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
Something went wrong.
Something went wrong.
United States Trends
- 1. Texas Tech 8,981 posts
- 2. Obamacare 165K posts
- 3. St. John 4,212 posts
- 4. Gameday 15.5K posts
- 5. #SaturdayVibes 5,405 posts
- 6. Mississippi State 3,538 posts
- 7. #Caturday 5,556 posts
- 8. Sesko 49K posts
- 9. Parker Kingston N/A
- 10. Trump Stadium 3,314 posts
- 11. Insurance 211K posts
- 12. Calen Bullock N/A
- 13. Beaver Stadium N/A
- 14. #BYUFOOTBALL N/A
- 15. Ugarte 17.1K posts
- 16. Sunderland 69.7K posts
- 17. Good Saturday 35.1K posts
- 18. Miss St N/A
- 19. #sjubb N/A
- 20. #SUNARS 3,426 posts